linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
To: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Lior Amsalem <alior@marvell.com>,
	Ezequiel Garcia <elezegarcia@gmail.com>,
	Maen Suleiman <maen@marvell.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	Artem Bityutskiy <dedekind1@gmail.com>,
	Lei Wen <leiwen@marvell.com>, Daniel Mack <zonque@gmail.com>,
	Vasut Marek <marek.vasut@gmail.com>,
	linux-mtd@lists.infradead.org,
	Igor Grinberg <grinberg@compulab.co.il>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Neil Zhang <zhangwm@marvell.com>, Chao Xie <cxie4@marvell.com>
Subject: Re: [PATCH 0/5] mtd: nand: Fixes and improvements on pxa3xx
Date: Sat, 8 Jun 2013 15:40:22 -0300	[thread overview]
Message-ID: <20130608184021.GC2354@localhost> (raw)
In-Reply-To: <CAN1soZwRqapXrT6REk_h3gy0Tus9pypUvrDYg=-eyv-FntOZUA@mail.gmail.com>

On Sat, Jun 08, 2013 at 05:00:41PM +0800, Haojian Zhuang wrote:
> On Sat, Jun 8, 2013 at 3:22 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
> > On Fri, Jun 7, 2013 at 10:22 PM, Ezequiel Garcia <elezegarcia@gmail.com> wrote:
> >> On Mon, May 20, 2013 at 9:37 AM, Ezequiel Garcia
> >> <ezequiel.garcia@free-electrons.com> wrote:
> >>> Hi,
> >>>
> >>> (adding Eric Miao in Cc)
> >>>
> >>> On Tue, May 14, 2013 at 08:15:20AM -0300, Ezequiel Garcia wrote:
> >>>> The Armada 370 and Armada XP SoC include a NAND controller (NFCv2) that
> >>>> is similar to the one in PXA SoC. Therefore, it should be possible to support
> >>>> Armada NAND using pxa3xx-nand driver.
> >>>>
> >>>> While this effort is not ready yet, here is a set of patches that are needed
> >>>> for such work.
> >>>>
> >>>> A small summary of the patches:
> >>>>
> >>>>   * 1/5 is a fix for a 2-year regression that removed DMA support.
> >>>>
> >>>>   * 2/5 and 3/5 are needed to build the driver on platforms other PXA.
> >>>>
> >>>>   * 4/5 and 5/5 add ONFI-compliant device detection and are needed
> >>>>     to successfully probe newer flash devices.
> >>>>
> >>>
> >>> Since this patch affects directly the PXA hardware, I'd like to have some
> >>> response from PXA maintainers.
> >>>
> >>> Guys, could you take a look at this?
> >>>
> >>
> >> Ping?
> >>
> >> --
> >>     Ezequiel
> >
> > Hi Ezequiel,
> >
> > As I didn't have the test environment, I looped some Marvell guys. But
> > they didn't
> > have any time on test it.
> >
> > So let's loop Marek, Daniel & Igor. I hope that we could help us.
> >

Great, thanks a lot! Let's hope they can give it a test...

> 
> I'm OK on these patches.
> 
> Reviewed-by: Haojian Zhuang <haojian.zhuang@gmail.com>

Great!

Thanks a lot,
-- 
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

  reply	other threads:[~2013-06-08 18:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 11:15 [PATCH 0/5] mtd: nand: Fixes and improvements on pxa3xx Ezequiel Garcia
2013-05-14 11:15 ` [PATCH 1/5] mtd: nand: pxa3xx: Set info->use_dma properly Ezequiel Garcia
2013-05-14 11:15 ` [PATCH 2/5] mtd: nand: pxa3xx: Use of_machine_is_compatible() Ezequiel Garcia
2013-05-14 11:15 ` [PATCH 3/5] mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declaration Ezequiel Garcia
2013-05-14 11:15 ` [PATCH 4/5] mtd: nand: pxa3xx: Add address support for READID command Ezequiel Garcia
2013-05-14 11:15 ` [PATCH 5/5] mtd: nand: pxa3xx: Add support for Read parameter page command Ezequiel Garcia
2013-05-20 12:37 ` [PATCH 0/5] mtd: nand: Fixes and improvements on pxa3xx Ezequiel Garcia
2013-06-07 14:22   ` Ezequiel Garcia
2013-06-08  7:22     ` Haojian Zhuang
2013-06-08  9:00       ` Haojian Zhuang
2013-06-08 18:40         ` Ezequiel Garcia [this message]
2013-07-01  7:21     ` Artem Bityutskiy
2013-07-01 13:41       ` Ezequiel Garcia
2013-07-20 14:36       ` Ezequiel Garcia
2013-07-22  6:39         ` Brian Norris
2013-07-22 14:10           ` Ezequiel Garcia
2013-06-17  5:53 ` Igor Grinberg
2013-06-17 11:03   ` Ezequiel Garcia
2013-06-29 14:17     ` Ezequiel Garcia

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=20130608184021.GC2354@localhost \
    --to=ezequiel.garcia@free-electrons.com \
    --cc=alior@marvell.com \
    --cc=cxie4@marvell.com \
    --cc=dedekind1@gmail.com \
    --cc=elezegarcia@gmail.com \
    --cc=eric.y.miao@gmail.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=grinberg@compulab.co.il \
    --cc=haojian.zhuang@gmail.com \
    --cc=leiwen@marvell.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=maen@marvell.com \
    --cc=marek.vasut@gmail.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=zhangwm@marvell.com \
    --cc=zonque@gmail.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).