From: Nishanth Menon <nm@ti.com>
To: Vimal Singh <vimal.newwork@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Linux MTD <linux-mtd@lists.infradead.org>,
"Singh, Vimal" <vimalsingh@ti.com>
Subject: Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
Date: Thu, 19 Nov 2009 08:22:11 -0600 [thread overview]
Message-ID: <4B055493.70009@ti.com> (raw)
In-Reply-To: <ce9ab5790911190611r63830a5dxa7e2eab5f053c2a7@mail.gmail.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Vimal Singh <vimal.newwork@gmail.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Linux MTD <linux-mtd@lists.infradead.org>,
Tony Lindgren <tony@atomide.com>,
"Singh, Vimal" <vimalsingh@ti.com>
Subject: Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
Date: Thu, 19 Nov 2009 08:22:11 -0600 [thread overview]
Message-ID: <4B055493.70009@ti.com> (raw)
In-Reply-To: <ce9ab5790911190611r63830a5dxa7e2eab5f053c2a7@mail.gmail.com>
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
next prev parent reply other threads:[~2009-11-19 14:22 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2009-11-19 14:22 ` Nishanth Menon
2009-11-19 14:26 ` Vimal Singh
2009-11-19 14:26 ` Vimal Singh
2009-11-24 15:06 ` Artem Bityutskiy
2009-11-24 15:06 ` Artem Bityutskiy
2009-11-24 15:25 ` Vimal Singh
2009-11-24 15:25 ` Vimal Singh
2009-11-27 7:37 ` Artem Bityutskiy
2009-11-27 7:37 ` Artem Bityutskiy
2009-12-02 14:09 ` Vimal Singh
2009-12-02 14:09 ` Vimal Singh
2009-12-03 20:19 ` Tony Lindgren
2009-12-03 20:19 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B055493.70009@ti.com \
--to=nm@ti.com \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
--cc=vimal.newwork@gmail.com \
--cc=vimalsingh@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.