fsi: Add I2C Responder SCOM driver
authorEddie James <eajames@linux.ibm.com>
Mon, 12 Jun 2023 19:56:57 +0000 (14:56 -0500)
committerJoel Stanley <joel@jms.id.au>
Fri, 11 Aug 2023 04:02:14 +0000 (13:32 +0930)
commitc0b34bed0bbf7a058dab52d45e9aeb92bbe4c637
tree7e09d3ccf6c08c349984411bbe35edde9c7bb588
parent53e89e3e4490d6630a68e61a3cb478e7a7f2ce8b
fsi: Add I2C Responder SCOM driver

The I2CR has the capability to directly perform SCOM operations,
circumventing the need to drive the FSI2PIB engine. Add a new
driver to perform SCOM operations through the I2CR.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230612195657.245125-15-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/fsi/Kconfig
drivers/fsi/Makefile
drivers/fsi/i2cr-scom.c [new file with mode: 0644]