aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device
AgeCommit message (Expand)AuthorFilesLines
2024-07-10driver core: make driver_find_device() take a const *Gravatar Greg Kroah-Hartman 1-7/+7
2024-07-10driver core: make driver_[create|remove]_file take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+0
2023-12-23driver core: class: fix Excess kernel-doc description warningGravatar Randy Dunlap 1-2/+0
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGravatar Greg Kroah-Hartman 1-1/+1
2023-11-27iommu: Retire bus opsGravatar Robin Murphy 1-5/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-05driver core: return bool from driver_probe_doneGravatar Christoph Hellwig 1-1/+1
2023-05-19driver core: class: properly reference count class_dev_iter()Gravatar Greg Kroah-Hartman 1-0/+1
2023-04-03driver core: class: remove struct class_interface * from callbacksGravatar Greg Kroah-Hartman 1-2/+2
2023-04-03driver core: class: mark the struct class in struct class_interface constantGravatar Greg Kroah-Hartman 1-1/+1
2023-04-03driver core: class: make class_register() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-04-03driver core: class: mark class_release() as taking a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-31driver core: make sysfs_dev_block_kobj staticGravatar Greg Kroah-Hartman 1-2/+0
2023-03-31driver core: class: remove dev_kobj from struct classGravatar Greg Kroah-Hartman 1-2/+0
2023-03-31driver core: class: remove subsystem private pointer from struct classGravatar Greg Kroah-Hartman 1-2/+0
2023-03-31driver core: create class_is_registered()Gravatar Greg Kroah-Hartman 1-0/+1
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-4/+5
2023-03-28driver core: bus: constify class_unregister/destroy()Gravatar Greg Kroah-Hartman 1-2/+2
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGravatar Greg Kroah-Hartman 1-1/+0
2023-03-25driver core: bus: move documentation for lock_key to proper location.Gravatar Greg Kroah-Hartman 1-1/+0
2023-03-24driver core: driver.h: remove extern from function prototypesGravatar Greg Kroah-Hartman 1-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGravatar Greg Kroah-Hartman 1-8/+6
2023-03-24driver core: class.h: remove extern from function prototypesGravatar Greg Kroah-Hartman 1-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGravatar Greg Kroah-Hartman 1-34/+2
2023-03-23driver core: make the bus_type in struct device_driver constantGravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constify driver_find()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constantify bus_register()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-2/+2
2023-03-23driver core: bus: move dev_root out of struct bus_typeGravatar Greg Kroah-Hartman 1-2/+0
2023-03-17driver core: class: make class_create/remove_file*() options constGravatar Greg Kroah-Hartman 1-5/+5
2023-03-17driver core: class: make class_find_device*() options constGravatar Greg Kroah-Hartman 1-13/+12
2023-03-17driver core: class: make class_for_each_device() options constGravatar Greg Kroah-Hartman 1-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGravatar Greg Kroah-Hartman 1-2/+2
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-2/+1
2023-03-17driver core: class: remove struct module owner out of struct classGravatar Greg Kroah-Hartman 1-11/+7
2023-03-17driver core: class: specify the module owner in __class_register()Gravatar Greg Kroah-Hartman 1-4/+5
2023-02-10driver core: bus: add bus_get_dev_root() functionGravatar Greg Kroah-Hartman 1-0/+1
2023-02-09driver core: bus: constify bus_unregister()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09driver core: bus: constify bus_get_kset()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Gravatar Greg Kroah-Hartman 1-2/+2
2023-02-09driver core: remove private pointer from struct bus_typeGravatar Greg Kroah-Hartman 1-4/+0
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGravatar Greg Kroah-Hartman 1-3/+2
2023-02-09driver core: bus: constantify the bus_find_* functionsGravatar Greg Kroah-Hartman 1-10/+10
2023-02-01driver core: bus: move lock_class_key into dynamic structureGravatar Greg Kroah-Hartman 1-1/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-18driver core: bus.h: document bus notifiers betterGravatar Greg Kroah-Hartman 1-14/+28
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableGravatar Javier Martinez Canillas 1-1/+0