Re: [PATCH v3 4/9] ARM: OMAP2+: gpmc-nand: populate gpmc configs

From: Jon Hunter
Date: Tue Apr 10 2012 - 15:25:12 EST


Hi Afzal,

On 04/05/2012 10:46 AM, Afzal Mohammed wrote:
Currently gpmc is configured in platform for nand.
As configuring gpmc has been moved to gpmc driver,
populate details needed for the driver to configure
gpmc. gpmc driver would configure based on this
information.

Signed-off-by: Afzal Mohammed<afzal@xxxxxx>
---
arch/arm/mach-omap2/gpmc-nand.c | 97 ++++++++++++++------------------
arch/arm/plat-omap/include/plat/nand.h | 8 ++-
2 files changed, 48 insertions(+), 57 deletions(-)

diff --git a/arch/arm/mach-omap2/gpmc-nand.c b/arch/arm/mach-omap2/gpmc-nand.c
index 386dec8..85de31f 100644
--- a/arch/arm/mach-omap2/gpmc-nand.c
+++ b/arch/arm/mach-omap2/gpmc-nand.c
@@ -21,24 +21,38 @@
#include<plat/board.h>
#include<plat/gpmc.h>

-static struct resource gpmc_nand_resource = {
- .flags = IORESOURCE_MEM,
+
+#define GPMC_NAND_CONFIG_NUM 4

Where does 4 come from?

Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/