summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
AgeCommit message (Expand)AuthorLines
2020-07-30driver core: add deferring probe reason to devices_deferred propertyAndrzej Hajda-1/+22
2020-07-30driver core: Avoid binding drivers to dead devicesLukas Wunner-1/+3
2020-07-23driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa-3/+4
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman-5/+0
2020-07-10driver core: Add state_synced sysfs file for devices that support itSaravana Kannan-0/+22
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan-5/+0
2020-07-10driver core: Drop mention of obsolete bus rwsem from kernel-docLukas Wunner-4/+3
2020-05-19driver core: Remove check in driver_deferred_probe_force_trigger()Saravana Kannan-3/+0
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan-0/+8
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman-12/+8
2020-04-28driver core: Add missing '\n' in log messagesChristophe JAILLET-15/+13
2020-04-28driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz-0/+5
2020-04-28driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz-1/+1
2020-04-28driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz-11/+2
2020-03-24driver core: Replace open-coded list_last_entry()Andy Shevchenko-1/+1
2020-03-24driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko-3/+4
2020-03-04driver core: Rename deferred_probe_timeout and make it globalJohn Stultz-7/+9
2020-03-04driver core: Remove driver_deferred_probe_check_state_continue()John Stultz-45/+8
2020-03-04driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz-0/+9
2020-03-04driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz-8/+10
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven-1/+4
2019-08-27Revert "driver core: Add edit_links() callback for drivers"Greg Kroah-Hartman-29/+0
2019-08-02Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman-0/+14
2019-08-02driver core: add dev_groups to all driversDmitry Torokhov-0/+14
2019-08-01driver core: Add edit_links() callback for driversSaravana Kannan-0/+29
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding-8/+47
2019-04-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry-3/+2
2019-02-14async: Add cmdline option to specify drivers to be async probedFeng Tang-0/+24
2019-02-08driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven-1/+1
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki-1/+1
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck-2/+2
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck-0/+43
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck-20/+75
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck-11/+11
2018-12-19driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki-2/+2
2018-12-06driver core: Move async_synchronize_full callAlexander Duyck-3/+3
2018-11-11driver core: fix comments for device_block_probing()Randy Dunlap-2/+2
2018-11-11driver core: Replace simple_strtol by kstrtointMuchun Song-1/+4
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig-2/+2
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig-3/+5
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman-8/+0
2018-07-10driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki-8/+0
2018-07-10driver core: allow stopping deferred probe after initRob Herring-0/+59
2018-07-08driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas-0/+29
2018-07-06drivers: base: initcall_debug logs for driver probe timesTodd Poynor-28/+22
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-1/+2
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki-1/+2
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2018-05-31driver core: hold dev's parent lock when neededMartin Liu-4/+4
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson-2/+1