i2c: bcm-kona: Introduce Broadcom I2C Driver
authorTim Kryger <tim.kryger@linaro.org>
Thu, 14 Nov 2013 21:02:13 +0000 (13:02 -0800)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 15 Nov 2013 22:47:09 +0000 (23:47 +0100)
commit93d17247118ca533edd489f8e09bde417f4720ce
tree08c4df4b87451dd0f2ebbdbe54b2770981400596
parentde546c8a964accfbfc9c584e5fc1e4c3f5336a18
i2c: bcm-kona: Introduce Broadcom I2C Driver

Introduce support for Broadcom Serial Controller (BSC) I2C bus found
in the Kona family of Mobile SoCs.  FIFO hardware is utilized but only
standard mode (100kHz), fast mode (400kHz), fast mode plus (1MHz), and
I2C high-speed (3.4 MHz) bus speeds are supported.

Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
[wsa: fixed Kconfig sorting, squashed broken out patches into one]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/devicetree/bindings/i2c/i2c-bcm-kona.txt [new file with mode: 0644]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-bcm-kona.c [new file with mode: 0644]