Home | History | Annotate | Download | only in spi
History log of /src/sys/dev/spi/Makefile
RevisionDateAuthorComments
 1.2  14-Sep-2025  thorpej Make SPI direct configuration less #ifdef'y. No more checking what kind
of platform device tree; instead, use a device call to enumerate the
direct config children of the bus.
 1.1  23-Feb-2019  mlelstv branches: 1.1.4;
Add userland driver to spi framework.

Previously spi would configure the controller to use the lowest speed of
all connected devices since the kernel started and to fail attempted mode
changes. This is now improved to keep individual modes and speeds for each
slave and to reconfigure the controller as necessary for each transfer.

Added man page for spi(9).
 1.1.4.2  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  23-Feb-2019  christos file Makefile was added on branch phil-wifi on 2019-06-10 22:07:32 +0000

RSS XML Feed