From: Tony Lindgren <tony@atomide.com>
To: Artem Bityutskiy <dedekind1@gmail.com>
Cc: 'David Woodhouse' <dwmw2@infradead.org>,
linux-omap@vger.kernel.org, Ladislav Michl <ladis@linux-mips.org>,
linux-mtd@lists.infradead.org
Subject: Re: [PATCH 0/2] OMAP: use physmap-flash
Date: Wed, 9 Dec 2009 08:26:01 -0800 [thread overview]
Message-ID: <20091209162600.GL24013@atomide.com> (raw)
In-Reply-To: <1260353237.19669.1258.camel@localhost>
* Artem Bityutskiy <dedekind1@gmail.com> [091209 02:06]:
> On Tue, 2009-12-08 at 10:33 -0800, Tony Lindgren wrote:
> > * Ladislav Michl <Ladislav.Michl@seznam.cz> [091208 10:20]:
> > > There is nothing special on omapflash driver, so it can be replaced with
> > > physmap-flash. First patch in serie does exactly this and second one removes
> > > drivers/mtd/maps/omap_nor.c and associated Kconfig option. I'd like to have
> > > either ack or merge into mtd git tree by mtd maintainers for that second part.
> >
> > Nice work! Ack from me to merge all this via the MTD tree.
> >
> > Acked-by: Tony Lindgren <tony@atomide.com>
> >
> > > arch/arm/mach-omap1/flash.c | 33 ++
> > > arch/arm/plat-omap/include/plat/flash.h | 16 +
> > > arch/arm/mach-omap1/Makefile | 2
> > > arch/arm/mach-omap1/board-fsample.c | 9
> > > arch/arm/mach-omap1/board-h2.c | 9
> > > arch/arm/mach-omap1/board-h3.c | 9
> > > arch/arm/mach-omap1/board-innovator.c | 9
> > > arch/arm/mach-omap1/board-osk.c | 9
> > > arch/arm/mach-omap1/board-palmte.c | 9
> > > arch/arm/mach-omap1/board-palmtt.c | 9
> > > arch/arm/mach-omap1/board-palmz71.c | 10
> > > arch/arm/mach-omap1/board-perseus2.c | 9
> > > arch/arm/mach-omap1/board-sx1.c | 11
> > > arch/arm/mach-omap1/board-voiceblue.c | 9
> > > arch/arm/mach-omap2/board-2430sdp.c | 7
> > > arch/arm/mach-omap2/board-h4.c | 7
> > > drivers/mtd/maps/Kconfig | 9
> > > drivers/mtd/maps/Makefile | 1
> > > drivers/mtd/maps/omap_nor.c | 188 -----------------
> > > 19 files changed, 112 insertions(+), 253 deletions(-)
>
> I think this should be merged via the omap tree, not mtd (CCed dwmw2).
OK will queue then.
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Artem Bityutskiy <dedekind1@gmail.com>
Cc: Ladislav Michl <ladis@linux-mips.org>,
linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org,
'David Woodhouse' <dwmw2@infradead.org>
Subject: Re: [PATCH 0/2] OMAP: use physmap-flash
Date: Wed, 9 Dec 2009 08:26:01 -0800 [thread overview]
Message-ID: <20091209162600.GL24013@atomide.com> (raw)
In-Reply-To: <1260353237.19669.1258.camel@localhost>
* Artem Bityutskiy <dedekind1@gmail.com> [091209 02:06]:
> On Tue, 2009-12-08 at 10:33 -0800, Tony Lindgren wrote:
> > * Ladislav Michl <Ladislav.Michl@seznam.cz> [091208 10:20]:
> > > There is nothing special on omapflash driver, so it can be replaced with
> > > physmap-flash. First patch in serie does exactly this and second one removes
> > > drivers/mtd/maps/omap_nor.c and associated Kconfig option. I'd like to have
> > > either ack or merge into mtd git tree by mtd maintainers for that second part.
> >
> > Nice work! Ack from me to merge all this via the MTD tree.
> >
> > Acked-by: Tony Lindgren <tony@atomide.com>
> >
> > > arch/arm/mach-omap1/flash.c | 33 ++
> > > arch/arm/plat-omap/include/plat/flash.h | 16 +
> > > arch/arm/mach-omap1/Makefile | 2
> > > arch/arm/mach-omap1/board-fsample.c | 9
> > > arch/arm/mach-omap1/board-h2.c | 9
> > > arch/arm/mach-omap1/board-h3.c | 9
> > > arch/arm/mach-omap1/board-innovator.c | 9
> > > arch/arm/mach-omap1/board-osk.c | 9
> > > arch/arm/mach-omap1/board-palmte.c | 9
> > > arch/arm/mach-omap1/board-palmtt.c | 9
> > > arch/arm/mach-omap1/board-palmz71.c | 10
> > > arch/arm/mach-omap1/board-perseus2.c | 9
> > > arch/arm/mach-omap1/board-sx1.c | 11
> > > arch/arm/mach-omap1/board-voiceblue.c | 9
> > > arch/arm/mach-omap2/board-2430sdp.c | 7
> > > arch/arm/mach-omap2/board-h4.c | 7
> > > drivers/mtd/maps/Kconfig | 9
> > > drivers/mtd/maps/Makefile | 1
> > > drivers/mtd/maps/omap_nor.c | 188 -----------------
> > > 19 files changed, 112 insertions(+), 253 deletions(-)
>
> I think this should be merged via the omap tree, not mtd (CCed dwmw2).
OK will queue then.
Tony
next prev parent reply other threads:[~2009-12-09 16:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-08 19:21 [PATCH 0/2] OMAP: use physmap-flash Ladislav Michl
2009-12-08 18:33 ` Tony Lindgren
2009-12-09 10:07 ` Artem Bityutskiy
2009-12-09 10:07 ` Artem Bityutskiy
2009-12-09 16:26 ` Tony Lindgren [this message]
2009-12-09 16:26 ` Tony Lindgren
2009-12-08 19:24 ` [PATCH 1/2] OMAP: convert boards to " Ladislav Michl
2009-12-11 22:12 ` Tony Lindgren
2009-12-13 23:55 ` [PATCH v2 " Ladislav Michl
2010-01-07 0:57 ` Tony Lindgren
2010-01-07 2:01 ` Tony Lindgren
2009-12-08 19:28 ` [PATCH 2/2] MTD: remove no longer used OMAP flash map Ladislav Michl
2010-01-07 0:51 ` [APPLIED] " 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=20091209162600.GL24013@atomide.com \
--to=tony@atomide.com \
--cc=dedekind1@gmail.com \
--cc=dwmw2@infradead.org \
--cc=ladis@linux-mips.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/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.