OSDN Git Service

i2c: add support for the Digicolor I2C controller
authorBaruch Siach <baruch@tkos.co.il>
Thu, 19 Mar 2015 11:16:46 +0000 (13:16 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 22 Mar 2015 09:53:51 +0000 (10:53 +0100)
commit4a7a08226dd590a139e5f7835fe93f90b3beee90
tree76038552f8a9fea3a9801ce20edf7b973a13bbf8
parent03bde7c31a360f814ca42101d60563b1b803dca1
i2c: add support for the Digicolor I2C controller

The CX92755 is an SoC in the Conexant Digicolor series. The devicetree binding
document describes the I2C controller on the CX92755 SoC, that is also shared
by some other SoCs in the Digicolor series. The driver adds support.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
[wsa: fixed spaces around operators]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/devicetree/bindings/i2c/i2c-digicolor.txt [new file with mode: 0644]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-digicolor.c [new file with mode: 0644]