Re: [U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-06 Thread Heiko Schocher
Hello Lukasz, Lukasz Majewski wrote: > On Wed, 06 Jul 2011 07:56:20 +0200 > Heiko Schocher wrote: > >> Hello Mike, >> >> Mike Frysinger wrote: >>> On Tuesday, July 05, 2011 08:23:41 Lukasz Majewski wrote: This commit adds I2C software support for Samsung's S5PC110 family of processors.

Re: [U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-06 Thread Lukasz Majewski
On Wed, 06 Jul 2011 07:56:20 +0200 Heiko Schocher wrote: > Hello Mike, > > Mike Frysinger wrote: > > On Tuesday, July 05, 2011 08:23:41 Lukasz Majewski wrote: > >> This commit adds I2C software support for Samsung's S5PC110 > >> family of processors. > >> The generic drivers/i2c/soft_i2c framewo

Re: [U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-05 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Tuesday, July 05, 2011 08:23:41 Lukasz Majewski wrote: >> This commit adds I2C software support for Samsung's S5PC110 >> family of processors. >> The generic drivers/i2c/soft_i2c framework is used, with >> routines provided by this commit. > > if you simply

Re: [U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-05 Thread Mike Frysinger
On Tuesday, July 05, 2011 08:23:41 Lukasz Majewski wrote: > This commit adds I2C software support for Samsung's S5PC110 > family of processors. > The generic drivers/i2c/soft_i2c framework is used, with > routines provided by this commit. if you simply implemented the generic gpio layer (asm/gpio.

[U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-05 Thread Lukasz Majewski
This commit adds I2C software support for Samsung's S5PC110 family of processors. The generic drivers/i2c/soft_i2c framework is used, with routines provided by this commit. Signed-off-by: Lukasz Majewski --- arch/arm/include/asm/arch-s5pc1xx/i2c-gpio.h | 52 +++ board/samsung/goni/goni

[U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation

2011-07-05 Thread Lukasz Majewski
This commit adds I2C software support for Samsung's S5PC110 family of processors. The generic drivers/i2c/soft_i2c framework is used, with routines provided by this commit. Signed-off-by: Lukasz Majewski --- arch/arm/include/asm/arch-s5pc1xx/i2c-gpio.h | 52 +++ board/samsung/goni/goni