i2c: add CSR SiRFprimaII on-chip I2C controllers driver
authorZhiwu Song <Zhiwu.Song@csr.com>
Wed, 8 Feb 2012 15:28:35 +0000 (23:28 +0800)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 7 Mar 2012 18:05:04 +0000 (19:05 +0100)
commit979b907fa55be8cdbbf455b9204b7e4602f303e6
tree245d0ae5235936322701331e815438c77774e274
parentbf6c2de11c43955ffb4394e6dfc86363298c0a05
i2c: add CSR SiRFprimaII on-chip I2C controllers driver

SiRFprimaII is the latest generation application processor from CSR’s
multi-function SoC product family.
The SoC support codes are in arch/arm/mach-prima2 from Linux mainline
3.0.
There are two I2C controllers on primaII, features include:
* Two I2C controller modules are on chip
* RISC I/O bus read write register
* Up to 16 bytes data buffer for issuing commands and writing data
  at the same time
* Up to 16 commands, and receiving read data 16 bytes at a time
* Error INT report (ACK check)
* No-ACK bus protocols (SCCB bus protocols)

Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com>
Signed-off-by: Xiangzhen Ye <Xiangzhen.Ye@csr.com>
Signed-off-by: Yuping Luo <Yuping.Luo@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Documentation/devicetree/bindings/i2c/sirf-i2c.txt [new file with mode: 0644]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-sirf.c [new file with mode: 0644]