android_kernel_google_msm/Documentation/devicetree/bindings/i2c
Sagar Dharia 5dcb8d8a84 qup_i2c: Initial implementation of I2C mini-core driver for QUP
QUP (Qualcomm Universal Peripheral engine) hardware provides FIFO
based data path to mini cores like I2C. i2c-qup driver communicates
with the QUP and its FIFOs.
Advantages of this driver include 1-interrupt per FIFO/BLOCK number
of byte unlike 1-interrupt-per-byte of i2c-msm.
Since the QUP hardware communicates with I2C mini core, and this
driver communicates with QUP hardware, driver communicating with
I2C hardware directly (like i2c-msm) can't be used to communicate
with QUP. QUP has FIFO mode and BLOCK mode. FIFO mode can be used
if the data transfer size is less than FIFO size. BLOCK mode should
be used for transfers greater than FIFO size.
FIFO mode is supported in this initial implementation.

Signed-off-by: Sagar Dharia <sdharia@quicinc.com>
2013-02-25 11:29:54 -08:00
..
arm-versatile.txt
ce4100-i2c.txt
fsl-i2c.txt
fsl-imx-i2c.txt
i2c-designware.txt i2c-designware: add OF binding support 2011-12-27 15:52:44 -06:00
i2c-qup.txt qup_i2c: Initial implementation of I2C mini-core driver for QUP 2013-02-25 11:29:54 -08:00
mrvl-i2c.txt Document: devicetree: add OF documents for arch-mmp 2012-03-07 09:32:52 +08:00
omap-i2c.txt i2c: OMAP: Add DT support for i2c controller 2012-01-17 22:44:57 +00:00
samsung-i2c.txt i2c-s3c2410: Add device tree support 2011-10-29 11:21:22 +01:00
sirf-i2c.txt i2c: add CSR SiRFprimaII on-chip I2C controllers driver 2012-03-07 19:05:04 +01:00
trivial-devices.txt dt/i2c: Enumerate some of the known trivial i2c devices 2011-12-27 15:42:26 -06:00