History log of /src/sys/dev/spi/spi_calls
Revision Date Author Comments
# 1.2 14-Sep-2025 thorpej

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.


# 1.1 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.