fsi: Add IBM I2C Responder virtual FSI master
authorEddie James <eajames@linux.ibm.com>
Mon, 12 Jun 2023 19:56:56 +0000 (14:56 -0500)
committerJoel Stanley <joel@jms.id.au>
Fri, 11 Aug 2023 04:02:14 +0000 (13:32 +0930)
commit53e89e3e4490d6630a68e61a3cb478e7a7f2ce8b
tree64e412ebe986e4abe62f9e0c5ebdb72b08035bbc
parent4362fd857d72739c47a92ca447aec25aca7c3c3d
fsi: Add IBM I2C Responder virtual FSI master

The I2C Responder (I2CR) is an I2C device that translates I2C commands
to CFAM or SCOM operations, effectively implementing an FSI master and
bus.

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