Commit Graph

81 Commits (31a61bfc6e415fbd871317cbee7b8a4158d8ac5b)

Author SHA1 Message Date
Tejun Heo 5a3ceb8616 driver-core: use klist for class device list and implement iterator 17 years ago
David Brownell 7c2250352e driver model: anti-oopsing medicine 17 years ago
Randy Dunlap 0e241ffd30 locking: fix mutex @key parameter kernel-doc notation 17 years ago
Dave Young f75b1c60fc class: change internal semaphore to a mutex 17 years ago
Matthew Wilcox d2a3b9146e class: add lockdep infrastructure 17 years ago
Greg Kroah-Hartman d9a0157328 class: rename "sem" to "class_sem" in internal class structure 17 years ago
Greg Kroah-Hartman 1fbfee6c6d class: rename "subsys" to "class_subsys" in internal class structure 17 years ago
Greg Kroah-Hartman 184f1f779d class: rename "interfaces" to "class_interfaces" in internal class structure 17 years ago
Greg Kroah-Hartman 97ae69fdba class: rename "devices" to "class_devices" in internal class structure 17 years ago
Greg Kroah-Hartman 7c71448b8a class: move driver core specific parts to a private structure 17 years ago
Greg Kroah-Hartman 695794ae0c Driver Core: add ability for class_find_device to start in middle of list 17 years ago
Greg Kroah-Hartman 93562b5376 Driver Core: add ability for class_for_each_device to start in middle of list 17 years ago
Dan Williams e105b8bfc7 sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor 17 years ago
Dave Young 0a3ad00ca0 Driver core: struct class remove children list 17 years ago
Kay Sievers c3b19ff06e driver core: remove no longer used "struct class_device" 17 years ago
Harvey Harrison 2b3a302a09 driver core: replace remaining __FUNCTION__ occurrences 17 years ago
Randy Dunlap a63ca8f65d docbook: fix drivers/base/class warning 17 years ago
Greg Kroah-Hartman 4e886c2961 Driver core: Fix up build when CONFIG_BLOCK=N 17 years ago
Greg Kroah-Hartman 4a3ad20ccd Driver core: coding style fixes 17 years ago
Dave Young fd04897bb2 Driver Core: add class iteration api 17 years ago
Kay Sievers af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
Greg Kroah-Hartman f9cb074bff Kobject: rename kobject_init_ng() to kobject_init() 17 years ago
Greg Kroah-Hartman b2d6db5878 Kobject: rename kobject_add_ng() to kobject_add() 17 years ago
Kay Sievers edfaa7c365 Driver core: convert block from raw kobjects to core devices 17 years ago
Greg Kroah-Hartman 60728d62e4 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 2fb9113b97 kobject: remove subsystem_(un)register functions 17 years ago
Greg Kroah-Hartman 5c03c7ab88 kset: remove decl_subsys macro 17 years ago
Greg Kroah-Hartman 443dbf9007 kset: convert drivers/base/class.c to use kset_create 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Greg Kroah-Hartman d919fd433b Revert "Driver core: remove class_device_*_bin_file" 17 years ago
Greg Kroah-Hartman fcd239d3d5 Driver core: remove class_device_*_bin_file 17 years ago
Greg Kroah-Hartman adc56808f3 Driver core: rename ktype_class 18 years ago
Greg Kroah-Hartman e4bc16621d driver core: remove subsystem_init() 18 years ago
Greg Kroah-Hartman 1ef4cfac01 Driver core: remove subsys_get() 18 years ago
Greg Kroah-Hartman 6e9d930d16 Driver core: remove subsys_put() 18 years ago
Greg Kroah-Hartman d6b05b84ed Driver core: remove subsys_set_kset 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Tejun Heo ad6a1e1c66 driver-core: make devt_attr and uevent_attr static 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Kay Sievers 2c7afd125c Driver core: keep PHYSDEV for old struct class_device 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Kay Sievers 864062457a driver core: fix namespace issue with devices assigned to classes 18 years ago
Greg Kroah-Hartman 40cf67c5fc Driver core: remove class_device_rename 18 years ago
Mariusz Kozlowski b92be9f1ec Driver: remove redundant kobject_unregister checks 18 years ago
Cornelia Huck cb360bbf63 driver core fixes: make_class_name() retval checks 18 years ago
Akinobu Mita 44c53c4ff0 driver core: delete virtual directory on class_unregister() 18 years ago
Kay Sievers 805fab474e CONFIG_SYSFS_DEPRECATED - class symlinks 18 years ago
Greg Kroah-Hartman f0ee61a6ce Driver Core: Move virtual_device_parent() to core.c 18 years ago
Cornelia Huck f0e1761ac5 driver core fixes: sysfs_create_link() retval check in class.c 19 years ago
Rolf Eike Beer 92a0f861fe [PATCH] Fix parameter names in drivers/base/class.c 19 years ago