OSDN Git Service

i2c: Add FSI-attached I2C master algorithm
authorEddie James <eajames@linux.vnet.ibm.com>
Tue, 17 Jul 2018 15:31:00 +0000 (10:31 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 20 Jul 2018 22:07:07 +0000 (00:07 +0200)
commitd6ffb63001167053cc7af889543ca8284beee0dd
tree09eff3912a089cf8674981bde61da17d01138e56
parent82d41d09743938e5bc399725ad64e12fa968e8ed
i2c: Add FSI-attached I2C master algorithm

Add register definitions for FSI-attached I2C master and functions to
access those registers over FSI. Add an FSI driver so that our I2C bus
is probed up during an FSI scan.

Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-fsi.c [new file with mode: 0644]