Age | Commit message (Expand) | Author |
2024-06-04 | drivers: core: synchronize really_probe() and dev_uevent() | Dirk Behme |
2024-06-04 | driver core: remove devm_device_add_groups() | Greg Kroah-Hartman |
2024-05-04 | driver core: Add device_show_string() helper for sysfs attributes | Lukas Wunner |
2024-04-23 | Merge 6.9-rc5 into driver-core-next | Greg Kroah-Hartman |
2024-03-27 | driver core: Remove unused platform_notify, platform_notify_remove | Bjorn Helgaas |
2024-03-26 | driver core: Introduce device_link_wait_removal() | Herve Codina |
2024-03-07 | driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link | Saravana Kannan |
2024-03-07 | driver core: Adds flags param to fwnode_link_add() | Saravana Kannan |
2024-03-07 | driver core: Move fw_devlink stuff to where it belongs | Andy Shevchenko |
2024-02-02 | driver core: fw_devlink: Improve logs for cycle detection | Saravana Kannan |
2024-02-02 | driver core: fw_devlink: Improve detection of overlapping cycles | Saravana Kannan |
2024-02-02 | driver core: Fix device_link_flag_is_sync_state_only() | Saravana Kannan |
2023-12-15 | driver core: Better advertise dev_err_probe() | Uwe Kleine-König |
2023-12-07 | driver core: Enable fw_devlink=rpm by default | Saravana Kannan |
2023-11-28 | driver core: make device_is_dependent() static | Greg Kroah-Hartman |
2023-10-05 | driver core: Add missing parameter description to __fwnode_link_add() | Andy Shevchenko |
2023-09-12 | driver core: return an error when dev_set_name() hasn't happened | Andy Shevchenko |
2023-09-01 | Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2023-08-22 | driver core: Call in reversed order in device_platform_notify_remove() | Andy Shevchenko |
2023-08-22 | driver core: Return proper error code when dev_set_name() fails | Andy Shevchenko |
2023-08-12 | drivers: base: Free devm resources when unregistering a device | David Gow |
2023-08-04 | driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace() | Andy Shevchenko |
2023-08-01 | swiotlb: make io_tlb_default_mem local to swiotlb.c | Petr Tesarik |
2023-04-20 | driver core: update comments in device_rename() | Wedson Almeida Filho |
2023-04-03 | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman |
2023-04-03 | driver core: remove incorrect comment for device_create* | Greg Kroah-Hartman |
2023-03-31 | driver core: make sysfs_dev_char_kobj static | Greg Kroah-Hartman |
2023-03-31 | driver core: make sysfs_dev_block_kobj static | Greg Kroah-Hartman |
2023-03-31 | driver core: clean up the logic to determine which /sys/dev/ directory to use | Greg Kroah-Hartman |
2023-03-31 | driver core: core: move to use class_to_subsys() | Greg Kroah-Hartman |
2023-03-28 | driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT | Saravana Kannan |
2023-03-28 | driver core: Add a comment to set_primary_fwnode() on nullifying | Andy Shevchenko |
2023-03-17 | driver core: device: make device_create*() take a const struct class * | Greg Kroah-Hartman |
2023-03-17 | driver core: device: mark struct class in struct device as constant | Greg Kroah-Hartman |
2023-03-17 | driver core: device: make device_destroy() take a const class * | Greg Kroah-Hartman |
2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman |
2023-03-10 | driver core: Make state_synced device attribute writeable | Saravana Kannan |
2023-03-10 | driver core: Add fw_devlink.sync_state command line param | Saravana Kannan |
2023-03-06 | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 | Greg Kroah-Hartman |
2023-02-25 | driver core: fw_devlink: Print full path and name of fwnode | Saravana Kannan |
2023-02-25 | driver core: fw_devlink: Avoid spurious error message | Saravana Kannan |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-14 | Revert "driver core: add error handling for devtmpfs_create_node()" | Greg Kroah-Hartman |
2023-02-10 | driver core: add error handling for devtmpfs_create_node() | Longlong Xia |
2023-02-10 | driver core: bus: add bus_get_dev_root() function | Greg Kroah-Hartman |
2023-02-08 | driver core: fw_devlink: Make cycle detection more robust | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Consolidate device link flag computation | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links | Saravana Kannan |