From: Antoine Tenart <antoine.tenart@free-electrons.com>
To: sebastian.hesselbarth@gmail.com,
ezequiel.garcia@free-electrons.com, dwmw2@infradead.org,
computersforpeace@gmail.com
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
boris.brezillon@free-electrons.com, zmxu@marvell.com,
jszhang@marvell.com, linux-arm-kernel@lists.infradead.org,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
Date: Fri, 17 Jul 2015 15:41:59 +0200 [thread overview]
Message-ID: <20150717134159.GC10608@kwain> (raw)
In-Reply-To: <1436281707-20106-1-git-send-email-antoine.tenart@free-electrons.com>
Hi guys,
On Tue, Jul 07, 2015 at 05:08:23PM +0200, Antoine Tenart wrote:
>
> This series was part of a bigger one[1], which was split into smaller
> ones as asked by Ezequiel[2]. When we take this into account, this is
> v7. In addition, there was absolutely no comment for more than 1 month
> (since June 2nd). Given this, I really expect the series to be merge
> soon as other series are based on this.
Any news on this series?
Thanks,
Antoine
> The aim here is to use the nand framework to setup the timings,
> while keeping the old in-driver way of configuration timings for
> compatibility reasons.
>
> Since v1:
> - Rebased on top of v4.2-rc1
>
> Since the series was split up:
> - reworked the ndcr setup
> - removed the read_id_bytes update after device detection
>
> [1] https://lkml.org/lkml/2015/5/11/495
> [2] https://lkml.org/lkml/2015/5/16/309
>
> Antoine Tenart (4):
> mtd: pxa3xx_nand: add a default chunk size
> mtd: pxa3xx_nand: add helpers to setup the timings
> mtd: pxa3xx_nand: rework flash detection and timing setup
> mtd: pxa3xx_nand: clean up the pxa3xx timings
>
> drivers/mtd/nand/pxa3xx_nand.c | 251 ++++++++++++++------------
> include/linux/platform_data/mtd-nand-pxa3xx.h | 11 +-
> 2 files changed, 143 insertions(+), 119 deletions(-)
>
> --
> 2.4.5
>
--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: antoine.tenart@free-electrons.com (Antoine Tenart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
Date: Fri, 17 Jul 2015 15:41:59 +0200 [thread overview]
Message-ID: <20150717134159.GC10608@kwain> (raw)
In-Reply-To: <1436281707-20106-1-git-send-email-antoine.tenart@free-electrons.com>
Hi guys,
On Tue, Jul 07, 2015 at 05:08:23PM +0200, Antoine Tenart wrote:
>
> This series was part of a bigger one[1], which was split into smaller
> ones as asked by Ezequiel[2]. When we take this into account, this is
> v7. In addition, there was absolutely no comment for more than 1 month
> (since June 2nd). Given this, I really expect the series to be merge
> soon as other series are based on this.
Any news on this series?
Thanks,
Antoine
> The aim here is to use the nand framework to setup the timings,
> while keeping the old in-driver way of configuration timings for
> compatibility reasons.
>
> Since v1:
> - Rebased on top of v4.2-rc1
>
> Since the series was split up:
> - reworked the ndcr setup
> - removed the read_id_bytes update after device detection
>
> [1] https://lkml.org/lkml/2015/5/11/495
> [2] https://lkml.org/lkml/2015/5/16/309
>
> Antoine Tenart (4):
> mtd: pxa3xx_nand: add a default chunk size
> mtd: pxa3xx_nand: add helpers to setup the timings
> mtd: pxa3xx_nand: rework flash detection and timing setup
> mtd: pxa3xx_nand: clean up the pxa3xx timings
>
> drivers/mtd/nand/pxa3xx_nand.c | 251 ++++++++++++++------------
> include/linux/platform_data/mtd-nand-pxa3xx.h | 11 +-
> 2 files changed, 143 insertions(+), 119 deletions(-)
>
> --
> 2.4.5
>
--
Antoine T?nart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-07-17 13:41 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 15:08 [PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup Antoine Tenart
2015-07-07 15:08 ` Antoine Tenart
2015-07-07 15:08 ` [PATCH v2 1/4] mtd: pxa3xx_nand: add a default chunk size Antoine Tenart
2015-07-07 15:08 ` Antoine Tenart
2015-07-07 15:08 ` [PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings Antoine Tenart
2015-07-07 15:08 ` Antoine Tenart
2015-07-19 0:53 ` Ezequiel Garcia
2015-07-19 0:53 ` Ezequiel Garcia
2015-07-07 15:08 ` [PATCH v2 3/4] mtd: pxa3xx_nand: rework flash detection and timing setup Antoine Tenart
2015-07-07 15:08 ` Antoine Tenart
2015-07-19 0:58 ` Ezequiel Garcia
2015-07-19 0:58 ` Ezequiel Garcia
2015-07-07 15:08 ` [PATCH v2 4/4] mtd: pxa3xx_nand: clean up the pxa3xx timings Antoine Tenart
2015-07-07 15:08 ` Antoine Tenart
2015-07-17 13:41 ` Antoine Tenart [this message]
2015-07-17 13:41 ` [PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup Antoine Tenart
2015-07-17 14:36 ` Ezequiel Garcia
2015-07-17 14:36 ` Ezequiel Garcia
2015-07-17 17:55 ` Robert Jarzmik
2015-07-17 17:55 ` Robert Jarzmik
2015-07-18 17:18 ` Ezequiel Garcia
2015-07-18 17:18 ` Ezequiel Garcia
2015-07-20 19:49 ` Robert Jarzmik
2015-07-20 19:49 ` Robert Jarzmik
2015-08-03 2:49 ` Ezequiel Garcia
2015-08-03 2:49 ` Ezequiel Garcia
2015-08-03 4:44 ` Robert Jarzmik
2015-08-03 4:44 ` Robert Jarzmik
2015-08-03 13:48 ` Ezequiel Garcia
2015-08-03 13:48 ` Ezequiel Garcia
2015-08-04 16:56 ` Robert Jarzmik
2015-08-04 16:56 ` Robert Jarzmik
2015-09-03 15:18 ` Ezequiel Garcia
2015-09-03 15:18 ` 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=20150717134159.GC10608@kwain \
--to=antoine.tenart@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=ezequiel.garcia@free-electrons.com \
--cc=jszhang@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=zmxu@marvell.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.