Source-Changes archive

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

CVS commit: [khorben-n900] src/sys/dev/spi



Module Name:    src
Committed By:   khorben
Date:           Fri May 10 01:25:07 UTC 2013

Modified Files:
        src/sys/dev/spi [khorben-n900]: files.spi spi.c spivar.h

Log Message:
Just like for the I2C and GPIO buses, added an interrupt locator to the SPI
bus, so that ARM device drivers on either of these buses (like on the Nokia
N900) can register and react on system interrupts. These interrupts are
typically triggered via GPIO pins.

XXX This change is not adequate because intr_establish() is a MD interface,
    so it will have to be re-designed before merging to the main tree.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.114.1 src/sys/dev/spi/files.spi
cvs rdiff -u -r1.8 -r1.8.6.1 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.4 -r1.4.20.1 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