]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit39d2477d9b32de7a7dcf1da0b21da8f07e67baf0
tree08c4df4b87451dd0f2ebbdbe54b2770981400596
parentf3858a89dcbbb9f6ad9b0800fa4e068fe748d2f8
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]