From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756233AbcB2QOB (ORCPT ); Mon, 29 Feb 2016 11:14:01 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:39458 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755071AbcB2QN6 (ORCPT ); Mon, 29 Feb 2016 11:13:58 -0500 Subject: Re: [PATCH v7 0/9] ARM: dts: omap2+: GPMC NAND node fixes To: Tony Lindgren References: <1456245445-31824-1-git-send-email-rogerq@ti.com> <20160226184431.GB13417@atomide.com> CC: , , , , , , , From: Roger Quadros Message-ID: <56D46E3C.5000908@ti.com> Date: Mon, 29 Feb 2016 18:13:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160226184431.GB13417@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tony, On 26/02/16 20:44, Tony Lindgren wrote: > Hi, > > * Roger Quadros [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 >