aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spigen
Commit message (Collapse)AuthorAgeFilesLines
* Fix `make` in sys/modules/spigenLi-Wen Hsu2018-07-201-0/+1
| | | | | | | | | Reviewed by: ian Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D16368 Notes: svn path=/head/; revision=336561
* Arrange the list of generated sources as 1-per-line alphbetical, and addIan Lepore2018-04-071-1/+11
| | | | | | | the files required when building for FDT-based systems. Notes: svn path=/head/; revision=332198
* [spigen] Add spigen moduleOleksandr Tymoshenko2017-03-091-0/+8
spigen provides userland API to SPI bus. Make it available as a loadable module so people using official ARM images can enabled it on devices like BBB or RPi without re-building kernel MFC after: 1 week Notes: svn path=/head/; revision=314934