Commit Graph

451 Commits (304daa8132a95e998b6716d4b7bd8bd76aa152b2)

Author SHA1 Message Date
Cornelia Huck 0c98b19fe5 Driver core: Remove unneeded get_{device,driver}() calls. 17 years ago
Dave Young cd35449b93 driver core: convert to use class_find_device api 17 years ago
Rafael J. Wysocki 9617c3e460 PM: Export device_pm_schedule_removal 17 years ago
Johannes Berg 90dda1cb6a PM: Make PM_TRACE more architecture independent 17 years ago
Randy Dunlap a63ca8f65d docbook: fix drivers/base/class warning 17 years ago
Johannes Berg 9e233625fb convert drivers/base/power/Makefile to ccflags 17 years ago
Greg Kroah-Hartman 1f9ffc049d Driver core: add bus_find_device_by_name function 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
Cornelia Huck 63b6971a08 Driver core: Cleanup get_device_parent() in device_add() and device_move() 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
Denis Cheng db1118a460 Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init 17 years ago
Kay Sievers af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
Greg Kroah-Hartman c10997f657 Kobject: convert drivers/* from kobject_unregister() to kobject_put() 17 years ago
Kay Sievers 0f4dafc056 Kobject: auto-cleanup on final unref 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
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
Cornelia Huck 57c745340a driver core: Introduce default attribute groups. 17 years ago
Greg Kroah-Hartman c6f7e72a3f driver core: remove fields from struct bus_type 17 years ago
Greg Kroah-Hartman b249072ee6 driver core: add way to get to bus device klist 17 years ago
Greg Kroah-Hartman 0fed80f7a6 driver core: add way to get to bus kset 17 years ago
Greg Kroah-Hartman 9990513c1e Kobject: convert drivers/base/core.c to use kobject_init/add_ng() 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 61030bfb79 Kobject: change drivers/base/sys.c to use kobject_init_and_add 17 years ago
Greg Kroah-Hartman 37b0c02034 driver core: clean up device_shutdown 17 years ago
Greg Kroah-Hartman 822a89ed1e driver core: clean up shutdown.c 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 f62ed9e33b firmware: change firmware_kset to firmware_kobj 17 years ago
Greg Kroah-Hartman 15f2f9b3a9 firmware: remove firmware_(un)register() 17 years ago
Greg Kroah-Hartman 9e5f7f9abe firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface 17 years ago
Greg Kroah-Hartman 6dcec2511f kset: convert struct bus_device->drivers to use kset_create 17 years ago
Greg Kroah-Hartman 3d8995963d kset: convert struct bus_device->devices to use kset_create 17 years ago
Greg Kroah-Hartman aade4041aa kset: convert /sys/devices/system to use kset_create 17 years ago
Greg Kroah-Hartman 2d72fc00a1 kobject: convert /sys/hypervisor to use kobject_create 17 years ago
Greg Kroah-Hartman 881c6cfd7c kset: convert /sys/devices to use kset_create 17 years ago
Greg Kroah-Hartman b0d78e5549 kset: convert drivers/base/firmware.c to use kset_create 17 years ago
Greg Kroah-Hartman 443dbf9007 kset: convert drivers/base/class.c to use kset_create 17 years ago
Greg Kroah-Hartman 59a548338a kset: convert drivers/base/bus.c to use kset_create 17 years ago
Greg Kroah-Hartman 43968d2f16 kobject: get rid of kobject_kset_add_dir 17 years ago