aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spi
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-251-0/+2
| | | | (cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
* Add opt_platform.h for several modules that have #ifdef FDT in the source.Ian Lepore2018-04-013-0/+3
| | | | | | | Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Notes: svn path=/head/; revision=331868
* Remove some files that snuck in via cut and paste.Ian Lepore2018-02-212-2/+0
| | | | | | | | | Having these compiled into the module causes the kobj method descriptors to be resolved incorrectly (by the compile-time linker instead of the kernel linker), which then leads to hours of frustrating debugging. Notes: svn path=/head/; revision=329729
* Build at45d and mx25l SPI flash drivers as modules.Ian Lepore2018-02-193-0/+40
| | | | Notes: svn path=/head/; revision=329546
* Add ofw_bus_if.h to SRCS.Ian Lepore2018-02-191-1/+1
| | | | Notes: svn path=/head/; revision=329545
* Add modules/spi as a gathering point for SPI-related modules, analagous toIan Lepore2018-02-192-0/+26
modules/i2c for i2c/iicbus modules. Build spibus as a module. Notes: svn path=/head/; revision=329544