Re: [U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support

2015-01-18 Thread Albert ARIBAUD (3ADEV)
Hello Simon, On Fri, 16 Jan 2015 10:17:52 -0700, Simon Glass wrote: > Hi Albert, > > On 16 January 2015 at 00:19, Albert ARIBAUD (3ADEV) > wrote: > > Signed-off-by: Albert ARIBAUD (3ADEV) > > --- > > > > arch/arm/include/asm/arch-lpc32xx/gpio.h | 43 ++ > > drivers/gpio/Makefile

Re: [U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support

2015-01-16 Thread Simon Glass
Hi Albert, On 16 January 2015 at 00:19, Albert ARIBAUD (3ADEV) wrote: > Signed-off-by: Albert ARIBAUD (3ADEV) > --- > > arch/arm/include/asm/arch-lpc32xx/gpio.h | 43 ++ > drivers/gpio/Makefile| 1 + > drivers/gpio/lpc32xx_gpio.c | 223 >

[U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support

2015-01-15 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) --- arch/arm/include/asm/arch-lpc32xx/gpio.h | 43 ++ drivers/gpio/Makefile| 1 + drivers/gpio/lpc32xx_gpio.c | 223 +++ 3 files changed, 267 insertions(+) create mode 100644 arch/arm/inclu