aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device
AgeCommit message (Expand)AuthorFilesLines
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich1-0/+9
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+3
2025-11-20devres: Move devm_alloc_percpu() and related to devres.hAndy Shevchenko1-0/+17
2025-11-03PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams1-0/+3
2025-09-08devres: provide devm_kmemdup_const()Bartosz Golaszewski1-0/+2
2025-04-28devres: Add devm_is_action_added() helperAndy Shevchenko1-0/+2
2025-04-28devres: Move devm_*_action*() APIs to devres.hAndy Shevchenko1-0/+39
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-02-28Convert regulator drivers to useMark Brown1-0/+129
2025-02-24devres: Introduce devm_kmemdup_array()Raag Jadav1-0/+5
2025-02-24driver core: Split devres APIs to device/devres.hAndy Shevchenko1-0/+124
2025-02-20driver core: class: Remove needless return in void API class_remove_file()Zijun Hu1-1/+1
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman1-0/+69
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+11
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit1-4/+2
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu3-5/+8
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu1-0/+1
2024-12-23driver core: bus: add irq_get_affinity callback to bus_typeDaniel Wagner1-0/+3
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman1-2/+0
2024-09-03driver core: shut down devices asynchronouslyStuart Hayes1-0/+2
2024-09-03drivers/base: Introduce device_match_t for device finding APIsZijun Hu3-4/+6
2024-07-10driver core: make driver_find_device() take a const *Greg Kroah-Hartman1-7/+7
2024-07-10driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman1-2/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+0
2023-12-23driver core: class: fix Excess kernel-doc description warningRandy Dunlap1-2/+0
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman1-1/+1
2023-11-27iommu: Retire bus opsRobin Murphy1-5/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-1/+1
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman1-0/+1
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-2/+2
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman1-1/+1
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman1-1/+1
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman1-1/+1
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman1-2/+0
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman1-2/+0
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman1-2/+0
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman1-0/+1
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-4/+5
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman1-2/+2
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman1-1/+0
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman1-1/+0
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman1-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman1-8/+6
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman1-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman1-34/+2
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman1-2/+0
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman1-5/+5
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman1-13/+12
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-2/+1
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman1-11/+7
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman1-4/+5
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman1-0/+1
2023-02-09driver core: bus: constify bus_unregister()Greg Kroah-Hartman1-1/+1
2023-02-09driver core: bus: constify bus_get_kset()Greg Kroah-Hartman1-1/+1
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman1-2/+2
2023-02-09driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman1-4/+0
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman1-3/+2
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman1-10/+10
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman1-1/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-18driver core: bus.h: document bus notifiers betterGreg Kroah-Hartman1-14/+28
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas1-1/+0
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman1-5/+0
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman1-1/+0
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman1-1/+0
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman1-4/+0
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman1-2/+0
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman1-1/+0
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-2/+2
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan1-0/+1
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan1-1/+0
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan1-0/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu1-0/+3
2022-04-22driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski1-0/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-10-20driver core: Provide device_match_acpi_handle() helperAndy Shevchenko1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-1/+1
2021-02-09device.h: Remove bogus "the" in kerneldocGeert Uytterhoeven1-1/+1
2020-11-09drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab1-0/+14
2020-03-04driver core: Rename deferred_probe_timeout and make it globalJohn Stultz1-0/+1
2020-03-04driver core: Remove driver_deferred_probe_check_state_continue()John Stultz1-1/+0
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman1-0/+292
2019-12-16device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman1-0/+266
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman1-0/+288