Re: [PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm
From: Joel Stanley <joel@jms.id.au>
Date: 2018-06-18 04:53:38
Also in:
linux-i2c, lkml
From: Joel Stanley <joel@jms.id.au>
Date: 2018-06-18 04:53:38
Also in:
linux-i2c, lkml
On 14 June 2018 at 05:06, Eddie James [off-list ref] 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@jms.id.au> 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