History log of /netbsd-src/sys/dev/spi/Makefile (Results 1 – 1 of 1)
Revision Date Author Comments
# 975ce0ba 23-Feb-2019 mlelstv <mlelstv@NetBSD.org>

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

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).

show more ...