summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorLines
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson-1/+1
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki-1/+1
2025-09-27PM: sleep: Do not wait on SYNC_STATE_ONLY device linksPin-yen Lin-1/+1
2025-09-06driver core: Fix order of the kernel-doc parametersGil Fine-4/+4
2025-09-06driver core: get_dev_from_fwnode(): document potential raceDanilo Krummrich-0/+19
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-37/+36
2025-07-09driver core: Export get_dev_from_fwnode()Ulf Hansson-2/+6
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki-37/+36
2025-04-15driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov-2/+31
2025-04-15driver core: introduce device_set_driver() helperDmitry Torokhov-1/+1
2025-04-15Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov-3/+0
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+61
2025-02-28driver core: Introduce device_{add,remove}_of_node()Herve Codina-0/+61
2025-02-20drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli-0/+1
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu-32/+0
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu-3/+3
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu-2/+2
2025-01-10driver core: Correct parameter check for API device_for_each_child_reverse_fr...Zijun Hu-1/+1
2025-01-10driver core: Move true expression out of if condition in 3 device finding APIsZijun Hu-2/+5
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu-0/+6
2025-01-03driver core: Remove match_any()Zijun Hu-6/+1
2025-01-03driver core: Simplify API device_find_child_by_name() implementationZijun Hu-12/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-3/+3
2024-12-24drivers: base: Don't match devices with NULL of_node/fwnode/etcBrian Norris-4/+4
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-35/+28
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-28/+101
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana-1/+1
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan-2/+2
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan-31/+24
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman-8/+40
2024-11-04driver core: constify devlink classBartosz Golaszewski-1/+1
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+5
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman-8/+5
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams-0/+35
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic-28/+101
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman-2/+2
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman-36/+30
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman-53/+1
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman-9/+1
2024-09-21driver core: fix async device shutdown hangStuart Hayes-1/+9
2024-09-03driver core: Make parameter check consistent for API cluster device_(for_each...Zijun Hu-3/+3
2024-09-03driver core: shut down devices asynchronouslyStuart Hayes-1/+53
2024-09-03driver core: separate function to shutdown one deviceStuart Hayes-30/+36
2024-09-03driver core: don't always lock parent in shutdownStuart Hayes-2/+2
2024-09-03driver core: class: Check namespace relevant parameters in class_register()Zijun Hu-1/+1
2024-09-03driver:base:core: Adding a "Return:" line in comment for device_link_add()Yuesong Li-0/+3
2024-08-22driver core: Use 2-argument strscpy()Andy Shevchenko-1/+1
2024-08-22driver core: Make use of returned value of dev_err_probe()Andy Shevchenko-4/+2
2024-08-22driver core: Use guards for simple mutex locksAndy Shevchenko-28/+22
2024-08-22driver core: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko-38/+32