Age | Commit message (Expand) | Author | Files | Lines |
2023-12-07 | driver core: Emit reason for pending deferred probe | Uwe Kleine-König | 1 | -1/+1 |
2023-10-22 | driver core: Release all resources during unbind before updating device links | Saravana Kannan | 1 | -1/+1 |
2023-08-05 | driver core: Call dma_cleanup() on the test_remove path | Jason Gunthorpe | 1 | -0/+2 |
2023-06-05 | driver core: return bool from driver_probe_done | Christoph Hellwig | 1 | -4/+2 |
2023-04-20 | driver core: Don't require dynamic_debug for initcall_debug probe timing | Stephen Boyd | 1 | -1/+6 |
2023-03-10 | driver core: Make state_synced device attribute writeable | Saravana Kannan | 1 | -1/+22 |
2023-03-10 | driver core: Add fw_devlink.sync_state command line param | Saravana Kannan | 1 | -0/+6 |
2023-02-08 | drivers: base: dd: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-01-18 | driver core: bus: move bus notifier logic into bus.c | Greg Kroah-Hartman | 1 | -21/+7 |
2023-01-11 | driver core: Make driver_deferred_probe_timeout a static variable | Javier Martinez Canillas | 1 | -4/+2 |
2022-11-10 | driver core: Fix bus_type.match() error handling in __driver_attach() | Isaac J. Manjarres | 1 | -1/+5 |
2022-11-10 | driver core: mark driver_allows_async_probing static | Christoph Hellwig | 1 | -1/+1 |
2022-09-12 | Merge 6.0-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+40 |
2022-09-01 | driver_core: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-09-01 | driver core: Don't probe devices after bus_type.match() probe deferral | Isaac J. Manjarres | 1 | -0/+10 |
2022-08-23 | Revert "driver core: Delete driver_deferred_probe_check_state()" | Saravana Kannan | 1 | -0/+30 |
2022-06-27 | driver core: fix potential deadlock in __driver_attach | Zhang Wensheng | 1 | -1/+4 |
2022-06-10 | driver core: Delete driver_deferred_probe_check_state() | Saravana Kannan | 1 | -30/+0 |
2022-06-10 | Revert "driver core: Set default deferred_probe_timeout back to 0." | Saravana Kannan | 1 | -0/+5 |
2022-06-10 | driver core: Add wait_for_init_devices_probe helper function | Saravana Kannan | 1 | -5/+14 |
2022-06-03 | driver core: Set default deferred_probe_timeout back to 0. | Saravana Kannan | 1 | -5/+0 |
2022-06-03 | driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction | Saravana Kannan | 1 | -5/+0 |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+37 |
2022-05-19 | driver core: fix deadlock in __device_attach | Zhang Wensheng | 1 | -1/+4 |
2022-05-19 | driver core: Extend deferred probe timeout on driver registration | Saravana Kannan | 1 | -0/+19 |
2022-05-19 | driver core: Add "*" wildcard support to driver_async_probe cmdline param | Saravana Kannan | 1 | -1/+8 |
2022-05-02 | Merge 5.18-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
2022-04-28 | driver core: Add dma_cleanup callback in bus_type | Lu Baolu | 1 | -0/+5 |
2022-04-27 | driver core: Prevent overriding async driver of a device before it probe | Mark-PK Tsai | 1 | -1/+2 |
2022-04-26 | Documentation: dd: Use ReST lists for return values of driver_deferred_probe_... | Bagas Sanjaya | 1 | -4/+4 |
2022-04-09 | net: mdio: don't defer probe forever if PHY IRQ provider is missing | Vladimir Oltean | 1 | -0/+1 |
2022-03-18 | drivers/base/dd.c : Remove the initial value of the global variable | lizhe | 1 | -1/+1 |
2022-03-18 | driver core: dd: fix return value of __setup handler | Randy Dunlap | 1 | -1/+1 |
2022-03-18 | driver core: Refactor sysfs and drv/bus remove hooks | Rob Herring | 1 | -20/+14 |
2022-03-18 | driver core: Refactor multiple copies of device cleanup | Rob Herring | 1 | -30/+16 |
2022-02-28 | Merge 5.17-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+5 |
2022-02-22 | driver core: Free DMA range map when device is released | Mårten Lindahl | 1 | -0/+5 |
2022-02-22 | driver core: cleanup double words comments | Tom Rix | 1 | -2/+2 |
2022-01-06 | driver core: Make bus notifiers in right order in really_probe() | Lu Baolu | 1 | -1/+1 |
2022-01-06 | driver core: Move driver_sysfs_remove() after driver_sysfs_add() | Lu Baolu | 1 | -3/+4 |
2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+2 |
2021-07-27 | drivers core: Fix oops when driver probe fails | Filip Schauer | 1 | -2/+2 |
2021-07-21 | driver core: Fix error return code in really_probe() | Zhen Lei | 1 | -6/+10 |
2021-06-22 | driver core: Export device_driver_attach() | Jason Gunthorpe | 1 | -0/+3 |
2021-06-22 | driver core: Don't return EPROBE_DEFER to userspace during sysfs bind | Christoph Hellwig | 1 | -39/+45 |
2021-06-22 | driver core: Flow the return code from ->probe() through to sysfs bind | Christoph Hellwig | 1 | -9/+20 |
2021-06-22 | driver core: Better distinguish probe errors in really_probe | Christoph Hellwig | 1 | -30/+42 |
2021-06-22 | driver core: Pull required checks into driver_probe_device() | Jason Gunthorpe | 1 | -22/+10 |
2021-04-14 | Merge tag 'v5.12-rc7' into driver-core-next | Greg Kroah-Hartman | 1 | -3/+5 |
2021-04-05 | driver core: add helper for deferred probe reason setting | Ahmad Fatoum | 1 | -6/+11 |