summaryrefslogtreecommitdiff
path: root/drivers/base/dd.c
Commit message (Expand)AuthorAge
* drivers: base: remove check for callback in coredump_store()Arend van Spriel2018-03-23
* drivers: base: add coredump driver opsArend van Spriel2018-01-23
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-07
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-07
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-16
|\
| * driver core: Fix device link deferred probeAdrian Hunter2017-11-08
* | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2017-11-06
|/
* initcall_debug: add deferred probe timesTodd Poynor2017-08-03
* driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-22
* of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-20
* Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman2017-01-14
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-13
|\
| * driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings2016-11-10
| * PM / runtime: Use device linksRafael J. Wysocki2016-10-31
| * driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-31
| * driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki2016-10-28
* | driver core: fix smatch warning on dev->bus checkRob Herring2016-10-31
* | driver core: skip removal test for non-removable driversRob Herring2016-10-31
|/
* device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-02
* driver core: add test of driver remove calls during probeRob Herring2016-08-31
* ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso2016-02-16
* driver core: Avoid NULL pointer dereferences in device_is_bound()Rafael J. Wysocki2016-01-12
* PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso2016-01-08
* device core: add device_is_bound()Tomeu Vizoso2016-01-08
* Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki2016-01-08
|\
| * device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko2015-12-09
| |
| \
*-. \ Merge branches 'pm-sleep' and 'pm-runtime' into pm-coreRafael J. Wysocki2015-12-07
|\ \ \ | |_|/ |/| |
| | * PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson2015-11-30
| |/ |/|
| * PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii2015-11-30
|/
* drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson2015-10-27
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-01
|\
| * Driver core: wakeup the parent device before trying probeRafael J. Wysocki2015-07-28
* | driver core: correct device's shutdown orderGrygorii Strashko2015-08-05
|/
* base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma2015-06-01
* driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-24
* driver-core: make __device_attach() staticDmitry Torokhov2015-05-24
* driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez2015-05-20
* driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-20
* driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-20
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-14
|\
| * driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki2015-03-22
* | driver core: Make probe deferral more quietMark Brown2015-03-25
* | driver core: use *switch* statement in really_probe()Sergei Shtylyov2015-03-25
|/
* driver core: Remove kerneldoc from local functionThierry Reding2014-09-23
* driver core: Inline dev_set/get_drvdataJean Delvare2014-05-27
* driver core: dev_get_drvdata: Don't check for NULL devJean Delvare2014-05-27
* driver core: dev_set_drvdata returns voidJean Delvare2014-05-27
* driver core: Move driver_data back to struct deviceJean Delvare2014-05-27
* drivercore: deferral race condition fixGrant Likely2014-04-29
* drivers/base/dd.c incorrect pr_debug() parametersFrank Rowand2014-04-16