summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: update comments in device_rename()Wedson Almeida Filho2023-04-201-10/+6
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-6/+4
* driver core: remove incorrect comment for device_create*Greg Kroah-Hartman2023-04-031-6/+0
* driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman2023-03-311-1/+3
* driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-1/+3
* driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman2023-03-311-18/+4
* driver core: core: move to use class_to_subsys()Greg Kroah-Hartman2023-03-311-43/+78
* driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2023-03-281-0/+5
* driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko2023-03-281-2/+6
* driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-171-3/+3
* driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-171-5/+5
* driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-171-1/+1
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* driver core: Make state_synced device attribute writeableSaravana Kannan2023-03-101-4/+1
* driver core: Add fw_devlink.sync_state command line paramSaravana Kannan2023-03-101-0/+58
* driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-37/+0
* driver core: fw_devlink: Print full path and name of fwnodeSaravana Kannan2023-02-251-3/+3
* driver core: fw_devlink: Avoid spurious error messageSaravana Kannan2023-02-251-3/+3
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-170/+319
|\
| * Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman2023-02-141-5/+1
| * driver core: add error handling for devtmpfs_create_node()Longlong Xia2023-02-101-1/+5
| * driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman2023-02-101-3/+11
| * driver core: fw_devlink: Make cycle detection more robustSaravana Kannan2023-02-081-119/+129
| * driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan2023-02-081-13/+15
| * driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan2023-02-081-10/+40
| * driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan2023-02-081-10/+18
| * driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan2023-02-081-2/+38
| * driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan2023-02-081-18/+79
| * driver core: make kobj_type structures constantThomas Weißschuh2023-02-081-2/+2
| * kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2023-01-271-1/+1
| * driver core: fix resource leak in device_add()Zhengchao Shao2023-01-201-1/+1
| * driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman2023-01-181-10/+3
| * driver core: fix potential null-ptr-deref in device_add()Yang Yingliang2023-01-111-0/+1
* | drivers/base: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-42/+0
|/
* kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman2022-11-221-2/+2
* kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-221-2/+2
* kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-221-4/+4
* driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-101-3/+4
* driver core: remove devm_device_remove_group()Greg Kroah-Hartman2022-11-101-22/+0
* driver core: remove devm_device_remove_groups()Greg Kroah-Hartman2022-11-101-17/+0
* driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-2/+2
* driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()Yang Yingliang2022-09-241-1/+1
* Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman2022-09-241-1/+1
|\
| * Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman2022-09-151-1/+1
* | drivers: base: Print error code on synthetic uevent failureBrian Norris2022-09-011-1/+1
|/
* Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-7/+116
|\
| * driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan2022-06-271-1/+2
| * driver core: Introduce device_find_any_child() helperAndy Shevchenko2022-06-101-0/+20
| * driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan2022-06-101-1/+1