aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device/bus.h
AgeCommit message (Expand)Author
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman
2023-11-27iommu: Retire bus opsRobin Murphy
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-02-09driver core: bus: constify bus_unregister()Greg Kroah-Hartman
2023-02-09driver core: bus: constify bus_get_kset()Greg Kroah-Hartman
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman
2023-02-09driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-18driver core: bus.h: document bus notifiers betterGreg Kroah-Hartman
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu
2021-10-20driver core: Provide device_match_acpi_handle() helperAndy Shevchenko
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman