summaryrefslogtreecommitdiff
path: root/include/linux/device
AgeCommit message (Expand)Author
2025-04-28devres: Add devm_is_action_added() helperAndy Shevchenko
2025-04-28devres: Move devm_*_action*() APIs to devres.hAndy Shevchenko
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-28Convert regulator drivers to useMark Brown
2025-02-24devres: Introduce devm_kmemdup_array()Raag Jadav
2025-02-24driver core: Split devres APIs to device/devres.hAndy Shevchenko
2025-02-20driver core: class: Remove needless return in void API class_remove_file()Zijun Hu
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu
2024-12-23driver core: bus: add irq_get_affinity callback to bus_typeDaniel Wagner
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman
2024-09-03driver core: shut down devices asynchronouslyStuart Hayes
2024-09-03drivers/base: Introduce device_match_t for device finding APIsZijun Hu
2024-07-10driver core: make driver_find_device() take a const *Greg Kroah-Hartman
2024-07-10driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
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