From: Mark Brown Date: Fri, 25 Nov 2022 21:26:29 +0000 (+0000) Subject: fsi: Add regmap and refactor sbefifo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acdce7aa7a4fc1094661feb0b833ae2eec2ad2d0;p=linux.git fsi: Add regmap and refactor sbefifo Merge series from Eddie James : The SBEFIFO hardware can now be attached over a new I2C endpoint interface called the I2C Responder (I2CR). In order to use the existing SBEFIFO driver, add a regmap driver for the FSI bus and an endpoint driver for the I2CR. Then, refactor the SBEFIFO and OCC drivers to clean up and use the new regmap driver or the I2CR interface. This branch just has the regmap change so it can be shared with the FSI code. --- acdce7aa7a4fc1094661feb0b833ae2eec2ad2d0