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

2018-07-20 Thread Wolfram Sang
On Tue, Jul 17, 2018 at 10:30:58AM -0500, Eddie James 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

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

2018-07-18 Thread Joel Stanley
On 18 July 2018 at 01:00, Eddie James 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 t

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

2018-07-17 Thread Eddie James
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 inst