summaryrefslogtreecommitdiff
path: root/include/linux/device
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-23driver core: class: fix Excess kernel-doc description warningRandy Dunlap
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman
2023-11-27iommu: Retire bus opsRobin Murphy
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman
2023-03-23driver core: bus: constify driver_find()Greg 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-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman
2023-03-17driver core: class: specify the module owner in __class_register()Greg 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-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas
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