summaryrefslogtreecommitdiff
path: root/drivers/base/dd.c
AgeCommit message (Expand)Author
2017-08-03initcall_debug: add deferred probe timesTodd Poynor
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings
2016-10-31PM / runtime: Use device linksRafael J. Wysocki
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki
2016-10-31driver core: fix smatch warning on dev->bus checkRob Herring
2016-10-31driver core: skip removal test for non-removable driversRob Herring
2016-10-28driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki
2016-09-02device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-31driver core: add test of driver remove calls during probeRob Herring
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso
2016-01-12driver core: Avoid NULL pointer dereferences in device_is_bound()Rafael J. Wysocki
2016-01-08PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso
2016-01-08device core: add device_is_bound()Tomeu Vizoso
2016-01-08Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko
2015-12-07Merge branches 'pm-sleep' and 'pm-runtime' into pm-coreRafael J. Wysocki
2015-11-30PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko
2015-07-28Driver core: wakeup the parent device before trying probeRafael J. Wysocki
2015-06-01base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma
2015-05-24driver-core: fix build for !CONFIG_MODULESDmitry Torokhov
2015-05-24driver-core: make __device_attach() staticDmitry Torokhov
2015-05-20driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-03-25driver core: Make probe deferral more quietMark Brown
2015-03-25driver core: use *switch* statement in really_probe()Sergei Shtylyov
2015-03-22driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki
2014-09-23driver core: Remove kerneldoc from local functionThierry Reding
2014-05-27driver core: Inline dev_set/get_drvdataJean Delvare
2014-05-27driver core: dev_get_drvdata: Don't check for NULL devJean Delvare
2014-05-27driver core: dev_set_drvdata returns voidJean Delvare
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare
2014-04-29drivercore: deferral race condition fixGrant Likely
2014-04-16drivers/base/dd.c incorrect pr_debug() parametersFrank Rowand
2013-11-07PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki
2013-04-11PM / Runtime: Idle devices asynchronously after probe|releaseUlf Hansson
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-15drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij
2012-07-16PM / Runtime: Do not increment device usage counts before probingRafael J. Wysocki
2012-07-16driver core: Move deferred devices to the end of dpm_list before probingMark Brown