i2c: axxia: Add I2C driver for AXM55xx
authorAnders Berg <anders.berg@avagotech.com>
Fri, 3 Oct 2014 11:08:02 +0000 (13:08 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 3 Oct 2014 12:11:53 +0000 (14:11 +0200)
commit08678b850cd0c49cc49c7fed0c93f720f85368e8
treed8c2d3c7d9f0b8870eaafcaf7664288839676746
parent2374a5399b7263eb1afc6b5522a56ebf9f0b8636
i2c: axxia: Add I2C driver for AXM55xx

Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The
driver implements 10-bit addressing and SMBus transfer modes via emulation
(including SMBus block data read).

Signed-off-by: Anders Berg <anders.berg@avagotech.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/devicetree/bindings/i2c/i2c-axxia.txt [new file with mode: 0644]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-axxia.c [new file with mode: 0644]