Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: thorpej
Date: Sun Sep 14 16:00:04 UTC 2025
Modified Files:
src/sys/dev/fdt: fdt_spi.c
src/sys/dev/spi: spi.c spi_calls spivar.h
Log Message:
In spi_configure() attempt to fetch transfer mode information from the
platform device tree. Implement this for FDT per the SPI controller and
periperal Device Tree bindings.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/fdt/fdt_spi.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/spi/spi_calls
cvs rdiff -u -r1.24 -r1.25 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.
Home |
Main Index |
Thread Index |
Old Index