* [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
@ 2009-09-10 11:31 vimal singh
2009-09-26 2:57 ` vimal singh
0 siblings, 1 reply; 15+ messages in thread
From: vimal singh @ 2009-09-10 11:31 UTC (permalink / raw)
To: linux-omap
This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
OneNAND and NOR (in sdp)
Tested on Zoom2 by Vikram, On SDP by Vimal
OMAP: Zoom2: Enable NAND and JFFS2 in defconfig
OMAP2/3: Add support for flash on SDP boards
OMAP3: Add support for NAND on ZOOM2/LDP boards
arch/arm/omap_zoom2_defconfig | 241 +++++++++++++++++++++++++++++++++++++--------------
arch/arm/mach-omap2/Makefile | 4
arm/mach-omap2/board-2430sdp.c | 2
arch/arm/mach-omap2/board-3430sdp.c | 2
arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/board-sdp.h | 15 +
arch/arm/plat-omap/include/mach/gpmc.h | 2
arch/arm/mach-omap2/board-ldp.c | 2
arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/board-zoom2.c | 2
arch/arm/plat-omap/include/mach/board-zoom.h | 36 ++++++
arch/arm/plat-omap/include/mach/nand.h | 2
12 files changed, 767 insertions(+), 64 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
create mode 100644 arch/arm/mach-omap2/board-sdp.h
create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
create mode 100644 arch/arm/plat-omap/include/mach/board-zoom.h
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-09-10 11:31 [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards vimal singh
@ 2009-09-26 2:57 ` vimal singh
2009-10-26 12:07 ` [PATCH-v4 0/4] " Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: vimal singh @ 2009-09-26 2:57 UTC (permalink / raw)
To: vimal singh; +Cc: linux-omap
Tony,
Can you please upstream these patches, or there is still something to fix?
--vimal
On Thu, Sep 10, 2009 at 4:31 AM, vimal singh <vimalsingh@ti.com> wrote:
> This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
> OneNAND and NOR (in sdp)
>
> Tested on Zoom2 by Vikram, On SDP by Vimal
>
> OMAP: Zoom2: Enable NAND and JFFS2 in defconfig
> OMAP2/3: Add support for flash on SDP boards
> OMAP3: Add support for NAND on ZOOM2/LDP boards
>
> arch/arm/omap_zoom2_defconfig | 241 +++++++++++++++++++++++++++++++++++++--------------
> arch/arm/mach-omap2/Makefile | 4
> arm/mach-omap2/board-2430sdp.c | 2
> arch/arm/mach-omap2/board-3430sdp.c | 2
> arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++++++++++++++++++++++++++++++
> arch/arm/mach-omap2/board-sdp.h | 15 +
> arch/arm/plat-omap/include/mach/gpmc.h | 2
> arch/arm/mach-omap2/board-ldp.c | 2
> arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++++++++++++++++++++++++++++++
> arch/arm/mach-omap2/board-zoom2.c | 2
> arch/arm/plat-omap/include/mach/board-zoom.h | 36 ++++++
> arch/arm/plat-omap/include/mach/nand.h | 2
> 12 files changed, 767 insertions(+), 64 deletions(-)
> create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
> create mode 100644 arch/arm/mach-omap2/board-sdp.h
> create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
> create mode 100644 arch/arm/plat-omap/include/mach/board-zoom.h
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Regards,
Vimal Singh
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-09-26 2:57 ` vimal singh
@ 2009-10-26 12:07 ` Vimal Singh
2009-11-04 11:28 ` Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-10-26 12:07 UTC (permalink / raw)
To: linux-omap; +Cc: Tony Lindgren, vimal singh
I posted a patch series for this sometime back and did not get any respose.. :(
http://marc.info/?l=linux-omap&m=125258227301958&w=2
This time again I am posting these patches, with one more patch added
in series, after re-basing the patches on top of LO master head.
This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
OneNAND and NOR (in sdp)
Tested on Zoom2 by Vikram, On SDP by Vimal
[PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards
[PATCH-v4 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
[PATCH-v4 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
[PATCH 4/4] OMAP: 3430SDP: Enable NAND in defconfig
arch/arm/configs/omap_3430sdp_defconfig | 574 +++++++++++--------------
arch/arm/configs/omap_zoom2_defconfig | 334 ++++++++++----
arch/arm/mach-omap2/Makefile | 2
arch/arm/mach-omap2/board-2430sdp.c | 2
arch/arm/mach-omap2/board-3430sdp.c | 2
arch/arm/mach-omap2/board-ldp.c | 2
arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++
arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++
arch/arm/mach-omap2/board-zoom2.c | 2
arch/arm/plat-omap/include/plat/board-sdp.h | 15
arch/arm/plat-omap/include/plat/board-zoom.h | 36 +
arch/arm/plat-omap/include/plat/gpmc.h | 2
arch/arm/plat-omap/include/plat/nand.h | 2
14 files changed, 1095 insertions(+), 403 deletions(-)
--
Regards,
Vimal Singh
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-10-26 12:07 ` [PATCH-v4 0/4] " Vimal Singh
@ 2009-11-04 11:28 ` Vimal Singh
2009-11-09 20:52 ` Tony Lindgren
0 siblings, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-11-04 11:28 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, vimal singh
Hi Tony,
I did not see any comment on these patches. Could you please upstream these?
Or, do you have some other plan?
-
vimal
On Mon, Oct 26, 2009 at 5:37 PM, Vimal Singh <vimal.newwork@gmail.com> wrote:
> I posted a patch series for this sometime back and did not get any respose.. :(
> http://marc.info/?l=linux-omap&m=125258227301958&w=2
>
> This time again I am posting these patches, with one more patch added
> in series, after re-basing the patches on top of LO master head.
>
> This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
> OneNAND and NOR (in sdp)
>
> Tested on Zoom2 by Vikram, On SDP by Vimal
>
> [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards
> [PATCH-v4 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
> [PATCH-v4 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> [PATCH 4/4] OMAP: 3430SDP: Enable NAND in defconfig
>
> arch/arm/configs/omap_3430sdp_defconfig | 574 +++++++++++--------------
> arch/arm/configs/omap_zoom2_defconfig | 334 ++++++++++----
> arch/arm/mach-omap2/Makefile | 2
> arch/arm/mach-omap2/board-2430sdp.c | 2
> arch/arm/mach-omap2/board-3430sdp.c | 2
> arch/arm/mach-omap2/board-ldp.c | 2
> arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++
> arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++
> arch/arm/mach-omap2/board-zoom2.c | 2
> arch/arm/plat-omap/include/plat/board-sdp.h | 15
> arch/arm/plat-omap/include/plat/board-zoom.h | 36 +
> arch/arm/plat-omap/include/plat/gpmc.h | 2
> arch/arm/plat-omap/include/plat/nand.h | 2
> 14 files changed, 1095 insertions(+), 403 deletions(-)
>
> --
> Regards,
> Vimal Singh
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-04 11:28 ` Vimal Singh
@ 2009-11-09 20:52 ` Tony Lindgren
2009-11-10 10:01 ` [PATCH-v5 " Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: Tony Lindgren @ 2009-11-09 20:52 UTC (permalink / raw)
To: Vimal Singh; +Cc: linux-omap, vimal singh
* Vimal Singh <vimal.newwork@gmail.com> [091104 03:28]:
> Hi Tony,
>
> I did not see any comment on these patches. Could you please upstream these?
> Or, do you have some other plan?
Had few comments in your v9 patch, please fix those and then add
this to into omap for-next queue for the upcoming merge window.
Regards,
Tony
>
> -
> vimal
>
> On Mon, Oct 26, 2009 at 5:37 PM, Vimal Singh <vimal.newwork@gmail.com> wrote:
> > I posted a patch series for this sometime back and did not get any respose.. :(
> > http://marc.info/?l=linux-omap&m=125258227301958&w=2
> >
> > This time again I am posting these patches, with one more patch added
> > in series, after re-basing the patches on top of LO master head.
> >
> > This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
> > OneNAND and NOR (in sdp)
> >
> > Tested on Zoom2 by Vikram, On SDP by Vimal
> >
> > [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards
> > [PATCH-v4 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
> > [PATCH-v4 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> > [PATCH 4/4] OMAP: 3430SDP: Enable NAND in defconfig
> >
> > arch/arm/configs/omap_3430sdp_defconfig | 574 +++++++++++--------------
> > arch/arm/configs/omap_zoom2_defconfig | 334 ++++++++++----
> > arch/arm/mach-omap2/Makefile | 2
> > arch/arm/mach-omap2/board-2430sdp.c | 2
> > arch/arm/mach-omap2/board-3430sdp.c | 2
> > arch/arm/mach-omap2/board-ldp.c | 2
> > arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++
> > arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++
> > arch/arm/mach-omap2/board-zoom2.c | 2
> > arch/arm/plat-omap/include/plat/board-sdp.h | 15
> > arch/arm/plat-omap/include/plat/board-zoom.h | 36 +
> > arch/arm/plat-omap/include/plat/gpmc.h | 2
> > arch/arm/plat-omap/include/plat/nand.h | 2
> > 14 files changed, 1095 insertions(+), 403 deletions(-)
> >
> > --
> > Regards,
> > Vimal Singh
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH-v5 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-09 20:52 ` Tony Lindgren
@ 2009-11-10 10:01 ` Vimal Singh
2009-11-19 14:08 ` [PATCH-v6 " Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-11-10 10:01 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, vimal singh
>From 225e5c1e38ba1d4a14757150b0b7caf1d8cab893 Mon Sep 17 00:00:00 2001
From: Vimal Singh <vimalsingh@ti.com>
Date: Tue, 10 Nov 2009 15:24:29 +0530
Subject: [PATCH] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
This is v5 of this patch series.
This patch series adds flash support for NAND (in sdp, zoom2 and ldp),
OneNAND and NOR (in sdp)
Tested on Zoom2 by Vikram, On SDP by Vimal
Vimal Singh (4):
[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards
[PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
[PATCH-v5 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
[PATCH-v5 4/4] OMAP: 3430SDP: Enable NAND in defconfig
v4-v5:
[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
Implemented Tony's comments.
arch/arm/configs/omap_3430sdp_defconfig | 591 ++++++++++++--------------
arch/arm/configs/omap_zoom2_defconfig | 333 +++++++++++----
arch/arm/mach-omap2/Makefile | 4 +
arch/arm/mach-omap2/board-2430sdp.c | 2 +
arch/arm/mach-omap2/board-3430sdp.c | 2 +
arch/arm/mach-omap2/board-ldp.c | 2 +
arch/arm/mach-omap2/board-sdp-flash.c | 326 ++++++++++++++
arch/arm/mach-omap2/board-zoom-flash.c | 196 +++++++++
arch/arm/mach-omap2/board-zoom2.c | 2 +
arch/arm/plat-omap/include/plat/board-sdp.h | 15 +
arch/arm/plat-omap/include/plat/board-zoom.h | 36 ++
arch/arm/plat-omap/include/plat/gpmc.h | 2 +
arch/arm/plat-omap/include/plat/nand.h | 2 +
13 files changed, 1103 insertions(+), 410 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h
create mode 100644 arch/arm/plat-omap/include/plat/board-zoom.h
--
Regards,
Vimal Singh
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-10 10:01 ` [PATCH-v5 " Vimal Singh
@ 2009-11-19 14:08 ` Vimal Singh
2009-11-19 14:11 ` Vimal Singh
2009-11-24 15:06 ` Artem Bityutskiy
0 siblings, 2 replies; 15+ messages in thread
From: Vimal Singh @ 2009-11-19 14:08 UTC (permalink / raw)
To: linux-omap, Linux MTD; +Cc: Tony Lindgren, vimal singh
Here is the v6 of this patch series. I am cc'ing mtd list too this time.
>From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
From: Vimal Singh <vimalsingh@ti.com>
Date: Thu, 19 Nov 2009 19:28:11 +0530
This patch series adds flash support for NAND (in sdp, zoom and ldp),
OneNAND and NOR (in sdp)
Tested on Zoom2 and 3430SDP
Vimal Singh (4):
[PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
[PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
[PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
[PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
v6 :
1. Implemented Tony's comments on below threads:
[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards
http://marc.info/?l=linux-omap&m=125805845217778&w=2
[PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
http://marc.info/?l=linux-omap&m=125805867318269&w=2
[PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module
http://marc.info/?l=linux-omap&m=125787938923028&w=2
2. Creating 'mach-omap2/gpmc-nand.c' to handle GPMC related setups for
the driver.
3. Removed all 'gpmc_cs_read_reg' and 'gpmc_cs_write_reg' calls from
'nand/omap2.c'
4. Corrected macro 'GPMC_CONFIG1_DEVICETYPE_NAND' for NAND
5. Removed 'nand unlock' routine in patch 2/4, will take this
discussion to mtd list.
v4-v5:
[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
Implemented Tony's comments.
--
Regards,
Vimal Singh
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-19 14:08 ` [PATCH-v6 " Vimal Singh
@ 2009-11-19 14:11 ` Vimal Singh
2009-11-19 14:22 ` Nishanth Menon
2009-11-24 15:06 ` Artem Bityutskiy
1 sibling, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-11-19 14:11 UTC (permalink / raw)
To: linux-omap, Linux MTD; +Cc: Tony Lindgren, vimal singh
Sorry, forgot to append diffstat. Listing below this time.
On Thu, Nov 19, 2009 at 7:38 PM, Vimal Singh <vimal.newwork@gmail.com> wrote:
> Here is the v6 of this patch series. I am cc'ing mtd list too this time.
>
>
> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
> From: Vimal Singh <vimalsingh@ti.com>
> Date: Thu, 19 Nov 2009 19:28:11 +0530
>
> This patch series adds flash support for NAND (in sdp, zoom and ldp),
> OneNAND and NOR (in sdp)
>
> Tested on Zoom2 and 3430SDP
>
> Vimal Singh (4):
> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
>
>
> v6 :
> 1. Implemented Tony's comments on below threads:
>
> [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards
> http://marc.info/?l=linux-omap&m=125805845217778&w=2
>
> [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards
> http://marc.info/?l=linux-omap&m=125805867318269&w=2
>
> [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module
> http://marc.info/?l=linux-omap&m=125787938923028&w=2
>
> 2. Creating 'mach-omap2/gpmc-nand.c' to handle GPMC related setups for
> the driver.
> 3. Removed all 'gpmc_cs_read_reg' and 'gpmc_cs_write_reg' calls from
> 'nand/omap2.c'
> 4. Corrected macro 'GPMC_CONFIG1_DEVICETYPE_NAND' for NAND
> 5. Removed 'nand unlock' routine in patch 2/4, will take this
> discussion to mtd list.
>
> v4-v5:
> [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
> Implemented Tony's comments.
arch/arm/configs/omap_3430sdp_defconfig | 140 +++++++----
arch/arm/configs/omap_zoom2_defconfig | 344 +++++++++++++++++++-------
arch/arm/mach-omap2/Makefile | 8 +
arch/arm/mach-omap2/board-2430sdp.c | 2 +
arch/arm/mach-omap2/board-3430sdp.c | 2 +
arch/arm/mach-omap2/board-ldp.c | 2 +
arch/arm/mach-omap2/board-sdp-flash.c | 315 +++++++++++++++++++++++
arch/arm/mach-omap2/board-zoom-flash.c | 92 +++++++
arch/arm/mach-omap2/board-zoom-peripherals.c | 2 +
arch/arm/mach-omap2/gpmc-nand.c | 128 ++++++++++
arch/arm/plat-omap/include/plat/board-sdp.h | 15 ++
arch/arm/plat-omap/include/plat/board-zoom.h | 36 +++
arch/arm/plat-omap/include/plat/gpmc.h | 4 +-
arch/arm/plat-omap/include/plat/nand.h | 6 +
drivers/mtd/nand/omap2.c | 33 +--
15 files changed, 969 insertions(+), 160 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
create mode 100644 arch/arm/mach-omap2/gpmc-nand.c
create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h
create mode 100644 arch/arm/plat-omap/include/plat/board-zoom.h
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-19 14:11 ` Vimal Singh
@ 2009-11-19 14:22 ` Nishanth Menon
2009-11-19 14:26 ` Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: Nishanth Menon @ 2009-11-19 14:22 UTC (permalink / raw)
To: Vimal Singh
Cc: linux-omap@vger.kernel.org, Linux MTD, Tony Lindgren,
Singh, Vimal
Vimal Singh had written, on 11/19/2009 08:11 AM, the following:
[...]
>>
>> v4-v5:
>> [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
>> Implemented Tony's comments.
>
> arch/arm/configs/omap_3430sdp_defconfig | 140 +++++++----
> arch/arm/configs/omap_zoom2_defconfig | 344 +++++++++++++++++++-------
how about zoom3 and sdp3630?
> arch/arm/mach-omap2/Makefile | 8 +
> arch/arm/mach-omap2/board-2430sdp.c | 2 +
> arch/arm/mach-omap2/board-3430sdp.c | 2 +
> arch/arm/mach-omap2/board-ldp.c | 2 +
> arch/arm/mach-omap2/board-sdp-flash.c | 315 +++++++++++++++++++++++
> arch/arm/mach-omap2/board-zoom-flash.c | 92 +++++++
> arch/arm/mach-omap2/board-zoom-peripherals.c | 2 +
> arch/arm/mach-omap2/gpmc-nand.c | 128 ++++++++++
> arch/arm/plat-omap/include/plat/board-sdp.h | 15 ++
> arch/arm/plat-omap/include/plat/board-zoom.h | 36 +++
> arch/arm/plat-omap/include/plat/gpmc.h | 4 +-
> arch/arm/plat-omap/include/plat/nand.h | 6 +
> drivers/mtd/nand/omap2.c | 33 +--
> 15 files changed, 969 insertions(+), 160 deletions(-)
> create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
> create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
> create mode 100644 arch/arm/mach-omap2/gpmc-nand.c
> create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h
> create mode 100644 arch/arm/plat-omap/include/plat/board-zoom.h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-19 14:22 ` Nishanth Menon
@ 2009-11-19 14:26 ` Vimal Singh
0 siblings, 0 replies; 15+ messages in thread
From: Vimal Singh @ 2009-11-19 14:26 UTC (permalink / raw)
To: Nishanth Menon
Cc: linux-omap@vger.kernel.org, Linux MTD, Tony Lindgren,
Singh, Vimal
On Thu, Nov 19, 2009 at 7:52 PM, Nishanth Menon <nm@ti.com> wrote:
> Vimal Singh had written, on 11/19/2009 08:11 AM, the following:
> [...]
>
>>>
>>> v4-v5:
>>> [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
>>> Implemented Tony's comments.
>>
>> arch/arm/configs/omap_3430sdp_defconfig | 140 +++++++----
>> arch/arm/configs/omap_zoom2_defconfig | 344
>> +++++++++++++++++++-------
>
> how about zoom3 and sdp3630?
I do not have these boards. Could someone test for these and drop a
patch for same?
>
>> arch/arm/mach-omap2/Makefile | 8 +
>> arch/arm/mach-omap2/board-2430sdp.c | 2 +
>> arch/arm/mach-omap2/board-3430sdp.c | 2 +
>> arch/arm/mach-omap2/board-ldp.c | 2 +
>> arch/arm/mach-omap2/board-sdp-flash.c | 315
>> +++++++++++++++++++++++
>> arch/arm/mach-omap2/board-zoom-flash.c | 92 +++++++
>> arch/arm/mach-omap2/board-zoom-peripherals.c | 2 +
>> arch/arm/mach-omap2/gpmc-nand.c | 128 ++++++++++
>> arch/arm/plat-omap/include/plat/board-sdp.h | 15 ++
>> arch/arm/plat-omap/include/plat/board-zoom.h | 36 +++
>> arch/arm/plat-omap/include/plat/gpmc.h | 4 +-
>> arch/arm/plat-omap/include/plat/nand.h | 6 +
>> drivers/mtd/nand/omap2.c | 33 +--
>> 15 files changed, 969 insertions(+), 160 deletions(-)
>> create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
>> create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
>> create mode 100644 arch/arm/mach-omap2/gpmc-nand.c
>> create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h
>> create mode 100644 arch/arm/plat-omap/include/plat/board-zoom.h
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
>
> --
> Regards,
> Nishanth Menon
>
--
Regards,
Vimal Singh
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-19 14:08 ` [PATCH-v6 " Vimal Singh
2009-11-19 14:11 ` Vimal Singh
@ 2009-11-24 15:06 ` Artem Bityutskiy
2009-11-24 15:25 ` Vimal Singh
1 sibling, 1 reply; 15+ messages in thread
From: Artem Bityutskiy @ 2009-11-24 15:06 UTC (permalink / raw)
To: Vimal Singh; +Cc: linux-omap, Linux MTD, Tony Lindgren, vimal singh
On Thu, 2009-11-19 at 19:38 +0530, Vimal Singh wrote:
> Here is the v6 of this patch series. I am cc'ing mtd list too this time.
>
>
> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
> From: Vimal Singh <vimalsingh@ti.com>
> Date: Thu, 19 Nov 2009 19:28:11 +0530
>
> This patch series adds flash support for NAND (in sdp, zoom and ldp),
> OneNAND and NOR (in sdp)
>
> Tested on Zoom2 and 3430SDP
>
> Vimal Singh (4):
> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
Is it possible to separate the MTD and OMAP parts?
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-24 15:06 ` Artem Bityutskiy
@ 2009-11-24 15:25 ` Vimal Singh
2009-11-27 7:37 ` Artem Bityutskiy
0 siblings, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-11-24 15:25 UTC (permalink / raw)
To: dedekind1; +Cc: linux-omap, Linux MTD, Tony Lindgren, vimal singh
On Tue, Nov 24, 2009 at 8:36 PM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> On Thu, 2009-11-19 at 19:38 +0530, Vimal Singh wrote:
>> Here is the v6 of this patch series. I am cc'ing mtd list too this time.
>>
>>
>> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
>> From: Vimal Singh <vimalsingh@ti.com>
>> Date: Thu, 19 Nov 2009 19:28:11 +0530
>>
>> This patch series adds flash support for NAND (in sdp, zoom and ldp),
>> OneNAND and NOR (in sdp)
>>
>> Tested on Zoom2 and 3430SDP
>>
>> Vimal Singh (4):
>> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
>> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
>> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
>> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
>
> Is it possible to separate the MTD and OMAP parts?
1st patch does migration of gpmc low level calls from omap2.c to gpmc-nand.c.
I am not sure how we can have separate patches for this.
--
Regards,
Vimal Singh
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-24 15:25 ` Vimal Singh
@ 2009-11-27 7:37 ` Artem Bityutskiy
2009-12-02 14:09 ` Vimal Singh
0 siblings, 1 reply; 15+ messages in thread
From: Artem Bityutskiy @ 2009-11-27 7:37 UTC (permalink / raw)
To: Vimal Singh; +Cc: linux-omap, Linux MTD, Tony Lindgren, vimal singh
On Tue, 2009-11-24 at 20:55 +0530, Vimal Singh wrote:
> On Tue, Nov 24, 2009 at 8:36 PM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> > On Thu, 2009-11-19 at 19:38 +0530, Vimal Singh wrote:
> >> Here is the v6 of this patch series. I am cc'ing mtd list too this time.
> >>
> >>
> >> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
> >> From: Vimal Singh <vimalsingh@ti.com>
> >> Date: Thu, 19 Nov 2009 19:28:11 +0530
> >>
> >> This patch series adds flash support for NAND (in sdp, zoom and ldp),
> >> OneNAND and NOR (in sdp)
> >>
> >> Tested on Zoom2 and 3430SDP
> >>
> >> Vimal Singh (4):
> >> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
> >> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
> >> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> >> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
> >
> > Is it possible to separate the MTD and OMAP parts?
>
> 1st patch does migration of gpmc low level calls from omap2.c to gpmc-nand.c.
> I am not sure how we can have separate patches for this.
Ok. It looks like you intend to merge this stuff via linux-omap, which
seems right.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-11-27 7:37 ` Artem Bityutskiy
@ 2009-12-02 14:09 ` Vimal Singh
2009-12-03 20:19 ` Tony Lindgren
0 siblings, 1 reply; 15+ messages in thread
From: Vimal Singh @ 2009-12-02 14:09 UTC (permalink / raw)
To: dedekind1; +Cc: linux-omap, Linux MTD, Tony Lindgren, vimal singh
>> >> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
>> >> From: Vimal Singh <vimalsingh@ti.com>
>> >> Date: Thu, 19 Nov 2009 19:28:11 +0530
>> >>
>> >> This patch series adds flash support for NAND (in sdp, zoom and ldp),
>> >> OneNAND and NOR (in sdp)
>> >>
>> >> Tested on Zoom2 and 3430SDP
>> >>
>> >> Vimal Singh (4):
>> >> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
>> >> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
>> >> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
>> >> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
>> >
I am going to re-post this patch series again and this time I have
divided this into 3 (for more convenience in reviewing) . Something
like this:
1st series:
This patch series will introduce generic gpmc-nand.c for nand device
related gpmc init.
2nd series:
This patch series will introduce 'board-sdp-flash.c', for flash
devices init on SDP
boards. And will give an example of using 'gpmc-nand.c' and
'board-sdp-flash.c' by
adding flash support to 3430SDP board.
3rd:
This series introduces 'board-zoom-flash.c' for NAND init in ZOOM boards.
Other patches will add NAND support for ZOOM2, ZOOM3 and LDP.
Tony,
Is it ok with you?
--
Regards,
Vimal Singh
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
2009-12-02 14:09 ` Vimal Singh
@ 2009-12-03 20:19 ` Tony Lindgren
0 siblings, 0 replies; 15+ messages in thread
From: Tony Lindgren @ 2009-12-03 20:19 UTC (permalink / raw)
To: Vimal Singh; +Cc: dedekind1, linux-omap, Linux MTD, vimal singh
* Vimal Singh <vimal.newwork@gmail.com> [091202 06:09]:
> >> >> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001
> >> >> From: Vimal Singh <vimalsingh@ti.com>
> >> >> Date: Thu, 19 Nov 2009 19:28:11 +0530
> >> >>
> >> >> This patch series adds flash support for NAND (in sdp, zoom and ldp),
> >> >> OneNAND and NOR (in sdp)
> >> >>
> >> >> Tested on Zoom2 and 3430SDP
> >> >>
> >> >> Vimal Singh (4):
> >> >> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards
> >> >> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards
> >> >> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig
> >> >> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig
> >> >
>
> I am going to re-post this patch series again and this time I have
> divided this into 3 (for more convenience in reviewing) . Something
> like this:
>
> 1st series:
> This patch series will introduce generic gpmc-nand.c for nand device
> related gpmc init.
>
> 2nd series:
> This patch series will introduce 'board-sdp-flash.c', for flash
> devices init on SDP
> boards. And will give an example of using 'gpmc-nand.c' and
> 'board-sdp-flash.c' by
> adding flash support to 3430SDP board.
>
> 3rd:
> This series introduces 'board-zoom-flash.c' for NAND init in ZOOM boards.
> Other patches will add NAND support for ZOOM2, ZOOM3 and LDP.
>
> Tony,
> Is it ok with you?
Sounds pretty good to me. Also the patches you just posted look
nice to me, will take a closer look. Thanks for doing the generic
gpmc-nand.c, that should make it a lot easier to bring up new
omap boards.
Regards,
Tony
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2009-12-03 20:19 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 11:31 [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards vimal singh
2009-09-26 2:57 ` vimal singh
2009-10-26 12:07 ` [PATCH-v4 0/4] " Vimal Singh
2009-11-04 11:28 ` Vimal Singh
2009-11-09 20:52 ` Tony Lindgren
2009-11-10 10:01 ` [PATCH-v5 " Vimal Singh
2009-11-19 14:08 ` [PATCH-v6 " Vimal Singh
2009-11-19 14:11 ` Vimal Singh
2009-11-19 14:22 ` Nishanth Menon
2009-11-19 14:26 ` Vimal Singh
2009-11-24 15:06 ` Artem Bityutskiy
2009-11-24 15:25 ` Vimal Singh
2009-11-27 7:37 ` Artem Bityutskiy
2009-12-02 14:09 ` Vimal Singh
2009-12-03 20:19 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox