Commit Graph

325 Commits (aaff0f644a182015622d7686a66986319a1085d1)

Author SHA1 Message Date
Rafael J. Wysocki 8bb7844286 Add suspend-related notifications for CPU hotplug 18 years ago
Márton Németh 01afd80626 drivers/base/platform.c: fix small typo in doc 18 years ago
Randy Dunlap d3e6975e0f devres: kernel-doc and DocBook 18 years ago
David Brownell 49a4ec188f fix hotplug for legacy platform drivers 18 years ago
Heiko Carstens 411f0f3edc Introduce CONFIG_HAS_DMA 18 years ago
Adrian Bunk 5adc55da4a PCI: remove the broken PCI_MULTITHREAD_PROBE option 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Jean Delvare dc4c15d44b platform: reorder platform_device_del 18 years ago
Greg Kroah-Hartman c7308c81a8 Driver core: fix show_uevent from taking up way too much stack 18 years ago
Matthias Kaehlcke 61a2f59af6 drivers/base/attribute_container.c: use mutex instead of binary semaphore 18 years ago
David Brownell 075c177152 define platform wakeup hook, use in pci_enable_wake() 18 years ago
Alan Stern 523ded71de device_schedule_callback() needs a module reference 18 years ago
Matthias Kaehlcke b2366d68d9 Driver core: use mutex instead of semaphore in DMA pool handler 18 years ago
Greg Kroah-Hartman 4f6e1945fe driver core: bus_add_driver should return an error if no bus 18 years ago
Kay Sievers 22af74f3b2 Driver core: warn when userspace writes to the uevent file in a non-supported way 18 years ago
Kay Sievers 16574dccd8 Driver core: make uevent-environment available in uevent-file 18 years ago
Greg Kroah-Hartman 49f019d66d Driver core: remove use of rwsem 18 years ago
Dmitry Torokhov f89cbc399e Driver core: add suspend() and resume() to struct device_type 18 years ago
Cornelia Huck bdc4960a0b Driver core: switch firmware_class to uevent_suppress. 18 years ago
Cornelia Huck 83b5fb4cce Driver core: suppress uevents via filter 18 years ago
Greg Kroah-Hartman 74e9f5fa15 Driver core: remove unneeded completion from driver release path 18 years ago
Cornelia Huck c6a46696f9 driver core: don't fail attaching the device if it cannot be bound 18 years ago
Cornelia Huck 21c7f30b1d driver core: per-subsystem multithreaded probing 18 years ago
Kay Sievers 414264f959 Driver core: add name to device_type 18 years ago
Dmitry Torokhov 621a1672f7 driver core: Use attribute groups in struct device_type 18 years ago
Kay Sievers b8c5cec23d Driver core: udev triggered device-<>driver binding 18 years ago
Jean Delvare a456b7023e dev_printk and new-style class devices 18 years ago
Kay Sievers 864062457a driver core: fix namespace issue with devices assigned to classes 18 years ago
Dmitriy Monakhov 00ed8e3dda driver core: fix device_add error path 18 years ago
Dmitry Torokhov c48ea60359 [PATCH] PM: use kobject_name() to access kobject names 18 years ago
Andrew Morton 2363cc0264 [PATCH] remove protection of LANANA-reserved majors 18 years ago
Linus Torvalds f5ef2abcbe driver core: do not wait unnecessarily in driver_unregister() 18 years ago
Alan Stern d9a9cdfb07 [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 18 years ago
Johannes Berg a2807dbcbd driver core: export device_rename 18 years ago
Greg Kroah-Hartman f7f3461d87 Driver core: add device symlink back to sysfs 18 years ago
Tejun Heo 2f8d16a996 devres: release resources on device_del() 18 years ago
James Simmons 82f0cf9b7c Driver core: fix error by cleanup up symlinks properly 18 years ago
Greg Kroah-Hartman 40cf67c5fc Driver core: remove class_device_rename 18 years ago
Andrew Morton b446b60e4e [PATCH] rework reserved major handling 18 years ago
Robert P. J. Day 405ae7d381 Replace remaining references to "driverfs" with "sysfs". 18 years ago
Andrew Morton 4aca67e5f5 Driver core: device_add_attrs() cleanup 18 years ago
Mariusz Kozlowski b92be9f1ec Driver: remove redundant kobject_unregister checks 18 years ago
Christoph Lameter 05a0416be2 [PATCH] Drop __get_zone_counts() 18 years ago
Tejun Heo 9ac7849e35 devres: device resource management 18 years ago
Dave Jones 2f65168de7 Driver Core: Increase the default timeout value of the firmware subsystem 18 years ago
Kay Sievers b7a3e813fb Driver core: allow to delay the uevent at device creation time 18 years ago
Kay Sievers f9f852df2f Driver core: add device_type to struct device 18 years ago
Kay Sievers 239378f16a Driver core: add uevent vars for devices of a class 18 years ago
Cornelia Huck cb986b749c driver core: Change function call order in device_bind_driver(). 18 years ago
Cornelia Huck c578abbc20 driver core: Don't stop probing on ->probe errors. 18 years ago