summaryrefslogtreecommitdiffstats
path: root/include/linux/device/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-5/+0
|\
| * iommu: Retire bus opsRobin Murphy2023-11-271-5/+0
* | driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman2023-12-211-1/+1
|/
* driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-1/+0
* driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-8/+6
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-2/+2
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-231-2/+0
* driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman2023-02-101-0/+1
* driver core: bus: constify bus_unregister()Greg Kroah-Hartman2023-02-091-1/+1
* 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
* driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman2023-02-091-4/+0
* driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman2023-02-091-3/+2
* driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman2023-02-091-10/+10
* driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2023-02-011-1/+0
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* driver core: bus.h: document bus notifiers betterGreg Kroah-Hartman2023-01-181-14/+28
* driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman2023-01-101-5/+0
* driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman2023-01-101-1/+0
* driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman2023-01-101-1/+0
* driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2023-01-101-4/+0
* driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2023-01-101-2/+0
* driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2023-01-101-1/+0
* driver core: Add dma_cleanup callback in bus_typeLu Baolu2022-04-281-0/+3
* driver core: Provide device_match_acpi_handle() helperAndy Shevchenko2021-10-201-0/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-1/+1
* device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman2019-12-161-0/+288