summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
* driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-6/+9
* device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
* device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
* driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-4/+4
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-232-6/+24
* 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
* driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-171-2/+2
* driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-171-1/+1
* driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2023-03-171-1/+1
* driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2023-03-171-2/+2
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-171-6/+3
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-171-3/+3
* devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2023-03-101-5/+6
* device property: Clarify description of returned value in some functionsAndy Shevchenko2023-03-101-34/+90
* driver core: Make state_synced device attribute writeableSaravana Kannan2023-03-103-5/+31
* driver core: Add fw_devlink.sync_state command line paramSaravana Kannan2023-03-103-0/+65
* driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman2023-03-071-6/+0
* driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-062-38/+1
* Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-0/+1
|\
| * genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-0/+1
* | Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-022-7/+7
|\ \
| * | 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
| * | driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven2023-02-251-1/+1
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-02-251-0/+26
|\ \ \ | |/ / |/| |
| * | PM: domains: Allow a genpd consumer to require a synced power offUlf Hansson2023-01-101-0/+26
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-2419-599/+994
|\ \ \
| * | | driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct placeGreg Kroah-Hartman2023-02-141-8/+6
| * | | Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman2023-02-141-5/+1
| * | | Revert "devtmpfs: add debug info to handle()"Greg Kroah-Hartman2023-02-141-10/+2
| * | | Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman2023-02-142-6/+6
| * | | driver core: cpu: don't hand-override the uevent bus_type callback.Greg Kroah-Hartman2023-02-111-14/+14
| * | | devtmpfs: remove return value of devtmpfs_delete_node()Longlong Xia2023-02-112-6/+6
| * | | devtmpfs: add debug info to handle()Longlong Xia2023-02-101-2/+10
| * | | driver core: add error handling for devtmpfs_create_node()Longlong Xia2023-02-101-1/+5
| * | | driver core: bus: update my copyright noticeGreg Kroah-Hartman2023-02-101-0/+1
| * | | driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman2023-02-103-6/+38
| * | | driver core: bus: constify bus_unregister()Greg Kroah-Hartman2023-02-091-1/+1
| * | | driver core: bus: constify some internal functionsGreg Kroah-Hartman2023-02-091-2/+2
| * | | driver core: bus: constify bus_get_kset()Greg Kroah-Hartman2023-02-091-1/+1
| * | | driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman2023-02-091-2/+2