All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benoit Cousson <b-cousson@ti.com>
To: Jon Hunter <jon-hunter@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
	device-tree <devicetree-discuss@lists.ozlabs.org>,
	linux-omap <linux-omap@vger.kernel.org>,
	linux-arm <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/3] ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties
Date: Mon, 8 Apr 2013 14:12:44 +0200	[thread overview]
Message-ID: <5162B43C.5000307@ti.com> (raw)
In-Reply-To: <1365383828-25627-1-git-send-email-jon-hunter@ti.com>

Hi Jon,

On 04/08/2013 03:17 AM, Jon Hunter wrote:
> The GPMC timing properties for device-tree have been updated by adding
> a "-ns" or "-ps" suffix to indicate the units of time the property
> represents (as suggested by Rob Herring). Therefore, update the timing
> property names for the OMAP3430 SDP NAND and ONENAND devices.
> 
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> ---
> 
> Hi Benoit, this is a changed that is going to be introduced for v3.10.
> Feel free to squash this with the patch "ARM: dts: OMAP3: Add support
> for OMAP3430 SDP board" that you have queued for v3.10 if you prefer.

I applied them like that. I did not want to rebase again the whole series.


Regards,
Benoit


>  arch/arm/boot/dts/omap3430-sdp.dts |   56 ++++++++++++++++++------------------
>  1 file changed, 28 insertions(+), 28 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
> index 05cd8ba..44d2191 100644
> --- a/arch/arm/boot/dts/omap3430-sdp.dts
> +++ b/arch/arm/boot/dts/omap3430-sdp.dts
> @@ -57,20 +57,20 @@
>  
>  		ti,nand-ecc-opt = "sw";
>  		gpmc,device-nand;
> -		gpmc,cs-on = <0>;
> -		gpmc,cs-rd-off = <36>;
> -		gpmc,cs-wr-off = <36>;
> -		gpmc,adv-on = <6>;
> -		gpmc,adv-rd-off = <24>;
> -		gpmc,adv-wr-off = <36>;
> -		gpmc,oe-on = <6>;
> -		gpmc,oe-off = <48>;
> -		gpmc,we-on = <6>;
> -		gpmc,we-off = <30>;
> -		gpmc,rd-cycle = <72>;
> -		gpmc,wr-cycle = <72>;
> -		gpmc,access = <54>;
> -		gpmc,wr-access = <30>;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <36>;
> +		gpmc,cs-wr-off-ns = <36>;
> +		gpmc,adv-on-ns = <6>;
> +		gpmc,adv-rd-off-ns = <24>;
> +		gpmc,adv-wr-off-ns = <36>;
> +		gpmc,oe-on-ns = <6>;
> +		gpmc,oe-off-ns = <48>;
> +		gpmc,we-on-ns = <6>;
> +		gpmc,we-off-ns = <30>;
> +		gpmc,rd-cycle-ns = <72>;
> +		gpmc,wr-cycle-ns = <72>;
> +		gpmc,access-ns = <54>;
> +		gpmc,wr-access-ns = <30>;
>  
>  		partition@0 {
>  			label = "xloader-nand";
> @@ -102,20 +102,20 @@
>  
>  		gpmc,device-width = <2>;
>  		gpmc,mux-add-data = <2>;
> -		gpmc,cs-on = <0>;
> -		gpmc,cs-rd-off = <84>;
> -		gpmc,cs-wr-off = <72>;
> -		gpmc,adv-on = <0>;
> -		gpmc,adv-rd-off = <18>;
> -		gpmc,adv-wr-off = <18>;
> -		gpmc,oe-on = <30>;
> -		gpmc,oe-off = <84>;
> -		gpmc,we-on = <0>;
> -		gpmc,we-off = <42>;
> -		gpmc,rd-cycle = <108>;
> -		gpmc,wr-cycle = <96>;
> -		gpmc,access = <78>;
> -		gpmc,wr-data-mux-bus = <30>;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <84>;
> +		gpmc,cs-wr-off-ns = <72>;
> +		gpmc,adv-on-ns = <0>;
> +		gpmc,adv-rd-off-ns = <18>;
> +		gpmc,adv-wr-off-ns = <18>;
> +		gpmc,oe-on-ns = <30>;
> +		gpmc,oe-off-ns = <84>;
> +		gpmc,we-on-ns = <0>;
> +		gpmc,we-off-ns = <42>;
> +		gpmc,rd-cycle-ns = <108>;
> +		gpmc,wr-cycle-ns = <96>;
> +		gpmc,access-ns = <78>;
> +		gpmc,wr-data-mux-bus-ns = <30>;
>  
>  		partition@0 {
>  			label = "xloader-onenand";
> 


WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties
Date: Mon, 8 Apr 2013 14:12:44 +0200	[thread overview]
Message-ID: <5162B43C.5000307@ti.com> (raw)
In-Reply-To: <1365383828-25627-1-git-send-email-jon-hunter@ti.com>

Hi Jon,

On 04/08/2013 03:17 AM, Jon Hunter wrote:
> The GPMC timing properties for device-tree have been updated by adding
> a "-ns" or "-ps" suffix to indicate the units of time the property
> represents (as suggested by Rob Herring). Therefore, update the timing
> property names for the OMAP3430 SDP NAND and ONENAND devices.
> 
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> ---
> 
> Hi Benoit, this is a changed that is going to be introduced for v3.10.
> Feel free to squash this with the patch "ARM: dts: OMAP3: Add support
> for OMAP3430 SDP board" that you have queued for v3.10 if you prefer.

I applied them like that. I did not want to rebase again the whole series.


Regards,
Benoit


>  arch/arm/boot/dts/omap3430-sdp.dts |   56 ++++++++++++++++++------------------
>  1 file changed, 28 insertions(+), 28 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
> index 05cd8ba..44d2191 100644
> --- a/arch/arm/boot/dts/omap3430-sdp.dts
> +++ b/arch/arm/boot/dts/omap3430-sdp.dts
> @@ -57,20 +57,20 @@
>  
>  		ti,nand-ecc-opt = "sw";
>  		gpmc,device-nand;
> -		gpmc,cs-on = <0>;
> -		gpmc,cs-rd-off = <36>;
> -		gpmc,cs-wr-off = <36>;
> -		gpmc,adv-on = <6>;
> -		gpmc,adv-rd-off = <24>;
> -		gpmc,adv-wr-off = <36>;
> -		gpmc,oe-on = <6>;
> -		gpmc,oe-off = <48>;
> -		gpmc,we-on = <6>;
> -		gpmc,we-off = <30>;
> -		gpmc,rd-cycle = <72>;
> -		gpmc,wr-cycle = <72>;
> -		gpmc,access = <54>;
> -		gpmc,wr-access = <30>;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <36>;
> +		gpmc,cs-wr-off-ns = <36>;
> +		gpmc,adv-on-ns = <6>;
> +		gpmc,adv-rd-off-ns = <24>;
> +		gpmc,adv-wr-off-ns = <36>;
> +		gpmc,oe-on-ns = <6>;
> +		gpmc,oe-off-ns = <48>;
> +		gpmc,we-on-ns = <6>;
> +		gpmc,we-off-ns = <30>;
> +		gpmc,rd-cycle-ns = <72>;
> +		gpmc,wr-cycle-ns = <72>;
> +		gpmc,access-ns = <54>;
> +		gpmc,wr-access-ns = <30>;
>  
>  		partition at 0 {
>  			label = "xloader-nand";
> @@ -102,20 +102,20 @@
>  
>  		gpmc,device-width = <2>;
>  		gpmc,mux-add-data = <2>;
> -		gpmc,cs-on = <0>;
> -		gpmc,cs-rd-off = <84>;
> -		gpmc,cs-wr-off = <72>;
> -		gpmc,adv-on = <0>;
> -		gpmc,adv-rd-off = <18>;
> -		gpmc,adv-wr-off = <18>;
> -		gpmc,oe-on = <30>;
> -		gpmc,oe-off = <84>;
> -		gpmc,we-on = <0>;
> -		gpmc,we-off = <42>;
> -		gpmc,rd-cycle = <108>;
> -		gpmc,wr-cycle = <96>;
> -		gpmc,access = <78>;
> -		gpmc,wr-data-mux-bus = <30>;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <84>;
> +		gpmc,cs-wr-off-ns = <72>;
> +		gpmc,adv-on-ns = <0>;
> +		gpmc,adv-rd-off-ns = <18>;
> +		gpmc,adv-wr-off-ns = <18>;
> +		gpmc,oe-on-ns = <30>;
> +		gpmc,oe-off-ns = <84>;
> +		gpmc,we-on-ns = <0>;
> +		gpmc,we-off-ns = <42>;
> +		gpmc,rd-cycle-ns = <108>;
> +		gpmc,wr-cycle-ns = <96>;
> +		gpmc,access-ns = <78>;
> +		gpmc,wr-data-mux-bus-ns = <30>;
>  
>  		partition at 0 {
>  			label = "xloader-onenand";
> 

  parent reply	other threads:[~2013-04-08 12:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  1:17 [PATCH 1/3] ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties Jon Hunter
2013-04-08  1:17 ` Jon Hunter
2013-04-08  1:17 ` [PATCH 2/3] ARM: dts: Add NOR flash bindings for OMAP2420 H4 Jon Hunter
2013-04-08  1:17   ` Jon Hunter
2013-04-08  1:17 ` [PATCH 3/3] ARM: dts: Add OMAP3430 SDP NOR flash memory binding Jon Hunter
2013-04-08  1:17   ` Jon Hunter
2013-04-08  1:30   ` Jon Hunter
2013-04-08  1:30     ` Jon Hunter
2013-04-08 12:12 ` Benoit Cousson [this message]
2013-04-08 12:12   ` [PATCH 1/3] ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties Benoit Cousson

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=5162B43C.5000307@ti.com \
    --to=b-cousson@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=jon-hunter@ti.com \
    --cc=linux-arm-kernel@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 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.