From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [2a01:4f8:131:30e2::2] (helo=nbd.name) by casper.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T1kJL-0004Xs-4r for linux-mtd@lists.infradead.org; Wed, 15 Aug 2012 20:35:27 +0000 Message-ID: <502C07BC.5010302@openwrt.org> Date: Wed, 15 Aug 2012 22:34:04 +0200 From: John Crispin MIME-Version: 1.0 To: David Woodhouse Subject: Re: [PATCH 2/2] MTD: MIPS: lantiq: Add NAND support on Lantiq XWAY SoC. References: <1342940398-2162-1-git-send-email-blogic@openwrt.org> <1342940398-2162-2-git-send-email-blogic@openwrt.org> In-Reply-To: <1342940398-2162-2-git-send-email-blogic@openwrt.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, Ralf Baechle List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The driver uses plat_nand. As the platform_device is loaded from DT, we need > to lookup the node and attach our xway specific "struct platform_nand_data" > to it. > > Signed-off-by: John Crispin > Acked-by: Artem Bityutskiy > Cc: linux-mtd@lists.infradead.org > --- Hi David, is it ok if we have this patch go upstream via lmo for 3.7 ? John