index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
device
Age
Commit message (
Expand
)
Author
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
2023-03-17
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
2023-03-17
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
2023-03-17
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
2023-03-17
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
2023-03-17
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-18
driver core: bus.h: document bus notifiers better
Greg Kroah-Hartman
2023-01-11
driver core: Make driver_deferred_probe_timeout a static variable
Javier Martinez Canillas
2023-01-10
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_init() static
Greg Kroah-Hartman
2023-01-10
driver core: remove subsys_find_device_by_id()
Greg Kroah-Hartman
2023-01-10
driver core: make bus_get_device_klist() static
Greg Kroah-Hartman
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
2022-08-23
Revert "driver core: Delete driver_deferred_probe_check_state()"
Saravana Kannan
2022-06-10
driver core: Delete driver_deferred_probe_check_state()
Saravana Kannan
2022-06-10
driver core: Add wait_for_init_devices_probe helper function
Saravana Kannan
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-04-28
driver core: Add dma_cleanup callback in bus_type
Lu Baolu
2022-04-22
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-10-20
driver core: Provide device_match_acpi_handle() helper
Andy Shevchenko
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-02-09
device.h: Remove bogus "the" in kerneldoc
Geert Uytterhoeven
2020-11-09
drivers: base: fix some kernel-doc markups
Mauro Carvalho Chehab
2020-03-04
driver core: Rename deferred_probe_timeout and make it global
John Stultz
2020-03-04
driver core: Remove driver_deferred_probe_check_state_continue()
John Stultz
2019-12-16
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
2019-12-16
device.h: move 'struct class' stuff out to device/class.h
Greg Kroah-Hartman
2019-12-16
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman
[prev]