Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bus_generic_detach instead of device_delete_children in detach | John Baldwin | 2025-01-02 | 1 | -1/+1 |
* | bus_delayed_attach_children: Switch return type to void | John Baldwin | 2024-12-06 | 1 | -1/+2 |
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | arm mv: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -3/+1 |
* | Be consistent about checking return value from bus_delayed_attach_children. | Warner Losh | 2019-12-13 | 1 | -3/+1 |
* | Create new wrapper function: bus_delayed_attach_children() | Warner Losh | 2019-12-13 | 1 | -1/+1 |
* | Fix the ARM64 build, include the necessary <sys/mutex.h> header. | Luiz Otavio O Souza | 2019-12-06 | 1 | -2/+4 |
* | Add the SPI driver for the Marvell Armada 37x0 SoC. | Luiz Otavio O Souza | 2019-12-06 | 1 | -0/+494 |