Re: [U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-20 Thread Tom Rini
On Fri, Jan 20, 2012 at 12:05 AM, Heiko Schocher wrote: > Hello Patil, > > Patil, Rachna schrieb: >> Existing OMAP I2C driver does not support address >> length greater than one. Hence this patch is to >> add support for 2 byte address read/write. >> >> Signed-off-by: Philip, Avinash >> Signed-of

Re: [U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-19 Thread Heiko Schocher
Hello Patil, Patil, Rachna schrieb: > Existing OMAP I2C driver does not support address > length greater than one. Hence this patch is to > add support for 2 byte address read/write. > > Signed-off-by: Philip, Avinash > Signed-off-by: Hebbar, Gururaja > Signed-off-by: Patil, Rachna > --- > Cha

[U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-18 Thread Patil, Rachna
Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna --- Changes for v2: Fixed review comments from Heiko Schocher