summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
AgeCommit message (Expand)Author
2020-12-09driver core: make driver_probe_device() staticJulian Wiedmann
2020-12-09driver core: Reorder devices on successful probeThierry Reding
2020-12-09Revert "driver core: fw_devlink: Add support for batching fwnode parsing"Saravana Kannan
2020-12-09Revert "driver core: Remove check in driver_deferred_probe_force_trigger()"Saravana Kannan
2020-12-09Revert "driver core: Don't do deferred probe in parallel with kernel_init thr...Saravana Kannan
2020-11-02PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2020-09-08driver core: Use the ktime_us_delta() helperZenghui Yu
2020-07-30driver core: add deferring probe reason to devices_deferred propertyAndrzej Hajda
2020-07-30driver core: Avoid binding drivers to dead devicesLukas Wunner
2020-07-23driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman
2020-07-10driver core: Add state_synced sysfs file for devices that support itSaravana Kannan
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan
2020-07-10driver core: Drop mention of obsolete bus rwsem from kernel-docLukas Wunner
2020-05-19driver core: Remove check in driver_deferred_probe_force_trigger()Saravana Kannan
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman
2020-04-28driver core: Add missing '\n' in log messagesChristophe JAILLET
2020-04-28driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz
2020-04-28driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz
2020-04-28driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz
2020-03-24driver core: Replace open-coded list_last_entry()Andy Shevchenko
2020-03-24driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko
2020-03-04driver core: Rename deferred_probe_timeout and make it globalJohn Stultz
2020-03-04driver core: Remove driver_deferred_probe_check_state_continue()John Stultz
2020-03-04driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz
2020-03-04driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven
2019-08-27Revert "driver core: Add edit_links() callback for drivers"Greg Kroah-Hartman
2019-08-02Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman
2019-08-02driver core: add dev_groups to all driversDmitry Torokhov
2019-08-01driver core: Add edit_links() callback for driversSaravana Kannan
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding
2019-04-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry
2019-02-14async: Add cmdline option to specify drivers to be async probedFeng Tang
2019-02-08driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2018-12-19driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki
2018-12-06driver core: Move async_synchronize_full callAlexander Duyck
2018-11-11driver core: fix comments for device_block_probing()Randy Dunlap
2018-11-11driver core: Replace simple_strtol by kstrtointMuchun Song