| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-06 | driver core: auxiliary bus: Optimize logic of auxiliary_match_id() | Zijun Hu | 1 | -7/+8 |
| 2025-09-06 | driver core: auxiliary bus: Drop dev_pm_domain_detach() call | Claudiu Beznea | 1 | -7/+3 |
| 2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
| 2025-07-16 | driver core: auxiliary bus: fix OF node leak | Johan Hovold | 1 | -0/+2 |
| 2025-07-07 | PM: domains: Add flags to specify power on attach/detach | Claudiu Beznea | 1 | -1/+1 |
| 2025-04-28 | Merge 6.15-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+10 |
| 2025-04-25 | driver core: auxiliary bus: Fix IS_ERR() vs NULL mixup in __devm_auxiliary_de... | Dan Carpenter | 1 | -3/+3 |
| 2025-04-15 | drivers/base: Extend documentation with preferred way to use auxbus | Leon Romanovsky | 1 | -0/+10 |
| 2025-04-15 | driver core: auxiliary bus: add device creation helpers | Jerome Brunet | 1 | -0/+108 |
| 2024-11-04 | driver core: auxiliary bus: Spelling s/pecific/specific/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2024-10-14 | drivers/base: Remove unused auxiliary_find_device | Dr. David Alan Gilbert | 1 | -29/+0 |
| 2024-09-03 | drivers/base: Introduce device_match_t for device finding APIs | Zijun Hu | 1 | -1/+1 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+5 |
| 2024-07-11 | driver core: auxiliary bus: show auxiliary device IRQs | Shay Drory | 1 | -0/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-06-13 | auxbus: make to_auxiliary_drv accept and return a constant pointer | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-12-21 | driver core: mark remaining local bus_type variables as const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-12-03 | Documentation/auxiliary_bus: Move the text into the code | Ira Weiny | 1 | -0/+141 |
| 2021-12-03 | Documentation/auxiliary_bus: Clarify the release of devices from find device | Ira Weiny | 1 | -0/+2 |
| 2021-12-03 | Documentation/auxiliary_bus: Clarify __auxiliary_driver_register | Ira Weiny | 1 | -0/+5 |
| 2021-12-03 | Documentation/auxiliary_bus: Clarify auxiliary_device creation | Ira Weiny | 1 | -2/+2 |
| 2021-07-27 | Merge 5.14-rc3 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+7 |
| 2021-07-21 | driver core: auxiliary bus: Fix memory leak when driver_register() fail | Peter Ujfalusi | 1 | -1/+7 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-03-23 | driver core: auxiliary bus: Remove unneeded module bits | Dave Jiang | 1 | -5/+0 |
| 2021-02-11 | driver core: auxiliary bus: Fix calling stage for auxiliary bus init | Dave Jiang | 1 | -10/+3 |
| 2020-12-05 | driver core: auxiliary bus: Fix auxiliary bus shutdown null auxdrv ptr | Dave Jiang | 1 | -3/+8 |
| 2020-12-04 | driver core: auxiliary bus: minor coding style tweaks | Greg Kroah-Hartman | 1 | -26/+32 |
| 2020-12-04 | driver core: auxiliary bus: make remove function return void | Greg Kroah-Hartman | 1 | -3/+2 |
| 2020-12-04 | driver core: auxiliary bus: move slab.h from include file | Greg Kroah-Hartman | 1 | -0/+1 |
| 2020-12-04 | Add auxiliary bus support | Dave Ertman | 1 | -0/+268 |