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 00:28:44 UTC 2025
Modified Files:
src/sys/dev/fdt: fdt_spi.c
src/sys/dev/ofw: files.ofw openfirm.h
src/sys/dev/spi: Makefile spi.c spivar.h
Added Files:
src/sys/dev/spi: spi_calls
Removed Files:
src/sys/dev/ofw: ofw_spi_subr.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/fdt/fdt_spi.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ofw/files.ofw
cvs rdiff -u -r1.3 -r0 src/sys/dev/ofw/ofw_spi_subr.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ofw/openfirm.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/spi/Makefile
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/spi/spi.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/spi/spi_calls
cvs rdiff -u -r1.23 -r1.24 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