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