summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: add deferring probe reason to devices_deferred propertyAndrzej Hajda2020-07-301-1/+22
* driver core: Avoid binding drivers to dead devicesLukas Wunner2020-07-301-1/+3
* driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa2020-07-231-3/+4
* Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2020-07-201-5/+0
|\
| * driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan2020-07-101-5/+0
* | driver core: Add state_synced sysfs file for devices that support itSaravana Kannan2020-07-101-0/+22
* | driver core: Drop mention of obsolete bus rwsem from kernel-docLukas Wunner2020-07-101-4/+3
|/
* driver core: Remove check in driver_deferred_probe_force_trigger()Saravana Kannan2020-05-191-3/+0
* driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan2020-05-151-0/+8
* Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman2020-05-111-12/+8
|\
| * driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz2020-04-281-0/+5
| * driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz2020-04-281-1/+1
| * driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz2020-04-281-11/+2
* | driver core: Add missing '\n' in log messagesChristophe JAILLET2020-04-281-15/+13
|/
* driver core: Replace open-coded list_last_entry()Andy Shevchenko2020-03-241-1/+1
* driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko2020-03-241-3/+4
* driver core: Rename deferred_probe_timeout and make it globalJohn Stultz2020-03-041-7/+9
* driver core: Remove driver_deferred_probe_check_state_continue()John Stultz2020-03-041-45/+8
* driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz2020-03-041-0/+9
* driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz2020-03-041-8/+10
* driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-01-141-1/+4
* Revert "driver core: Add edit_links() callback for drivers"Greg Kroah-Hartman2019-08-271-29/+0
* Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman2019-08-021-0/+14
|\
| * driver core: add dev_groups to all driversDmitry Torokhov2019-08-021-0/+14
* | driver core: Add edit_links() callback for driversSaravana Kannan2019-08-011-0/+29
|/
* driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-031-8/+47
* driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry2019-04-251-3/+2
* async: Add cmdline option to specify drivers to be async probedFeng Tang2019-02-141-0/+24
* driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven2019-02-081-1/+1
* driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2019-02-011-1/+1
* driver core: Attach devices on CPU local to device nodeAlexander Duyck2019-01-311-2/+2
* driver core: Probe devices asynchronously instead of the driverAlexander Duyck2019-01-311-0/+43
* device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck2019-01-311-20/+75
* driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck2019-01-311-11/+11
* driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki2018-12-191-2/+2
* driver core: Move async_synchronize_full callAlexander Duyck2018-12-061-3/+3
* driver core: fix comments for device_block_probing()Randy Dunlap2018-11-111-2/+2
* driver core: Replace simple_strtol by kstrtointMuchun Song2018-11-111-1/+4
* 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