- 6aeb885 device: core: Log warning for devices pending deferred probe on timeout by Nícolas F. R. A. Prado · 1 year ago
- 448af2d driver: core: Use dev_* instead of pr_* so device metadata is added by Nícolas F. R. A. Prado · 1 year ago
- 32de4b4 driver: core: Log probe failure as error and with device metadata by Nícolas F. R. A. Prado · 1 year ago
- 7c41da5 driver core: Emit reason for pending deferred probe by Uwe Kleine-König · 1 year, 4 months ago
- 2e84dc3 driver core: Release all resources during unbind before updating device links by Saravana Kannan · 1 year, 5 months ago
- f429378 driver core: Call dma_cleanup() on the test_remove path by Jason Gunthorpe · 1 year, 8 months ago
- aa5f6ed driver core: return bool from driver_probe_done by Christoph Hellwig · 1 year, 9 months ago
- e2f06aa driver core: Don't require dynamic_debug for initcall_debug probe timing by Stephen Boyd · 1 year, 11 months ago
- f8fb5766 driver core: Make state_synced device attribute writeable by Saravana Kannan · 2 years ago
- ffbe08a driver core: Add fw_devlink.sync_state command line param by Saravana Kannan · 2 years ago
- 36c893d drivers: base: dd: fix memory leak with using debugfs_lookup() by Greg Kroah-Hartman · 2 years, 1 month ago
- ed9f918 driver core: bus: move bus notifier logic into bus.c by Greg Kroah-Hartman · 2 years, 2 months ago
- 504fa21 driver core: Make driver_deferred_probe_timeout a static variable by Javier Martinez Canillas · 2 years, 2 months ago
- 27c0d21 driver core: Fix bus_type.match() error handling in __driver_attach() by Isaac J. Manjarres · 2 years, 6 months ago
- 189a87f driver core: mark driver_allows_async_probing static by Christoph Hellwig · 2 years, 4 months ago
- a791dc1 Merge 6.0-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years, 6 months ago
- 07b7b88 driver_core: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
- 25e9fbf driver core: Don't probe devices after bus_type.match() probe deferral by Isaac J. Manjarres · 2 years, 7 months ago
- 13a8e0f Revert "driver core: Delete driver_deferred_probe_check_state()" by Saravana Kannan · 2 years, 7 months ago
- 70fe758 driver core: fix potential deadlock in __driver_attach by Zhang Wensheng · 2 years, 9 months ago
- 9cbffc7 driver core: Delete driver_deferred_probe_check_state() by Saravana Kannan · 2 years, 9 months ago
- f516d01 Revert "driver core: Set default deferred_probe_timeout back to 0." by Saravana Kannan · 2 years, 9 months ago
- 2f8c3ae driver core: Add wait_for_init_devices_probe helper function by Saravana Kannan · 2 years, 9 months ago
- 9be4cbd driver core: Set default deferred_probe_timeout back to 0. by Saravana Kannan · 2 years, 9 months ago
- 5ee76c2 driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction by Saravana Kannan · 2 years, 9 months ago
- 500a434 Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 9 months ago
- b232b02 driver core: fix deadlock in __device_attach by Zhang Wensheng · 2 years, 10 months ago
- 2b28a1a driver core: Extend deferred probe timeout on driver registration by Saravana Kannan · 2 years, 10 months ago
- f79f662e driver core: Add "*" wildcard support to driver_async_probe cmdline param by Saravana Kannan · 2 years, 10 months ago
- 0e509f5 Merge 5.18-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years, 10 months ago
- 25f3bcf driver core: Add dma_cleanup callback in bus_type by Lu Baolu · 2 years, 11 months ago
- 84e7c67 driver core: Prevent overriding async driver of a device before it probe by Mark-PK Tsai · 3 years ago
- 4c32174 Documentation: dd: Use ReST lists for return values of driver_deferred_probe_check_state() by Bagas Sanjaya · 2 years, 11 months ago
- 74befa4 net: mdio: don't defer probe forever if PHY IRQ provider is missing by Vladimir Oltean · 3 years ago
- 9015813 drivers/base/dd.c : Remove the initial value of the global variable by lizhe · 3 years ago
- f2aad54 driver core: dd: fix return value of __setup handler by Randy Dunlap · 3 years ago
- 4b775aa driver core: Refactor sysfs and drv/bus remove hooks by Rob Herring · 3 years ago
- 9ad3072 driver core: Refactor multiple copies of device cleanup by Rob Herring · 3 years ago
- 4a248f8 Merge 5.17-rc6 into driver-core-next by Greg Kroah-Hartman · 3 years ago
- d8f7a54 driver core: Free DMA range map when device is released by Mårten Lindahl · 3 years, 1 month ago
- b4ae8c2 driver core: cleanup double words comments by Tom Rix · 3 years, 1 month ago
- 00eb74e driver core: Make bus notifiers in right order in really_probe() by Lu Baolu · 3 years, 2 months ago
- 885e502 driver core: Move driver_sysfs_remove() after driver_sysfs_add() by Lu Baolu · 3 years, 2 months ago
- bd935a7 Merge 5.14-rc5 into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
- 4d1014c drivers core: Fix oops when driver probe fails by Filip Schauer · 3 years, 8 months ago
- f04948d driver core: Fix error return code in really_probe() by Zhen Lei · 3 years, 8 months ago
- 0d9f837 driver core: Export device_driver_attach() by Jason Gunthorpe · 3 years, 9 months ago
- 45ddcb4 driver core: Don't return EPROBE_DEFER to userspace during sysfs bind by Christoph Hellwig · 3 years, 9 months ago
- ef6dcbd driver core: Flow the return code from ->probe() through to sysfs bind by Christoph Hellwig · 3 years, 9 months ago
- e149964 driver core: Better distinguish probe errors in really_probe by Christoph Hellwig · 3 years, 9 months ago
- 204db60 driver core: Pull required checks into driver_probe_device() by Jason Gunthorpe · 3 years, 9 months ago
- a00fcbc Merge tag 'v5.12-rc7' into driver-core-next by Greg Kroah-Hartman · 3 years, 11 months ago
- 72a91f1 driver core: add helper for deferred probe reason setting by Ahmad Fatoum · 4 years ago
- d46f3e3 driver core: Improve fw_devlink & deferred_probe_timeout interaction by Saravana Kannan · 4 years ago
- eed6e41 driver core: Fix locking bug in deferred_probe_timeout_work_func() by Saravana Kannan · 4 years ago
- b20e8293 Merge 5.12-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years ago
- d225ef6 base: dd: fix error return code of driver_sysfs_add() by Jia-Ju Bai · 4 years ago
- e611f8c driver core: Use unbound workqueue for deferred probes by Yogesh Lal · 4 years ago
- f0acf63 driver core: clear deferred probe reason on probe retry by Ahmad Fatoum · 4 years ago
- b6f617d driver core: Update device link status properly for device_bind_driver() by Saravana Kannan · 4 years ago
- f2db85b driver core: Avoid pointless deferred probe attempts by Saravana Kannan · 4 years ago
- 2942df67 driver core: dd: remove deferred_devices variable by Greg Kroah-Hartman · 4 years, 1 month ago
- 895bee2 Revert "driver core: Reorder devices on successful probe" by Greg Kroah-Hartman · 4 years, 2 months ago
- d0243bb drivers core: Free dma_range_map when driver probe failed by Meng Li · 4 years, 2 months ago
- 2c3dc64 driver core: make driver_probe_device() static by Julian Wiedmann · 4 years, 4 months ago
- 5b6164d3 driver core: Reorder devices on successful probe by Thierry Reding · 4 years, 3 months ago
- c84b909 Revert "driver core: fw_devlink: Add support for batching fwnode parsing" by Saravana Kannan · 4 years, 4 months ago
- 999032e Revert "driver core: Remove check in driver_deferred_probe_force_trigger()" by Saravana Kannan · 4 years, 4 months ago
- 96d8a91 Revert "driver core: Don't do deferred probe in parallel with kernel_init thread" by Saravana Kannan · 4 years, 4 months ago
- 9226c50 PM: runtime: Resume the device earlier in __device_release_driver() by Rafael J. Wysocki · 4 years, 5 months ago
- d6e3666 PM: runtime: Drop pm_runtime_clean_up_links() by Rafael J. Wysocki · 4 years, 5 months ago
- 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 6 months ago
- 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 6 months ago
- aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 6 months ago
- e3aa745 driver core: Use the ktime_us_delta() helper by Zenghui Yu · 4 years, 7 months ago
- d090b70 driver core: add deferring probe reason to devices_deferred property by Andrzej Hajda · 4 years, 8 months ago
- 6548883 driver core: Avoid binding drivers to dead devices by Lukas Wunner · 4 years, 8 months ago
- b292b50 driver core: Fix probe_count imbalance in really_probe() by Tetsuo Handa · 4 years, 8 months ago
- 6bdb486 Merge 5.8-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
- 8fd456e driver core: Add state_synced sysfs file for devices that support it by Saravana Kannan · 4 years, 10 months ago
- cec72f3 driver core: Don't do deferred probe in parallel with kernel_init thread by Saravana Kannan · 4 years, 8 months ago
- fe940d7 driver core: Drop mention of obsolete bus rwsem from kernel-doc by Lukas Wunner · 4 years, 8 months ago
- fefcfc9 driver core: Remove check in driver_deferred_probe_force_trigger() by Saravana Kannan · 4 years, 10 months ago
- 716a7a2 driver core: fw_devlink: Add support for batching fwnode parsing by Saravana Kannan · 4 years, 10 months ago
- c8be6af Merge v5.7-rc5 into driver-core-next by Greg Kroah-Hartman · 4 years, 10 months ago
- eb7fbc9 driver core: Add missing '\n' in log messages by Christophe JAILLET · 5 years ago
- 35a6723 driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires by John Stultz · 4 years, 11 months ago
- 4ccc03e driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warnings by John Stultz · 4 years, 11 months ago
- ce68929 driver core: Revert default driver_deferred_probe_timeout value to 0 by John Stultz · 4 years, 11 months ago
- a3a87d6 driver core: Replace open-coded list_last_entry() by Andy Shevchenko · 5 years ago
- 927f828 driver core: Read atomic counter once in driver_probe_done() by Andy Shevchenko · 5 years ago
- 64c775f driver core: Rename deferred_probe_timeout and make it global by John Stultz · 5 years ago
- 0e9f8d0 driver core: Remove driver_deferred_probe_check_state_continue() by John Stultz · 5 years ago
- e2cec7d driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set by John Stultz · 5 years ago
- c8c43ce driver core: Fix driver_deferred_probe_check_state() logic by John Stultz · 5 years ago
- 7c35e69 driver core: Print device when resources present in really_probe() by Geert Uytterhoeven · 5 years ago
- 33cbfe5 Revert "driver core: Add edit_links() callback for drivers" by Greg Kroah-Hartman · 6 years ago
- 97e2551 Merge tag 'dev_groups_all_drivers' into driver-core-next by Greg Kroah-Hartman · 6 years ago
- 23b6904 driver core: add dev_groups to all drivers by Dmitry Torokhov · 6 years ago