[U-Boot] [PATCH 3/6] OMAP3 Port kernel omap gpio interface.

2009-05-07 Thread Tom Rix
Port the linux kernel's omap gpio interface to u-boot. The orignal source is in linux/arch/arm/plat-omap/gpio.c See doc/README.omap3 for instructions on use. Signed-off-by: Tom Rix --- cpu/arm_cortexa8/omap3/Makefile |1 + cpu/arm_cortexa8/omap3/gpio.c | 185 +

[U-Boot] [PATCH 3/6] OMAP3 Port kernel omap gpio interface.

2009-05-08 Thread Tom Rix
Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot. The orignal source is in linux/arch/arm/plat-omap/gpio.c See doc/README.omap3 for instructions on use. Signed-off-by: Tom Rix --- cpu/arm_cortexa8/omap3/Makefile |1 + cpu/arm_cortexa8/omap3/gpio.c | 185 +++

Re: [U-Boot] [PATCH 3/6] OMAP3 Port kernel omap gpio interface.

2009-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:28 Thu 07 May , Tom Rix wrote: > Port the linux kernel's omap gpio interface to u-boot. > The orignal source is in linux/arch/arm/plat-omap/gpio.c please specify which specific kernel revision your code is based on Otherwise fine Best Regards, J.

Re: [U-Boot] [PATCH 3/6] OMAP3 Port kernel omap gpio interface.

2009-05-08 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:28 Thu 07 May , Tom Rix wrote: > >> Port the linux kernel's omap gpio interface to u-boot. >> The orignal source is in linux/arch/arm/plat-omap/gpio.c >> > please specify which specific kernel revision your code is based on > > Otherwise f

Re: [U-Boot] [PATCH 3/6] OMAP3 Port kernel omap gpio interface.

2009-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:02 Fri 08 May , Tom Rix wrote: > Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot. > The orignal source is in linux/arch/arm/plat-omap/gpio.c > > See doc/README.omap3 for instructions on use. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J.