Re: [PATCH v12 0/8] i2c: Add FSI-attached I2C master algorithm

From: Joel Stanley
Date: Thu Jul 19 2018 - 00:44:56 EST


On 18 July 2018 at 01:00, Eddie James <eajames@xxxxxxxxxxxxxxxxxx> wrote:
> This series adds an algorithm for an I2C master physically located on an FSI
> slave device. The I2C master has multiple ports, each of which may be connected
> to an I2C slave. Access to the I2C master registers is achieved over FSI bus.
>
> Due to the multi-port nature of the I2C master, the driver instantiates a new
> I2C adapter for each port connected to a slave. The connected ports should be
> defined in the device tree under the I2C master device.

I gave this a run on a Romulus P9 system, and dumped the SBE using it.
All seemed well.

Tested-by: Joel Stanley <joel@xxxxxxxxx>

Cheers,

Joel