aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiospi.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-151-2/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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
* [gpiospi] add initial gpio SPI bit bang driver.Adrian Chadd2016-05-261-0/+402