]> 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)
commit29c537db6a86323dda78cd7b6eabebddcd1511cf
tree08c4df4b87451dd0f2ebbdbe54b2770981400596
parentf17ac9da9aa0d9d26ce86746a94008f556406a7c
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]