summaryrefslogtreecommitdiffstats
path: root/include/linux/device
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: class: fix Excess kernel-doc description warningRandy Dunlap2023-12-231-2/+0
* | driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman2023-12-211-1/+1
|/
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\
| * driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-1/+1
* | driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman2023-05-191-0/+1
|/
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-2/+2
* driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman2023-04-031-1/+1
* driver core: class: make class_register() take a const *Greg Kroah-Hartman2023-04-031-1/+1
* driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman2023-04-031-1/+1
* driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-2/+0
* driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-2/+0
* driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2023-03-311-2/+0
* driver core: create class_is_registered()Greg Kroah-Hartman2023-03-311-0/+1
* driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-4/+5
* driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-281-2/+2
* driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-271-1/+0
* driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-1/+0
* driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-15/+11
* driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-8/+6
* driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-26/+20
* driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-34/+2
* driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman2023-03-231-1/+1
* 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-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: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-171-5/+5
* driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-171-13/+12
* 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-2/+1
* driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-171-11/+7
* driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-171-4/+5
* 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: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas2023-01-111-1/+0
* 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