Re: [U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > The gpio api has been tested on an armadeus apf27. > > Signed-off-by: Philippe Reynes > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineeri

Re: [U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v4)

2012-08-26 Thread Stefano Babic
On 25/08/2012 17:30, Philippe Reynes wrote: > The gpio api has been tested on an armadeus apf27. > > Signed-off-by: Philippe Reynes > --- > arch/arm/cpu/arm926ejs/mx27/generic.c | 11 +++--- > arch/arm/include/asm/arch-mx27/gpio.h | 55 > + > arch/arm/inc

[U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v4)

2012-08-25 Thread Philippe Reynes
The gpio api has been tested on an armadeus apf27. Signed-off-by: Philippe Reynes --- arch/arm/cpu/arm926ejs/mx27/generic.c | 11 +++--- arch/arm/include/asm/arch-mx27/gpio.h | 55 + arch/arm/include/asm/arch-mx27/imx-regs.h | 30 driver