Commit Graph

75880 Commits (79a6ee42fd81be9abc6bdab08f932875924b26a5)
 

Author SHA1 Message Date
Greg Kroah-Hartman 79a6ee42fd Kobject: fix coding style issues in kobject.h 17 years ago
Greg Kroah-Hartman d462943afe Driver core: fix coding style issues in device.h 17 years ago
Dave Young 5ed2c832ed spi: use class iteration api 17 years ago
Dave Young 9c7701088a scsi: use class iteration api 17 years ago
Dave Young 71da890509 rtc: use class iteration api 17 years ago
Dave Young 443cad920a power supply : use class iteration api 17 years ago
Dave Young 73cf60232e ieee1394: use class iteration api 17 years ago
Dave Young fd04897bb2 Driver Core: add class iteration api 17 years ago
Cornelia Huck 63b6971a08 Driver core: Cleanup get_device_parent() in device_add() and device_move() 17 years ago
Jan Engelhardt 4f0146919b UIO: constify function pointer tables 17 years ago
Stephen Rothwell ae72cddb23 Driver Core: constify the name passed to platform_device_register_simple 17 years ago
Randy Dunlap 92b421416f driver core: fix build with SYSFS=n 17 years ago
Randy Dunlap 9148fe8767 sysfs: make SYSFS_DEPRECATED depend on SYSFS 17 years ago
Denis Cheng db1118a460 Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init 17 years ago
Greg Kroah-Hartman 44bfe16e10 kobject: add sample code for how to use ksets/ktypes/kobjects 17 years ago
Greg Kroah-Hartman 40efcb05f2 kobject: add sample code for how to use kobjects in a simple manner. 17 years ago
Greg Kroah-Hartman 36d78d6c5b kobject: update the kobject/kset documentation 17 years ago
Greg Kroah-Hartman 5008743dc7 kobject: remove old, outdated documentation. 17 years ago
Kay Sievers af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
Greg Kroah-Hartman 528a4bf1d5 Kobject: remove kobject_unregister() as no one uses it anymore 17 years ago
Greg Kroah-Hartman 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 197b12d679 Kobject: convert fs/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman c10997f657 Kobject: convert drivers/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 38a382ae5d Kobject: convert arch/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 7a6a41615b Modules: remove unneeded release function 17 years ago
Kay Sievers 0f4dafc056 Kobject: auto-cleanup on final unref 17 years ago
Greg Kroah-Hartman 12e339ac6e Kset: remove kset_add function 17 years ago
Greg Kroah-Hartman 6d06adfaf8 Kobject: remove kobject_register() 17 years ago
Greg Kroah-Hartman f9cb074bff Kobject: rename kobject_init_ng() to kobject_init() 17 years ago
Greg Kroah-Hartman e1543ddf73 Kobject: remove kobject_init() as no one uses it anymore 17 years ago
Greg Kroah-Hartman b2d6db5878 Kobject: rename kobject_add_ng() to kobject_add() 17 years ago
Greg Kroah-Hartman 9e7bbccd02 Kobject: remove kobject_add() as no one uses it anymore 17 years ago
Greg Kroah-Hartman ac3c8141f6 Kobject: convert kernel/module.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 649316b25b Kobject: convert drivers/md/md.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman d5a379f77b Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 29e3dd0df1 Kobject: convert block/elevator.c to use kobject_init/add_ng() 17 years ago
Kay Sievers edfaa7c365 Driver core: convert block from raw kobjects to core devices 17 years ago
Alan Stern 09f82ea928 Kobject: drop child->parent ref at unregistration 17 years ago
Kay Sievers 97c146ef07 sysfs: fix /sys/module/*/holders after sysfs logic change 17 years ago
Kay Sievers da231fd5d1 Driver core: fix class glue dir cleanup logic 17 years ago
Alan Stern ef2c51746d Driver core: fix race in __device_release_driver 17 years ago
Greg Kroah-Hartman c8e90d822b Kobject: change drivers/base/bus to use kobject_init_and_add 17 years ago
Greg Kroah-Hartman 7dc72b2842 Driver core: clean up debugging messages 17 years ago
Greg Kroah-Hartman e5dd127846 Driver core: move the static kobject out of struct driver 17 years ago
Greg Kroah-Hartman c63469a398 Driver core: move the driver specific module code into the driver core 17 years ago
Greg Kroah-Hartman cbe9c595f1 Driver: add driver_add_kobj for looney iseries_veth driver 17 years ago
Greg Kroah-Hartman 23b9c1ab5b Infiniband: make ipath driver use default driver groups. 17 years ago
Cornelia Huck 0478b83adb zfcp: Use device_driver default attribute groups. 17 years ago
Cornelia Huck 5b88feb134 netiucv: Use device_driver default attribute groups. 17 years ago
Cornelia Huck 57c745340a driver core: Introduce default attribute groups. 17 years ago