Module Name: src Committed By: mlelstv Date: Sat Feb 23 10:43:25 UTC 2019
Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/etc: MAKEDEV.tmpl src/share/man/man4: spi.4 src/sys/dev/spi: spi.c spivar.h Added Files: src/share/man/man9: spi.9 src/sys/dev/spi: Makefile spi_io.h Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.1200 -r1.1201 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.2259 -r1.2260 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.198 -r1.199 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/spi.4 cvs rdiff -u -r0 -r1.1 src/share/man/man9/spi.9 cvs rdiff -u -r0 -r1.1 src/sys/dev/spi/Makefile src/sys/dev/spi/spi_io.h cvs rdiff -u -r1.9 -r1.10 src/sys/dev/spi/spi.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/spi/spivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.