Re: [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm

From: Joel Stanley
Date: Mon Jun 18 2018 - 00:53:39 EST


On 14 June 2018 at 05:06, 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.

Looks good Eddie. I had a read over what you have, and I would be
happy to see this merged in 4.19.

Reviewed-By: Joel Stanley <joel@xxxxxxxxx>

Also, I have merged this into the 4.17 based openbmc tree for testing
while we wait for it to be merged upstream.

Cheers,

Joel