Commit Graph

346 Commits (787d2214c19bcc9b6ac48af0ce098277a801eded)

Author SHA1 Message Date
Yinghai Lu 2618c60b8b dma: make dma pool to use kmalloc_node 18 years ago
Zhang Rui 91a6902958 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes 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
Cornelia Huck dc0afa8388 Driver core: coding style cleanup 18 years ago
Rafael J. Wysocki 43a49f8baa PM: Do not check parent state in suspend and resume core code 18 years ago
Rafael J. Wysocki 1c3f7d1c79 PM: Remove power_state.event checks from suspend core code 18 years ago
Rafael J. Wysocki 515c535762 PM: Remove prev_state from struct dev_pm_info 18 years ago
Adrian Bunk 2a0134554e Driver core: fix devres_release_all() return value 18 years ago
Stefan Richter ab71c6f076 driver core: fix kernel doc of device_release_driver 18 years ago
Stefan Richter 1f5681aae8 driver core: properly get driver in device_release_driver 18 years ago
Michael S. Tsirkin f8916c11a4 Driver core: include linux/mutex.h from attribute_container.c 18 years ago
Rafael J. Wysocki 9e584a4fe5 PM: Simplify suspend_device 18 years ago
Rafael J. Wysocki 9cddad7757 PM: Remove pm_parent from struct dev_pm_info 18 years ago
Matthias Kaehlcke 11048dcf33 Power Management: use mutexes instead of semaphores 18 years ago
Matthias Kaehlcke 9f3f776bd9 sysdev: use mutex instead of semaphore 18 years ago
Kay Sievers 80f03e349f Driver core: add missing kset uevent 18 years ago
Markus Rechberger 87d37a4f47 firmware: remove orphaned Email 18 years ago
Stephen Hemminger 475c5a1518 Driver core: kill unused code 18 years ago
Kay Sievers 2c7afd125c Driver core: keep PHYSDEV for old struct class_device 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
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