index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
auxiliary.c
Age
Commit message (
Expand
)
Author
2024-09-03
drivers/base: Introduce device_match_t for device finding APIs
Zijun Hu
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-11
driver core: auxiliary bus: show auxiliary device IRQs
Shay Drory
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
2023-12-21
driver core: mark remaining local bus_type variables as const
Greg Kroah-Hartman
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2021-12-03
Documentation/auxiliary_bus: Move the text into the code
Ira Weiny
2021-12-03
Documentation/auxiliary_bus: Clarify the release of devices from find device
Ira Weiny
2021-12-03
Documentation/auxiliary_bus: Clarify __auxiliary_driver_register
Ira Weiny
2021-12-03
Documentation/auxiliary_bus: Clarify auxiliary_device creation
Ira Weiny
2021-07-27
Merge 5.14-rc3 into driver-core-next
Greg Kroah-Hartman
2021-07-21
driver core: auxiliary bus: Fix memory leak when driver_register() fail
Peter Ujfalusi
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-03-23
driver core: auxiliary bus: Remove unneeded module bits
Dave Jiang
2021-02-11
driver core: auxiliary bus: Fix calling stage for auxiliary bus init
Dave Jiang
2020-12-05
driver core: auxiliary bus: Fix auxiliary bus shutdown null auxdrv ptr
Dave Jiang
2020-12-04
driver core: auxiliary bus: minor coding style tweaks
Greg Kroah-Hartman
2020-12-04
driver core: auxiliary bus: make remove function return void
Greg Kroah-Hartman
2020-12-04
driver core: auxiliary bus: move slab.h from include file
Greg Kroah-Hartman
2020-12-04
Add auxiliary bus support
Dave Ertman