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

Tom Rini tom.rini at gmail.com
Fri Jan 20 12:55:00 CET 2012


On Fri, Jan 20, 2012 at 12:05 AM, Heiko Schocher <hs at denx.de> 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 <avinashphilip at ti.com>
>> Signed-off-by: Hebbar, Gururaja <gururaja.hebbar at ti.com>
>> Signed-off-by: Patil, Rachna <rachna at ti.com>
>> ---
>> Changes for v2:
>> Fixed review comments from Heiko Schocher
>>
>>  drivers/i2c/omap24xx_i2c.c |  468 ++++++++++++++++++++++++++++----------------
>>  drivers/i2c/omap24xx_i2c.h |    2 +
>>  2 files changed, 298 insertions(+), 172 deletions(-)
>
> Sorry, your patch did not apply, nor on "u-boot.git master" nor on
> "u-boot-ti-git master":
>
> [hs at pollux u-boot-i2c]$ git am 20120120/0001.patch
> Applying: ARM: I2C: I2C Multi byte address support
> error: patch failed: drivers/i2c/omap24xx_i2c.c:29
> error: drivers/i2c/omap24xx_i2c.c: patch does not apply
> error: patch failed: drivers/i2c/omap24xx_i2c.h:60
> error: drivers/i2c/omap24xx_i2c.h: patch does not apply
> Patch failed at 0001 ARM: I2C: I2C Multi byte address support
> When you have resolved this problem run "git am --resolved".
> If you would prefer to skip this patch, instead run "git am --skip".
> To restore the original branch and stop patching run "git am --abort".
> [hs at pollux u-boot-i2c]$
>
> [hs at pollux u-boot-ti]$ git am ../u-boot-i2c/20120120/0001.patch
> Applying: ARM: I2C: I2C Multi byte address support
> error: patch failed: drivers/i2c/omap24xx_i2c.c:29
> error: drivers/i2c/omap24xx_i2c.c: patch does not apply
> Patch failed at 0001 ARM: I2C: I2C Multi byte address support
> When you have resolved this problem run "git am --resolved".
> If you would prefer to skip this patch, instead run "git am --skip".
> To restore the original branch and stop patching run "git am --abort".
> [hs at pollux u-boot-ti]$
>
>  ... please rebase.
>
> @tom: If you want to pick up this patchserie, I can Ack it ...

I'm fine with you taking up the series, once it applies.  Thanks!

-- 
Tom


More information about the U-Boot mailing list