Re: [PATCH v3 01/12] scripts/dtc: check: Add 10bit/slave i2c reg flags support

2020-05-27 Thread Serge Semin
On Tue, May 26, 2020 at 07:17:04PM -0600, Rob Herring wrote: > On Wed, May 27, 2020 at 12:55:17AM +0300, Serge Semin wrote: > > Recently the I2C-controllers slave interface support was added to the > > kernel I2C subsystem. In this case Linux can be used as, for example, > > a I2C EEPROM machine. S

Re: [PATCH v3 01/12] scripts/dtc: check: Add 10bit/slave i2c reg flags support

2020-05-27 Thread Serge Semin
On Tue, May 26, 2020 at 07:17:04PM -0600, Rob Herring wrote: > On Wed, May 27, 2020 at 12:55:17AM +0300, Serge Semin wrote: > > Recently the I2C-controllers slave interface support was added to the > > kernel I2C subsystem. In this case Linux can be used as, for example, > > a I2C EEPROM machine. S

Re: [PATCH v3 01/12] scripts/dtc: check: Add 10bit/slave i2c reg flags support

2020-05-26 Thread Rob Herring
On Wed, May 27, 2020 at 12:55:17AM +0300, Serge Semin wrote: > Recently the I2C-controllers slave interface support was added to the > kernel I2C subsystem. In this case Linux can be used as, for example, > a I2C EEPROM machine. See [1] for details. Other than instantiating > the EEPROM-slave devic

[PATCH v3 01/12] scripts/dtc: check: Add 10bit/slave i2c reg flags support

2020-05-26 Thread Serge Semin
Recently the I2C-controllers slave interface support was added to the kernel I2C subsystem. In this case Linux can be used as, for example, a I2C EEPROM machine. See [1] for details. Other than instantiating the EEPROM-slave device from user-space there is a way to declare the device in dts. In thi