Commit Graph

92 Commits (4aad794a8a4233059334937fea541167a97b395b)

Author SHA1 Message Date
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Kay Sievers 8380770c84 Driver core: make sysfs uevent-attributes static 18 years ago
Rafael J. Wysocki 58b3b71dfa Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare" 18 years ago
David Brownell aebdc3b450 dev_vdbg(), available with -DVERBOSE_DEBUG 18 years ago
Tejun Heo ad6a1e1c66 driver-core: make devt_attr and uevent_attr static 18 years ago
David Brownell 49a4ec188f fix hotplug for legacy platform drivers 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
Dan Williams 404d5b185b dev_dbg: check dev_dbg() arguments 18 years ago
Alan Stern 523ded71de device_schedule_callback() needs a module reference 18 years ago
Dmitry Torokhov f89cbc399e Driver core: add suspend() and resume() to struct device_type 18 years ago
Greg Kroah-Hartman 74e9f5fa15 Driver core: remove unneeded completion from driver release path 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
Kay Sievers 864062457a driver core: fix namespace issue with devices assigned to classes 18 years ago
Kay Sievers 0c84ce268b [PATCH] driver core: fix built-in drivers sysfs links 18 years ago
Alan Stern d9a9cdfb07 [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 18 years ago
Greg Kroah-Hartman 40cf67c5fc Driver core: remove class_device_rename 18 years ago
Robert P. J. Day 405ae7d381 Replace remaining references to "driverfs" with "sysfs". 18 years ago
Greg Kroah-Hartman 89790fd789 Driver.h copyright update 18 years ago
Tejun Heo 9ac7849e35 devres: device resource management 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 f30c53a873 MODULES: add the module name for built in kernel drivers 18 years ago
Adrian Bunk 1f21782e63 Driver core: proper prototype for drivers/base/init.c:driver_init() 18 years ago
Christoph Hellwig 873481367e [PATCH] add numa node information to struct device 18 years ago
Cornelia Huck 8a82472f86 driver core: Introduce device_move(): move a device to a new parent. 18 years ago
Cornelia Huck 5ab699810d driver core: Introduce device_find_child(). 18 years ago
Benjamin Herrenschmidt 465ae641e4 ACPI: Change ACPI to use dev_archdata instead of firmware_data 18 years ago
Benjamin Herrenschmidt c6dbaef22a Driver core: add dev_archdata to struct device 18 years ago
Greg Kroah-Hartman f0ee61a6ce Driver Core: Move virtual_device_parent() to core.c 18 years ago
Benjamin Herrenschmidt 116af37820 Driver core: add notification of bus events 18 years ago
Russell King 04fed361da [PATCH] Remove __must_check for device_for_each_child() 19 years ago
Alan Stern f2eaae197f Driver core: Fix potential deadlock in driver core 19 years ago
Greg Kroah-Hartman d779249ed4 Driver Core: add ability for drivers to do a threaded probe 19 years ago
Andrew Morton f86db396ff drivers/base: check errors 19 years ago
Andrew Morton 4a7fb6363f add __must_check to device management code 19 years ago
Greg Kroah-Hartman 2589f1887b Driver core: add ability for devices to create and remove bin files 19 years ago
Greg Kroah-Hartman c47ed219ba Class: add support for class interfaces for devices 19 years ago
Greg Kroah-Hartman c205ef4880 Driver core: create devices/virtual/ tree 19 years ago
Greg Kroah-Hartman a2de48cace Driver core: add device_rename function 19 years ago
Greg Kroah-Hartman 2620efef70 Driver core: add ability for classes to handle devices properly 19 years ago
Greg Kroah-Hartman de0ff00d72 Driver core: add groups support to struct device 19 years ago
David Brownell 1d3a82af45 PM: no suspend_prepare() phase 19 years ago
Linus Torvalds 7c8265f510 Suspend infrastructure cleanup and extension 19 years ago
Miguel Ojeda Sandonis ab7d7371ac Driver core: add const to class_create 19 years ago
Greg Kroah-Hartman 5cbe5f8a58 device_create(): make fmt argument 'const char *' 19 years ago
Dmitry Torokhov ddd5d35a8f class_device_create(): make fmt argument 'const char *' 19 years ago