Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+2 |
* | gpiospi: Fix module dependencies. | Dag-Erling Smørgrav | 2024-11-15 | 1 | -2/+2 |
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | gpio: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -3/+1 |
* | Remove unused spibus_devclass and ofw_spibus_devclass. | John Baldwin | 2022-05-09 | 1 | -1/+1 |
* | [gpiospi] add clock delay to avoid smashing of bits | Michael Zhilin | 2016-12-13 | 1 | -0/+2 |
* | [gpiospi] add initial gpio SPI bit bang driver. | Adrian Chadd | 2016-05-26 | 1 | -0/+402 |