aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiospi.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
| | | | | Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47675
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-151-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_ANYWarner Losh2024-07-251-1/+1
| | | | Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
|
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-1/+1
|
* [gpiospi] add clock delay to avoid smashing of bitsMichael Zhilin2016-12-131-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 Chadd2016-05-261-0/+402
Submitted by: ray Obtained from: zrouter Notes: svn path=/head/; revision=300715