summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu1-32/+0
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu1-3/+3
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu1-2/+2
2025-01-10driver core: Correct parameter check for API device_for_each_child_reverse_fr...Zijun Hu1-1/+1
2025-01-10driver core: Move true expression out of if condition in 3 device finding APIsZijun Hu1-2/+5
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu1-0/+6
2025-01-03driver core: Remove match_any()Zijun Hu1-6/+1
2025-01-03driver core: Simplify API device_find_child_by_name() implementationZijun Hu1-12/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-3/+3
2024-12-24drivers: base: Don't match devices with NULL of_node/fwnode/etcBrian Norris1-4/+4
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-35/+28
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-28/+101
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana1-1/+1
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan1-2/+2
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan1-31/+24
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman1-8/+40
2024-11-04driver core: constify devlink classBartosz Golaszewski1-1/+1
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+5
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman1-8/+5
2024-10-26cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+35
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic1-28/+101
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman1-2/+2
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman1-36/+30
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman1-53/+1
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman1-9/+1
2024-09-21driver core: fix async device shutdown hangStuart Hayes1-1/+9
2024-09-03driver core: Make parameter check consistent for API cluster device_(for_each...Zijun Hu1-3/+3
2024-09-03driver core: shut down devices asynchronouslyStuart Hayes1-1/+53
2024-09-03driver core: separate function to shutdown one deviceStuart Hayes1-30/+36
2024-09-03driver core: don't always lock parent in shutdownStuart Hayes1-2/+2
2024-09-03driver core: class: Check namespace relevant parameters in class_register()Zijun Hu1-1/+1
2024-09-03driver:base:core: Adding a "Return:" line in comment for device_link_add()Yuesong Li1-0/+3
2024-08-22driver core: Use 2-argument strscpy()Andy Shevchenko1-1/+1
2024-08-22driver core: Make use of returned value of dev_err_probe()Andy Shevchenko1-4/+2
2024-08-22driver core: Use guards for simple mutex locksAndy Shevchenko1-28/+22
2024-08-22driver core: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-38/+32
2024-08-22driver core: Sort headersAndy Shevchenko1-7/+7
2024-08-12Merge 6.11-rc3 into driver-core-nextGreg Kroah-Hartman1-5/+8
2024-07-31driver core: Remove unused parameter for virtual_device_parent()Zijun Hu1-2/+2
2024-07-31driver core: Fix error handling in driver API device_rename()Zijun Hu1-5/+10
2024-07-31driver core: Fix size calculation of symlink name for devlink_(add|remove)_sy...Zijun Hu1-2/+6
2024-07-31driver core: Fix uevent_show() vs driver detach raceDan Williams1-5/+8
2024-06-20driver core: Make dev_err_probe() silent for -ENOMEMUwe Kleine-König1-3/+14
2024-06-04drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme1-0/+3
2024-06-04driver core: remove devm_device_add_groups()Greg Kroah-Hartman1-45/+0
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner1-0/+9
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+23
2024-03-27driver core: Remove unused platform_notify, platform_notify_removeBjorn Helgaas1-8/+0
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-03-08driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8