All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: <computersforpeace@gmail.com>, <ezequiel@vanguardiasur.com.ar>,
	<javier@dowhile0.org>, <fcooper@ti.com>, <nsekhar@ti.com>,
	<linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v7 0/9] ARM: dts: omap2+: GPMC NAND node fixes
Date: Mon, 29 Feb 2016 18:13:48 +0200	[thread overview]
Message-ID: <56D46E3C.5000908@ti.com> (raw)
In-Reply-To: <20160226184431.GB13417@atomide.com>

Tony,

On 26/02/16 20:44, Tony Lindgren wrote:
> Hi,
> 
> * Roger Quadros <rogerq@ti.com> [160223 08:37]:
>> Hi Tony,
>>
>> These patches are a preparatory step towards the NAND DT cleanup
>> done in [1].
> 
> OK great NAND keeps working for me. I've pushed these into an
> immutable branch against v4.5-r1 named omap-for-v4.6/dt-gpmc.
> 
> I have also merged that branch into omap-for-v4.6/dt.
> 
> Please feel free to use omap-for-v4.6/dt-gpmc branch as an
> immutable base for the GPMC driver changes.

Thanks.

> 
> And please let me know what additional patches I may need to
> apply into omap-for-v4.6/dt for new files that are not in
> omap-for-v4.6/dt-gpmc.

We need to fix the following
gpmc node in dm814x.dtsi + nand node in dra62x-j5eco-evm.dts + nand node in dm8148-evm.


> 
> Note that I also fixed two typos below:

Thanks :)

cheers,
-roger

> 
>> Roger Quadros (9):
>>   ARM: dts: dra7: Fix NAND device nodes.
> 
> I removed the trailing period here.
> 
>>   ARM: dts: dra7: Remove redundant nand property
>>   ARM: dts: am437x: Fix NAND device nodes
>>   ARM: dts: am437x: Disable wait pin monitoring for NAND
>>   ARM: dts: am335x: Fix NAND device nodes
>>   ARM: dts: am335x: Disable wait pin monitoring for NAND
>>   ARM: dts: dm816x: Fix NAND device nodes
>>   ARM: dts: dm8168-evm: ARM: dts: Disable wait pin monitoring for NAND
>>   ARM: dts: omap3: Fix NAND device nodess
> 
> I removed the extra s in nodes here.
> 
> Regards,
> 
> Tony
> 

WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
To: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org,
	javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org,
	fcooper-l0cyMroinI0@public.gmane.org,
	nsekhar-l0cyMroinI0@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v7 0/9] ARM: dts: omap2+: GPMC NAND node fixes
Date: Mon, 29 Feb 2016 18:13:48 +0200	[thread overview]
Message-ID: <56D46E3C.5000908@ti.com> (raw)
In-Reply-To: <20160226184431.GB13417-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>

Tony,

On 26/02/16 20:44, Tony Lindgren wrote:
> Hi,
> 
> * Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> [160223 08:37]:
>> Hi Tony,
>>
>> These patches are a preparatory step towards the NAND DT cleanup
>> done in [1].
> 
> OK great NAND keeps working for me. I've pushed these into an
> immutable branch against v4.5-r1 named omap-for-v4.6/dt-gpmc.
> 
> I have also merged that branch into omap-for-v4.6/dt.
> 
> Please feel free to use omap-for-v4.6/dt-gpmc branch as an
> immutable base for the GPMC driver changes.

Thanks.

> 
> And please let me know what additional patches I may need to
> apply into omap-for-v4.6/dt for new files that are not in
> omap-for-v4.6/dt-gpmc.

We need to fix the following
gpmc node in dm814x.dtsi + nand node in dra62x-j5eco-evm.dts + nand node in dm8148-evm.


> 
> Note that I also fixed two typos below:

Thanks :)

cheers,
-roger

> 
>> Roger Quadros (9):
>>   ARM: dts: dra7: Fix NAND device nodes.
> 
> I removed the trailing period here.
> 
>>   ARM: dts: dra7: Remove redundant nand property
>>   ARM: dts: am437x: Fix NAND device nodes
>>   ARM: dts: am437x: Disable wait pin monitoring for NAND
>>   ARM: dts: am335x: Fix NAND device nodes
>>   ARM: dts: am335x: Disable wait pin monitoring for NAND
>>   ARM: dts: dm816x: Fix NAND device nodes
>>   ARM: dts: dm8168-evm: ARM: dts: Disable wait pin monitoring for NAND
>>   ARM: dts: omap3: Fix NAND device nodess
> 
> I removed the extra s in nodes here.
> 
> Regards,
> 
> Tony
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-02-29 16:14 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23 16:37 [PATCH v7 0/9] ARM: dts: omap2+: GPMC NAND node fixes Roger Quadros
2016-02-23 16:37 ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 1/9] ARM: dts: dra7: Fix NAND device nodes Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 2/9] ARM: dts: dra7: Remove redundant nand property Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 3/9] ARM: dts: am437x: Fix NAND device nodes Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 4/9] ARM: dts: am437x: Disable wait pin monitoring for NAND Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 5/9] ARM: dts: am335x: Fix NAND device nodes Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 6/9] ARM: dts: am335x: Disable wait pin monitoring for NAND Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 7/9] ARM: dts: dm816x: Fix NAND device nodes Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 8/9] ARM: dts: dm8168-evm: ARM: dts: Disable wait pin monitoring for NAND Roger Quadros
2016-02-23 16:37   ` Roger Quadros
2016-02-23 16:37 ` [PATCH v7 9/9] ARM: dts: omap3: Fix NAND device nodess Roger Quadros
2016-02-23 16:37   ` Roger Quadros
     [not found]   ` <CAHCN7xJqzgtuSW4KK93tHQh2WVRE4L5Zh6+5sGM+DZGU4qy5zg@mail.gmail.com>
2016-11-24 10:49     ` Roger Quadros
2016-11-24 10:49       ` Roger Quadros
2016-02-26 18:44 ` [PATCH v7 0/9] ARM: dts: omap2+: GPMC NAND node fixes Tony Lindgren
2016-02-29 16:13   ` Roger Quadros [this message]
2016-02-29 16:13     ` Roger Quadros
2016-02-29 17:17     ` Tony Lindgren
2016-02-29 17:17       ` 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=56D46E3C.5000908@ti.com \
    --to=rogerq@ti.com \
    --cc=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=fcooper@ti.com \
    --cc=javier@dowhile0.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --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.