aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spigen
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
| | | | | | | | | and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
* 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