Source-Changes archive

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

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



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

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

Log Message:
Added two locators for I2C devices: "intr" and "intrbase".

They are required to allow the TPS65950 companion chip to both handle its
interrupts on the system, and allow its extra GPIO pins to be used as
interrupts as well.

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.49 -r1.49.2.1 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.39 -r1.39.6.1 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r1.8 -r1.8.28.1 src/sys/dev/i2c/i2cvar.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