Re: [PATCH] i2c: add sc18is600 driver

From: Rob Herring
Date: Mon Apr 03 2017 - 10:55:20 EST


On Wed, Mar 29, 2017 at 04:03:39PM +0200, Sebastian Reichel wrote:
> This adds an I²C master driver for SPI -> I²C bus bridge chips.
> It currently supports NXP's SC18IS600 and SC18IS601, as well as
> Silicon Labs' CP2120. The driver was only tested on SC18IS600.
>
> Signed-off-By: Sebastian Reichel <sre@xxxxxxxxxx>
> ---
> .../devicetree/bindings/i2c/i2c-cp2120.txt | 1 +
> .../devicetree/bindings/i2c/i2c-sc18is600.txt | 62 +++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/i2c/busses/Kconfig | 10 +
> drivers/i2c/busses/Makefile | 1 +
> drivers/i2c/busses/i2c-sc18is600.c | 572 +++++++++++++++++++++
> 5 files changed, 646 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/i2c/i2c-cp2120.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sc18is600.txt
> create mode 100644 drivers/i2c/busses/i2c-sc18is600.c