On Fri, Oct 14, 2022 at 05:05:35PM -0500, Eddie James wrote:
The SBEFIFO hardware can now be attached over a new I2C endpointIs there any great reason to provide support in the regmap core for this
interface called the I2C Responder (I2CR). In order to use the
existing SBEFIFO driver, add regmap drivers for both FSI busses
and the I2CR. Then, refactor the SBEFIFO and OCC drivers to clean
up and use the new regmap drivers.
rather than just implementing in drivers/fsi? AFAICT this is just
ending up as an implementation detail of shared code in drivers/fsi and
won't have any external users?