Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+2 |
| | | | | | Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47675 | ||||
* | gpiospi: Fix module dependencies. | Dag-Erling Smørgrav | 2024-11-15 | 1 | -2/+2 |
| | | | | | | MFC after: 3 days Reviewed by: ray Differential Revision: https://reviews.freebsd.org/D47570 | ||||
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
| | | | | Sponsored by: Netflix | ||||
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ | ||||
* | 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 |
| | | | | | | | | | | Submitted by: Hiroki Mori <yamori83@yahoo.co.jp> Reviewed by: loos, ray, mizhka MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8749 Notes: svn path=/head/; revision=310018 | ||||
* | [gpiospi] add initial gpio SPI bit bang driver. | Adrian Chadd | 2016-05-26 | 1 | -0/+402 |
Submitted by: ray Obtained from: zrouter Notes: svn path=/head/; revision=300715 |