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 it's great

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 reads

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 also needs a

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

2015-03-12 Thread Wolfram Sang
From: Wolfram Sang wsa+rene...@sang-engineering.com Signed-off-by: Wolfram Sang wsa+rene...@sang-engineering.com --- Documentation/i2c/slave-interface | 178 ++ Documentation/i2c/summary | 4 - 2 files changed, 178 insertions(+), 4 deletions(-)

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 w...@the-dreams.de wrote: --- /dev/null +++ b/Documentation/i2c/slave-interface @@ -0,0 +1,178 @@ +Linux I2C slave interface description += + +by Wolfram Sang w...@sang-engineering.com in 2014-15 + +Finally,