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