summaryrefslogtreecommitdiffstats
path: root/include/linux/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2023-01-101-4/+0
* driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2023-01-101-2/+0
* driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2023-01-101-1/+0
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-2/+2
* Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan2022-08-231-0/+1
* driver core: Delete driver_deferred_probe_check_state()Saravana Kannan2022-06-101-1/+0
* driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan2022-06-101-0/+1
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-0/+2
|\
| * driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-0/+2
* | driver core: Add dma_cleanup callback in bus_typeLu Baolu2022-04-281-0/+3
|/
* treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
* driver core: Provide device_match_acpi_handle() helperAndy Shevchenko2021-10-201-0/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-1/+1
* device.h: Remove bogus "the" in kerneldocGeert Uytterhoeven2021-02-091-1/+1
* drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-091-0/+14
* driver core: Rename deferred_probe_timeout and make it globalJohn Stultz2020-03-041-0/+1
* driver core: Remove driver_deferred_probe_check_state_continue()John Stultz2020-03-041-1/+0
* device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman2019-12-161-0/+292
* device.h: move 'struct class' stuff out to device/class.hGreg Kroah-Hartman2019-12-161-0/+266
* device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman2019-12-161-0/+288