From: Afzal Mohammed <afzal@ti.com>
To: <tony@atomide.com>, <artem.bityutskiy@linux.intel.com>,
<linux-omap@vger.kernel.org>, <linux-mtd@lists.infradead.org>
Cc: ivan.djelic@parrot.com, Afzal Mohammed <afzal@ti.com>
Subject: [PATCH v2 00/10] Prepare for GPMC driver conversion (w.r.t MTD)
Date: Wed, 13 Jun 2012 17:02:28 +0530 [thread overview]
Message-ID: <cover.1339586624.git.afzal@ti.com> (raw)
Hi,
This series cleans up gpmc mtd interactions so that GPMC driver
conversion which is going to happen shortly would happen smoothly
by not creating much disturbance outside of arch/arm/*omap*/
This series,
1. provides the ability for OMAP NAND driver to configure GPMC-NAND
registers by NAND driver itself instead of using exported GPMC
symbols
2. modifies GPMC to provide OMAP ONENAND & NAND drivers with GPMC
allocated address space as resource
3. creates a fictitious GPMC interrupt chip and provide the clients
with interrupts that could be handled using standard APIs (helps
in removing the requirement for driver of peripheral connected to
GPMC having the knowledge about GPMC interrupt handling). The
only user is OMAP NAND driver, it has also been modified to take
advantage of this
This series has been made over 3.5-rc1
Regards
Afzal
v2:
[mtd: nand: omap2: handle nand on gpmc] simplify omap_prefetch_enable()
Afzal Mohammed (10):
ARM: OMAP2+: gpmc: update nand register helper
ARM: OMAP2+: gpmc-nand: update gpmc-nand regs
mtd: nand: omap2: handle nand on gpmc
ARM: OMAP2+: gpmc-nand: update resource with memory
ARM: OMAP2+: gpmc-onenand: provide memory as resource
mtd: nand: omap2: obtain memory from resource
mtd: onenand: omap2: obtain memory from resource
ARM: OMAP2+: gpmc: Modify interrupt handling
ARM: OMAP2+: gpmc-nand: Modify Interrupt handling
mtd: nand: omap2: use gpmc provided irqs
arch/arm/mach-omap2/gpmc-nand.c | 28 ++-
arch/arm/mach-omap2/gpmc-onenand.c | 23 ++-
arch/arm/mach-omap2/gpmc.c | 156 +++++++++++++++--
arch/arm/plat-omap/include/plat/gpmc.h | 19 +++
arch/arm/plat-omap/include/plat/nand.h | 2 +-
drivers/mtd/nand/omap2.c | 291 ++++++++++++++++++++++++--------
drivers/mtd/onenand/omap2.c | 29 ++--
7 files changed, 436 insertions(+), 112 deletions(-)
--
1.7.10.2
next reply other threads:[~2012-06-13 11:48 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-13 11:32 Afzal Mohammed [this message]
2012-06-13 11:32 ` [PATCH v2 01/10] ARM: OMAP2+: gpmc: update nand register helper Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 02/10] ARM: OMAP2+: gpmc-nand: update gpmc-nand regs Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 03/10] mtd: nand: omap2: handle nand on gpmc Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 04/10] ARM: OMAP2+: gpmc-nand: update resource with memory Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 05/10] ARM: OMAP2+: gpmc-onenand: provide memory as resource Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 06/10] mtd: nand: omap2: obtain memory from resource Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 07/10] mtd: onenand: " Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 08/10] ARM: OMAP2+: gpmc: Modify interrupt handling Afzal Mohammed
2012-06-13 11:55 ` Artem Bityutskiy
2012-06-13 11:56 ` Mohammed, Afzal
2012-06-27 9:33 ` Artem Bityutskiy
2012-06-13 11:33 ` [PATCH v2 09/10] ARM: OMAP2+: gpmc-nand: Modify Interrupt handling Afzal Mohammed
2012-06-13 11:33 ` [PATCH v2 10/10] mtd: nand: omap2: use gpmc provided irqs Afzal Mohammed
2012-06-27 9:35 ` [PATCH v2 00/10] Prepare for GPMC driver conversion (w.r.t MTD) Artem Bityutskiy
2012-06-27 9:34 ` Mohammed, Afzal
2012-07-02 7:35 ` Tony Lindgren
2012-07-03 12:05 ` Mohammed, Afzal
2012-07-06 7:13 ` Tony Lindgren
2012-07-06 14:35 ` William F.
2012-07-06 14:48 ` David Woodhouse
2012-06-27 9:40 ` Artem Bityutskiy
2012-06-27 9:44 ` Mohammed, Afzal
2012-06-27 15:14 ` 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=cover.1339586624.git.afzal@ti.com \
--to=afzal@ti.com \
--cc=artem.bityutskiy@linux.intel.com \
--cc=ivan.djelic@parrot.com \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).