aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/dd.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26drivers: base: print rejected matches with DEBUG_DRIVERGravatar Wolfram Sang 1-0/+3
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+8
2011-05-17PM / Runtime: Rework runtime PM handling during driver removalGravatar Rafael J. Wysocki 1-3/+3
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failGravatar Uwe Kleine-König 1-4/+3
2011-04-22driver-core: fix race between device_register and driver_registerGravatar Sebastian Ott 1-0/+5
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERGravatar Magnus Damm 1-0/+4
2010-05-21driver-core: fix potential race condition in drivers/base/dd.cGravatar Stefani Seibold 1-2/+2
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 1-19/+19
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGravatar Greg Kroah-Hartman 1-2/+29
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Gravatar Rafael J. Wysocki 1-0/+11
2009-06-15Driver core: fix comment for device_attach()Gravatar Dmitry Torokhov 1-1/+1
2009-06-15driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventGravatar Joerg Roedel 1-0/+4
2009-04-21driver synchronization: make scsi_wait_scan more advancedGravatar Arjan van de Ven 1-0/+1
2009-03-24driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-5/+8
2009-03-24driver core: remove polling for driver_probe_done(v5)Gravatar Ming Lei 1-6/+2
2009-03-24driver core: check bus->match without holding device lockGravatar Ming Lei 1-12/+7
2009-02-21Consolidate driver_probe_done() loops into one placeGravatar Arjan van de Ven 1-0/+17
2009-01-09Revert "driver core: move knode_driver into private structure"Gravatar Greg Kroah-Hartman 1-8/+5
2009-01-06driver core:fix duplicate removing driver link in __device_release_driverGravatar Ming Lei 1-1/+0
2009-01-06driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-5/+8
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-6/+6
2008-10-16device model: Do a quickcheck for driver binding before doing an expensive checkGravatar Arjan van de Ven 1-0/+3
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-7/+7
2008-01-24Driver core: coding style fixesGravatar Greg Kroah-Hartman 1-61/+58
2008-01-24Driver core: fix race in __device_release_driverGravatar Alan Stern 1-3/+2
2008-01-24Driver core: clean up debugging messagesGravatar Greg Kroah-Hartman 1-8/+8
2008-01-24Driver core: move the static kobject out of struct driverGravatar Greg Kroah-Hartman 1-12/+12
2008-01-24driver core: remove fields from struct bus_typeGravatar Greg Kroah-Hartman 1-2/+2
2007-07-11driver core: fix kernel doc of device_release_driverGravatar Stefan Richter 1-9/+9
2007-07-11driver core: properly get driver in device_release_driverGravatar Stefan Richter 1-2/+1
2007-06-08Driver core: kill unused codeGravatar Stephen Hemminger 1-13/+0
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionGravatar Adrian Bunk 1-38/+3
2007-04-27driver core: don't fail attaching the device if it cannot be boundGravatar Cornelia Huck 1-1/+5
2007-04-27driver core: per-subsystem multithreaded probingGravatar Cornelia Huck 1-31/+31
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+3
2007-02-07driver core: Change function call order in device_bind_driver().Gravatar Cornelia Huck 1-2/+6
2007-02-07driver core: Don't stop probing on ->probe errors.Gravatar Cornelia Huck 1-7/+6
2006-12-01Driver core: fix "driver" symlink timingGravatar Kay Sievers 1-30/+52
2006-12-01Driver core: add notification of bus eventsGravatar Benjamin Herrenschmidt 1-0/+10
2006-10-27[PATCH] drivers: wait for threaded probes between initcall levelsGravatar Andrew Morton 1-0/+30
2006-10-18driver core: kmalloc() failure check in driver_probe_deviceGravatar Akinobu Mita 1-0/+2
2006-10-18Driver core: plug device probe memory leakGravatar Duncan Sands 1-1/+1
2006-09-25Driver core: Fix potential deadlock in driver coreGravatar Alan Stern 1-0/+2
2006-09-25Driver Core: add ability for drivers to do a threaded probeGravatar Greg Kroah-Hartman 1-27/+81
2006-09-25drivers/base: check errorsGravatar Andrew Morton 1-10/+27
2006-04-14[PATCH] driver core: safely unbind drivers for devices not on a busGravatar Alan Stern 1-1/+1
2006-01-13[PATCH] Add bus_type probe, remove, shutdown methods.Gravatar Russell King 1-2/+10
2006-01-04[PATCH] Hold the device's parent's lock during probe and removeGravatar Alan Stern 1-1/+14
2005-11-23[PATCH] Small fixes to driver coreGravatar Alan Stern 1-5/+3