Re: [U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2

2009-02-17 Thread ksi
On Mon, 16 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > ... > > -int i2c_read (uchar chip, uint addr, int alen, uchar * buffer, int len) > > +static int omap1510_i2c_read (uchar chip, uint addr, int alen, uchar * > > buffer, int len) > > { > > int i;

Re: [U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2

2009-02-16 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > ... > -int i2c_read (uchar chip, uint addr, int alen, uchar * buffer, int len) > +static int omap1510_i2c_read (uchar chip, uint addr, int alen, uchar * > buffer, int len) > { > int i; > > if (alen > 1) { > - printf ("I2C rea

Re: [U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2

2009-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:20 Thu 12 Feb , k...@koi8.net wrote: > Signed-off-by: Sergey Kubushyn > --- btw retrun is not a function Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2, fixed

2009-02-13 Thread ksi
Initial multiadapter/multibus I2C support. Signed-off-by: Sergey Kubushyn --- diff -purN u-boot-i2c.orig/drivers/i2c/omap1510_i2c.c u-boot-i2c/drivers/i2c/omap1510_i2c.c --- u-boot-i2c.orig/drivers/i2c/omap1510_i2c.c 2009-02-12 10:43:41.0 -0800 +++ u-boot-i2c/drivers/i2c/omap1510_i2c.c

Re: [U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2

2009-02-13 Thread Heiko Schocher
Hello ksi k...@koi8.net wrote: > Signed-off-by: Sergey Kubushyn > Patch apply with warnings: Applying: 5/12 Multiadapter/multibus I2C, drivers part 2 /home/hs/i2c/u-boot-i2c/.git/rebase-apply/patch:698: trailing whitespace. #ifdef CONFIG_SYS_OMAP24XX_I2C2_BASE /home/hs/i2c/u-boot-i2c/.git/re

[U-Boot] [PATCH] 5/12 Multiadapter/multibus I2C, drivers part 2

2009-02-12 Thread ksi
Signed-off-by: Sergey Kubushyn --- diff -purN u-boot-i2c.orig/drivers/i2c/omap1510_i2c.c u-boot-i2c/drivers/i2c/omap1510_i2c.c --- u-boot-i2c.orig/drivers/i2c/omap1510_i2c.c 2009-02-12 10:43:41.0 -0800 +++ u-boot-i2c/drivers/i2c/omap1510_i2c.c 2009-02-12 10:46:00.0 -0800