summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-2/+2
* dma-mapping: remove dma_configureChristoph Hellwig2018-09-081-3/+5
* Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-301-8/+0
|\
| * driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki2018-07-101-8/+0
* | driver core: allow stopping deferred probe after initRob Herring2018-07-101-0/+59
* | driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas2018-07-081-0/+29
* | drivers: base: initcall_debug logs for driver probe timesTodd Poynor2018-07-061-28/+22
|/
* Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-131-1/+2
|\
| * Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki2018-06-121-1/+2
* | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-051-4/+4
|\ \ | |/ |/|
| * driver core: hold dev's parent lock when neededMartin Liu2018-05-311-4/+4
* | PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson2018-05-271-2/+1
* | PM / core: fix deferred probe breaking suspend resume orderFeng Kan2018-04-241-3/+1
|/
* drivers: base: remove check for callback in coredump_store()Arend van Spriel2018-03-231-2/+1
* drivers: base: add coredump driver opsArend van Spriel2018-01-231-7/+33
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-4/+12
|\
| * driver core: Fix device link deferred probeAdrian Hunter2017-11-081-4/+12
* | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2017-11-061-0/+2
|/
* initcall_debug: add deferred probe timesTodd Poynor2017-08-031-1/+27
* driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+4
* of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-0/+9
* 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
OpenPOWER on IntegriCloud