aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base/dd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-28driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout firesJohn Stultz1-0/+5
2020-04-28driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warningsJohn Stultz1-1/+1
2020-04-28driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz1-11/+2
2020-03-24driver core: Replace open-coded list_last_entry()Andy Shevchenko1-1/+1
2020-03-24driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko1-3/+4
2020-03-04driver core: Rename deferred_probe_timeout and make it globalJohn Stultz1-7/+9
2020-03-04driver core: Remove driver_deferred_probe_check_state_continue()John Stultz1-45/+8
2020-03-04driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is setJohn Stultz1-0/+9
2020-03-04driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz1-8/+10
2020-01-14driver core: Print device when resources present in really_probe()Geert Uytterhoeven1-1/+4
2019-08-27Revert "driver core: Add edit_links() callback for drivers"Greg Kroah-Hartman1-29/+0
2019-08-02Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman1-0/+14
2019-08-02driver core: add dev_groups to all driversDmitry Torokhov1-0/+14
2019-08-01driver core: Add edit_links() callback for driversSaravana Kannan1-0/+29
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding1-8/+47
2019-04-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry1-3/+2
2019-02-14async: Add cmdline option to specify drivers to be async probedFeng Tang1-0/+24
2019-02-08driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven1-1/+1
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki1-1/+1
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck1-2/+2
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck1-0/+43
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck1-20/+75
2019-01-31driver core: Establish order of operations for device_add and device_del via bitflagAlexander Duyck1-11/+11
2018-12-19driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki1-2/+2
2018-12-06driver core: Move async_synchronize_full callAlexander Duyck1-3/+3
2018-11-11driver core: fix comments for device_block_probing()Randy Dunlap1-2/+2
2018-11-11driver core: Replace simple_strtol by kstrtointMuchun Song1-1/+4
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-2/+2
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig1-3/+5
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman1-8/+0
2018-07-10driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki1-8/+0
2018-07-10driver core: allow stopping deferred probe after initRob Herring1-0/+59
2018-07-08driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas1-0/+29
2018-07-06drivers: base: initcall_debug logs for driver probe timesTodd Poynor1-28/+22
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at probe"Rafael J. Wysocki1-1/+2
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2018-05-31driver core: hold dev's parent lock when neededMartin Liu1-4/+4
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson1-2/+1
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan1-3/+1
2018-03-23drivers: base: remove check for callback in coredump_store()Arend van Spriel1-2/+1
2018-01-23drivers: base: add coredump driver opsArend van Spriel1-7/+33
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+12
2017-11-08driver core: Fix device link deferred probeAdrian Hunter1-4/+12
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki1-0/+2
2017-08-03initcall_debug: add deferred probe timesTodd Poynor1-1/+27
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov1-0/+4
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus devicesSricharan R1-0/+9