Re: [PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue

2019-07-01 Thread Wolfram Sang
> > +=== > > +Device Tree for I2C slave message queue backend > > +=== > > + > > +Some protocols over I2C/SMBus are designed for bi-directional transferring > > +messages by using I2C Master Write protocol.

Re: [PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue

2019-07-01 Thread Wolfram Sang
> Looks like the slave reg missed the key value bit: > > > https://elinux.org/images/f/f6/ELCE15-WolframSang-ShinyNewI2CSlaveFramework.pdf > > Example: reg = <(I2C_OWN_SLAVE_ADDRESS | 0x42)>; Yes. signature.asc Description: PGP signature

Re: [PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue

2019-06-11 Thread Wang, Haiyue
在 2019-06-12 07:14, Rob Herring 写道: On Wed, Jun 05, 2019 at 09:46:49AM -0700, Eduardo Valentin wrote: Document the i2c-slave-mqueue binding by adding descriptor, required properties, and example. Cc: Rob Herring Cc: Mark Rutland Cc: Wolfram Sang Cc: linux-...@vger.kernel.org Cc:

Re: [PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue

2019-06-11 Thread Rob Herring
On Wed, Jun 05, 2019 at 09:46:49AM -0700, Eduardo Valentin wrote: > Document the i2c-slave-mqueue binding by adding > descriptor, required properties, and example. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: Wolfram Sang > Cc: linux-...@vger.kernel.org > Cc: devicet...@vger.kernel.org > Cc:

[PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue

2019-06-05 Thread Eduardo Valentin
Document the i2c-slave-mqueue binding by adding descriptor, required properties, and example. Cc: Rob Herring Cc: Mark Rutland Cc: Wolfram Sang Cc: linux-...@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- Changes from V6 to