]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita84a1f168498f4fdca07e401d697c7cf2df049b3
tree09eff3912a089cf8674981bde61da17d01138e56
parent4cf600e89e007738165889f0c3e6f9c753752de5
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]