Re: [PATCH 1/2] Macro for getting the BASEADDRESS field in omap's gpmc configuration

2011-08-11 Thread David Wagner
Hi, On 08/04/2011 05:06 PM, David Wagner wrote: BASEADDRESS is located in the 6 lower bits of the CONFIG7 register. See OMAP 35x Technical Reference Manual, p. 1169. Signed-off-by: David Wagner david.wag...@free-electrons.com I'm not subscribed to the linux-omap mailing list but I

[PATCH 1/2] Macro for getting the BASEADDRESS field in omap's gpmc configuration

2011-08-04 Thread David Wagner
BASEADDRESS is located in the 6 lower bits of the CONFIG7 register. See OMAP 35x Technical Reference Manual, p. 1169. Signed-off-by: David Wagner david.wag...@free-electrons.com --- arch/arm/plat-omap/include/plat/gpmc.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] Use existing GPMC macros instead of bit manipulation

2011-08-04 Thread David Wagner
--- arch/arm/mach-omap2/board-igep0020.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 35be778..f89573a 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++

[PATCH 2/2] Use existing GPMC macros instead of bit manipulation

2011-08-04 Thread David Wagner
Signed-off-by: David Wagner david.wag...@free-electrons.com --- erratum: added the missing s-o-b arch/arm/mach-omap2/board-igep0020.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index