Commit Graph

56 Commits (549015c36baadc6e67861bba6e927259e34c4d59)

Author SHA1 Message Date
Magnus Damm 45daef0fdc Driver core: Add BUS_NOTIFY_BIND_DRIVER 15 years ago
Stefani Seibold fbb88fadf7 driver-core: fix potential race condition in drivers/base/dd.c 15 years ago
Greg Kroah-Hartman 8e9394ce24 Driver core: create lock/unlock functions for struct device 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Greg Kroah-Hartman b402843787 Driver core: move dev_get/set_drvdata to drivers/base/dd.c 16 years ago
Rafael J. Wysocki 5e928f77a0 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) 16 years ago
Dmitry Torokhov 59a3cd7f9d Driver core: fix comment for device_attach() 16 years ago
Joerg Roedel 309b7d60a3 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event 16 years ago
Arjan van de Ven d4d5291c8c driver synchronization: make scsi_wait_scan more advanced 16 years ago
Greg Kroah-Hartman 8940b4f312 driver core: move knode_driver into private structure 16 years ago
Ming Lei b23530ebc3 driver core: remove polling for driver_probe_done(v5) 16 years ago
Ming Lei 49b420a13f driver core: check bus->match without holding device lock 16 years ago
Arjan van de Ven 216773a787 Consolidate driver_probe_done() loops into one place 16 years ago
Greg Kroah-Hartman cda5e83fde Revert "driver core: move knode_driver into private structure" 16 years ago
Ming Lei 7232800ba8 driver core:fix duplicate removing driver link in __device_release_driver 16 years ago
Greg Kroah-Hartman 93e746db18 driver core: move knode_driver into private structure 16 years ago
Kay Sievers 1e0b2cf933 driver core: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Arjan van de Ven 6cd4958609 device model: Do a quickcheck for driver binding before doing an expensive check 17 years ago
Harvey Harrison 2b3a302a09 driver core: replace remaining __FUNCTION__ occurrences 17 years ago
Greg Kroah-Hartman 4a3ad20ccd Driver core: coding style fixes 17 years ago
Alan Stern ef2c51746d Driver core: fix race in __device_release_driver 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 c6f7e72a3f driver core: remove fields from struct bus_type 17 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
Stephen Hemminger 475c5a1518 Driver core: kill unused code 18 years ago
Adrian Bunk 5adc55da4a PCI: remove the broken PCI_MULTITHREAD_PROBE option 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
Tejun Heo 9ac7849e35 devres: device resource management 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
Kay Sievers 1901fb2604 Driver core: fix "driver" symlink timing 18 years ago
Benjamin Herrenschmidt 116af37820 Driver core: add notification of bus events 18 years ago
Andrew Morton 735a7ffb73 [PATCH] drivers: wait for threaded probes between initcall levels 19 years ago
Akinobu Mita 4d66423820 driver core: kmalloc() failure check in driver_probe_device 19 years ago
Duncan Sands 0fbf116d12 Driver core: plug device probe memory leak 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
Alan Stern 0f836ca4c1 [PATCH] driver core: safely unbind drivers for devices not on a bus 19 years ago
Russell King 594c8281f9 [PATCH] Add bus_type probe, remove, shutdown methods. 19 years ago
Alan Stern bf74ad5bc4 [PATCH] Hold the device's parent's lock during probe and remove 19 years ago
Alan Stern 2b08c8d046 [PATCH] Small fixes to driver core 19 years ago
Daniel Ritz 4c898c7f2f [PATCH] Driver Core: fis bus rescan devices race 20 years ago
James Bottomley d856f1e337 [PATCH] klist: fix klist to have the same klist_add semantics as list_head 20 years ago
Greg Kroah-Hartman afdce75f1e [PATCH] driver core: Add the ability to bind drivers to devices from userspace 20 years ago
Hannes Reinecke ca2b94ba12 [PATCH] driver core: fix error handling in bus_add_device 20 years ago
Alan Stern c95a6b057b [PATCH] driver core: Fix races in driver_detach() 20 years ago