| Age | Commit message (Expand) | Author |
| 2025-12-09 | bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD | John Baldwin |
| 2025-06-21 | newbus: replace leftover device unit wildcards | Ahmad Khalifa |
| 2025-01-02 | spibus: Use bus_generic_* directly instead of wrappers | John Baldwin |
| 2025-01-02 | Use bus_generic_detach instead of device_delete_children in detach | John Baldwin |
| 2025-01-02 | bus_generic_detach: Delete children after detaching them | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin |
| 2024-11-01 | spibus: Use a bus_child_deleted method to free ivars for children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2024-01-10 | hwreset: Move reset code in dev/hwreset | Emmanuel Vadot |
| 2024-01-10 | clk: Move clock code in dev/clk | Emmanuel Vadot |
| 2024-01-10 | spibus: Move allwinner driver into the common directory | Emmanuel Vadot |
| 2024-01-10 | spibus: Move rockchip driver into the common directory | Emmanuel Vadot |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-28 | spibus: Make ofw_spibus probe just a little more favored | Justin Hibbits |
| 2023-08-20 | Add plug and play information macro for SPI bus. | Vladimir Kondratyev |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-08-07 | acpi_spibus.c: fix i386 build | Konstantin Belousov |
| 2023-08-03 | spibus(4): Add support for ACPI-based children enumeration | Vladimir Kondratyev |
| 2023-08-03 | spibus(4): Allow IRQ resource to be released | Vladimir Kondratyev |
| 2023-08-03 | spibus(4): Skip bus_generic_detach() on device detach | Vladimir Kondratyev |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-04-24 | spibus: extend API: add cs_delay ivar, KEEP_CS and NO_SLEEP flags | Val Packett |
| 2022-05-09 | spigen: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2022-05-09 | Remove unused spibus_devclass and ofw_spibus_devclass. | John Baldwin |
| 2021-06-22 | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh |
| 2020-12-17 | Add IRQ resource to SPIBUS | Emmanuel Vadot |
| 2020-09-01 | spibus: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-01-23 | Consistently use busy and vm_page_valid() rather than touching page bits | Jeff Roberson |
| 2019-12-04 | Regularize my copyright notice | Warner Losh |
| 2019-05-23 | Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO(). | Ian Lepore |
| 2019-02-25 | Set maximum bus clock speed from hints when attaching hinted spibus(4) children. | Ian Lepore |
| 2018-09-26 | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh |
| 2018-08-19 | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer |
| 2018-08-19 | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer |
| 2018-07-11 | Enhancements and fixes for the spigen(4) driver... | Ian Lepore |
| 2018-06-21 | Incorporate bus and chip select numbers into spigen(4) cdev names. Rather | Ian Lepore |
| 2018-06-14 | spi: Add SPIBUS_PNP_INFO macro | Emmanuel Vadot |
| 2018-04-08 | Allow hinted attachment on FDT-based systems. Instead of returning ENXIO | Ian Lepore |
| 2018-04-07 | Cast the data pointer to the correct type for the data being accessed (as | Ian Lepore |
| 2018-04-07 | Don't check for impossible NULL return from malloc(..., M_WAITOK). | Ian Lepore |
| 2018-04-07 | Add an ioctl to get/set the SPI transfer mode. Also, make the bus clock | Ian Lepore |
| 2018-04-07 | Generate a spibus_set_[ivarname]() convenience function for each ivar, | Ian Lepore |
| 2018-04-07 | Remove the existing identify() hack to force-add a spigen device on | Ian Lepore |
| 2018-04-07 | Return BUS_PROBE_DEFAULT, not zero, because this is not the one driver | Ian Lepore |
| 2018-04-07 | A couple minor improvements to spibus.c... | Ian Lepore |
| 2018-04-07 | Add support for writing/changing spi device ivars. The SPI mode (polarity | Ian Lepore |
| 2018-04-04 | Add a missing MODULE_DEPEND(). | Ian Lepore |