summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko1-0/+2
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+20
2023-08-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-3/+2
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko1-3/+3
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko1-7/+6
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow1-0/+11
2023-08-05driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-3/+2
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-3/+1
2023-04-20driver core: update comments in device_rename()Wedson Almeida Filho1-10/+6
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-6/+4
2023-04-03driver core: remove incorrect comment for device_create*Greg Kroah-Hartman1-6/+0
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman1-1/+3
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman1-1/+3
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman1-18/+4
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman1-43/+78
2023-03-28driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan1-0/+5
2023-03-28driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko1-2/+6
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-3/+3
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-5/+5
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan1-4/+1
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan1-0/+58
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-37/+0
2023-02-25driver core: fw_devlink: Print full path and name of fwnodeSaravana Kannan1-3/+3
2023-02-25driver core: fw_devlink: Avoid spurious error messageSaravana Kannan1-3/+3
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-170/+319
2023-02-14Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman1-5/+1
2023-02-10driver core: add error handling for devtmpfs_create_node()Longlong Xia1-1/+5
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman1-3/+11
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-02-03drivers/base: Remove CONFIG_SRCUPaul E. McKenney1-42/+0
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