aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
AgeCommit message (Expand)Author
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner
2020-08-19driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan
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
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman
2018-07-10driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki
2018-07-10driver core: allow stopping deferred probe after initRob Herring
2018-07-08driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas
2018-07-06drivers: base: initcall_debug logs for driver probe timesTodd Poynor
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-31driver core: hold dev's parent lock when neededMartin Liu
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan
2018-03-23drivers: base: remove check for callback in coredump_store()Arend van Spriel
2018-01-23drivers: base: add coredump driver opsArend van Spriel
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman