Re: [PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-20 Thread Wolfram Sang
On Fri, Mar 20, 2015 at 08:42:14AM +0100, Uwe Kleine-König wrote: > Hello Wolfram, > > On Fri, Mar 20, 2015 at 08:30:13AM +0100, Wolfram Sang wrote: > > > > > > +Finally, Linux can also be an I2C slave in case I2C controllers have > > > > slave > > > > +support. Besides this HW requirement, one

Re: [PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-20 Thread Uwe Kleine-König
Hello Wolfram, On Fri, Mar 20, 2015 at 08:30:13AM +0100, Wolfram Sang wrote: > > > > +Finally, Linux can also be an I2C slave in case I2C controllers have > > > slave > > > +support. Besides this HW requirement, one also needs a software backend > > I wouldn't have written "Finally, ...". While

Re: [PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-20 Thread Wolfram Sang
> > +Finally, Linux can also be an I2C slave in case I2C controllers have slave > > +support. Besides this HW requirement, one also needs a software backend > I wouldn't have written "Finally, ...". While it's great that we have > slave support now, being enthusiastic here looks strange if someone

Re: [PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-19 Thread Uwe Kleine-König
Hello Wolfram, On Thu, Mar 12, 2015 at 01:42:02PM +0100, Wolfram Sang wrote: > From: Wolfram Sang > > Signed-off-by: Wolfram Sang > --- > Documentation/i2c/slave-interface | 178 > ++ > Documentation/i2c/summary | 4 - > 2 files changed, 178 inser

Re: [PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-12 Thread Geert Uytterhoeven
On Thu, Mar 12, 2015 at 1:42 PM, Wolfram Sang wrote: > --- /dev/null > +++ b/Documentation/i2c/slave-interface > @@ -0,0 +1,178 @@ > +Linux I2C slave interface description > += > + > +by Wolfram Sang in 2014-15 > + > +Finally, Linux can also be an I2C slave in

[PATCH 2/3] Documentation: i2c: describe the new slave mode

2015-03-12 Thread Wolfram Sang
From: Wolfram Sang Signed-off-by: Wolfram Sang --- Documentation/i2c/slave-interface | 178 ++ Documentation/i2c/summary | 4 - 2 files changed, 178 insertions(+), 4 deletions(-) create mode 100644 Documentation/i2c/slave-interface diff --git a/Do