Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/spi



Module Name:    src
Committed By:   thorpej
Date:           Wed Sep 10 00:50:33 UTC 2025

Modified Files:
        src/sys/dev/spi: bmx280thpspi.c m25p.c mcp23xxxgpio_spi.c mcp3k.c
            mcp48x1.c oj6sh.c scmdspi.c ssdfb_spi.c tmp121.c

Log Message:
Use speed calculation helper macros.  This actally fixes tmp121, where
comment did not match code (comment was correct, confirmed against
data sheet).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/spi/bmx280thpspi.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/spi/m25p.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spi/mcp23xxxgpio_spi.c \
    src/sys/dev/spi/mcp3k.c src/sys/dev/spi/scmdspi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/spi/mcp48x1.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/spi/oj6sh.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/spi/ssdfb_spi.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spi/tmp121.c

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