]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
I2C drivers for XLR/XLS processors.
authorjchandra <jchandra@FreeBSD.org>
Sun, 12 Dec 2010 06:00:26 +0000 (06:00 +0000)
committerjchandra <jchandra@FreeBSD.org>
Sun, 12 Dec 2010 06:00:26 +0000 (06:00 +0000)
commitd381cdd7a8bd7a3f2a38034d4900002747c08ae8
treedd84b36f1b1e1311a69c456e773d4ea661129d6e
parent9daf74d4c87761a7e7ef2d664810944cc789fe26
I2C drivers for XLR/XLS processors.

- Major update to xlr_i2c.c: do multi-byte ops correctly, remove unnecessary
  code, add mutex to protect bus operations, style(9) fixes.
- Drivers for I2C devices on XLR/XLS engineering boards, ds1374u RTC, max6657
  temparature sensor and at24co2n EEPROM.

Submitted by: Sreekanth M. S. (kanthms at netlogicmicro com)
sys/mips/conf/XLR
sys/mips/rmi/board.c
sys/mips/rmi/board.h
sys/mips/rmi/dev/iic/at24co2n.c [new file with mode: 0644]
sys/mips/rmi/dev/iic/ds1374u.c [new file with mode: 0644]
sys/mips/rmi/dev/iic/max6657.c [new file with mode: 0644]
sys/mips/rmi/files.xlr
sys/mips/rmi/iodi.c
sys/mips/rmi/xlr_i2c.c