summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08driver core: fw_devlink: Make cycle detection more robustSaravana Kannan1-119/+129
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan1-13/+15
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan1-10/+40
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-10/+18
2023-02-08driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan1-2/+38
2023-02-08driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan1-18/+79
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-2/+2
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman1-1/+1
2023-01-20driver core: fix resource leak in device_add()Zhengchao Shao1-1/+1
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman1-10/+3
2023-01-11driver core: fix potential null-ptr-deref in device_add()Yang Yingliang1-0/+1
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman1-2/+2
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman1-2/+2
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-4/+4
2022-11-10driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET1-3/+4
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman1-22/+0
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman1-17/+0
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-2/+2
2022-09-24driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()Yang Yingliang1-1/+1
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman1-1/+1
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman1-1/+1
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris1-1/+1
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+116
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki1-0/+10
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki1-1/+2
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan1-1/+2
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+20
2022-06-10driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan1-1/+1
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan1-6/+94
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+15
2022-04-29device-core: Kill the lockdep_mutexDan Williams1-3/+0
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung1-0/+15
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+1
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+23
2022-01-11Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar1-0/+17
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-6/+5
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho1-1/+1
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki1-2/+1
2021-12-17genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner1-3/+0
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-1/+0
2021-11-24driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus1-1/+0
2021-10-20driver core: Provide device_match_acpi_handle() helperAndy Shevchenko1-0/+6
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+2
2021-10-05driver core: Reject pointless SYNC_STATE_ONLY device linksSaravana Kannan1-1/+2
2021-10-05driver core: use NUMA_NO_NODE during device_initializeMax Gurtovoy1-1/+1
2021-10-05driver core: Fix possible memory leak in device_link_add()Yang Yingliang1-3/+1
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman1-27/+63