summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman2017-01-141-13/+0
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-13/+66
|\
| * driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings2016-11-101-0/+13
| * PM / runtime: Use device linksRafael J. Wysocki2016-10-311-0/+3
| * driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-311-5/+36
| * driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki2016-10-281-12/+18
* | driver core: fix smatch warning on dev->bus checkRob Herring2016-10-311-1/+1
* | driver core: skip removal test for non-removable driversRob Herring2016-10-311-1/+2
|/
* device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-9/+3
* driver core: add test of driver remove calls during probeRob Herring2016-08-311-0/+21
* ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso2016-02-161-2/+22
* driver core: Avoid NULL pointer dereferences in device_is_bound()Rafael J. Wysocki2016-01-121-1/+1
* PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso2016-01-081-0/+3
* device core: add device_is_bound()Tomeu Vizoso2016-01-081-2/+16
* Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki2016-01-081-2/+8
|\
| * device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko2015-12-091-2/+8
| |
| \
*-. \ Merge branches 'pm-sleep' and 'pm-runtime' into pm-coreRafael J. Wysocki2015-12-071-1/+49
|\ \ \ | |_|/ |/| |
| | * PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson2015-11-301-0/+2
| |/ |/|
| * PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii2015-11-301-1/+47
|/
* drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson2015-10-271-0/+2
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-0/+20
|\
| * Driver core: wakeup the parent device before trying probeRafael J. Wysocki2015-07-281-0/+20
* | driver core: correct device's shutdown orderGrygorii Strashko2015-08-051-0/+8
|/
* base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma2015-06-011-1/+1
* driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-241-1/+1
* driver-core: make __device_attach() staticDmitry Torokhov2015-05-241-1/+1
* driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez2015-05-201-4/+10
* driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-1/+7
* driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-201-19/+130
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-0/+14
|\
| * driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki2015-03-221-0/+14
* | driver core: Make probe deferral more quietMark Brown2015-03-251-1/+1
* | driver core: use *switch* statement in really_probe()Sergei Shtylyov2015-03-251-5/+9
|/
* driver core: Remove kerneldoc from local functionThierry Reding2014-09-231-1/+1
* driver core: Inline dev_set/get_drvdataJean Delvare2014-05-271-16/+0
* driver core: dev_get_drvdata: Don't check for NULL devJean Delvare2014-05-271-3/+1
* driver core: dev_set_drvdata returns voidJean Delvare2014-05-271-2/+1
* driver core: Move driver_data back to struct deviceJean Delvare2014-05-271-10/+3
* drivercore: deferral race condition fixGrant Likely2014-04-291-0/+17
* drivers/base/dd.c incorrect pr_debug() parametersFrank Rowand2014-04-161-2/+2
* PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki2013-11-071-1/+1
* PM / Runtime: Idle devices asynchronously after probe|releaseUlf Hansson2013-04-111-3/+3
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-0/+2
|\
| * drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely2013-02-151-0/+2
* | drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-231-0/+7
|/
* PM / Runtime: Do not increment device usage counts before probingRafael J. Wysocki2012-07-161-4/+2
* driver core: Move deferred devices to the end of dpm_list before probingMark Brown2012-07-161-0/+12
* Merge v3.5-rc5 into driver-core-nextGreg Kroah-Hartman2012-07-051-1/+1
|\
| * driver core: fixup reversed deferred probe orderKuninori Morimoto2012-06-131-1/+1
* | device-core: Ensure drvdata = NULL when no driver is boundHans de Goede2012-06-131-0/+2
|/