aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
AgeCommit message (Expand)Author
2023-12-07driver core: Emit reason for pending deferred probeUwe Kleine-König
2023-10-21driver core: Release all resources during unbind before updating device linksSaravana Kannan
2023-08-05driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-04-20driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan
2023-02-08drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas
2022-11-10driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres
2022-11-10driver core: mark driver_allows_async_probing staticChristoph Hellwig
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-01driver_core: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan
2022-06-27driver core: fix potential deadlock in __driver_attachZhang Wensheng
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan
2022-06-10Revert "driver core: Set default deferred_probe_timeout back to 0."Saravana Kannan
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan
2022-06-03driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan
2022-06-03driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19driver core: fix deadlock in __device_attachZhang Wensheng
2022-05-19driver core: Extend deferred probe timeout on driver registrationSaravana Kannan
2022-05-19driver core: Add "*" wildcard support to driver_async_probe cmdline paramSaravana Kannan
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu
2022-04-27driver core: Prevent overriding async driver of a device before it probeMark-PK Tsai
2022-04-26Documentation: dd: Use ReST lists for return values of driver_deferred_probe_...Bagas Sanjaya
2022-04-08net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean
2022-03-18drivers/base/dd.c : Remove the initial value of the global variablelizhe
2022-03-18driver core: dd: fix return value of __setup handlerRandy Dunlap
2022-03-18driver core: Refactor sysfs and drv/bus remove hooksRob Herring
2022-03-18driver core: Refactor multiple copies of device cleanupRob Herring
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman
2022-02-22driver core: Free DMA range map when device is releasedMårten Lindahl
2022-02-22driver core: cleanup double words commentsTom Rix
2022-01-06driver core: Make bus notifiers in right order in really_probe()Lu Baolu
2022-01-06driver core: Move driver_sysfs_remove() after driver_sysfs_add()Lu Baolu
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman
2021-07-27drivers core: Fix oops when driver probe failsFilip Schauer
2021-07-21driver core: Fix error return code in really_probe()Zhen Lei
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe
2021-06-21driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig
2021-06-21driver core: Better distinguish probe errors in really_probeChristoph Hellwig
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman
2021-04-05driver core: add helper for deferred probe reason settingAhmad Fatoum