From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y9foo-0002aW-3h for linux-mtd@lists.infradead.org; Fri, 09 Jan 2015 20:06:02 +0000 Received: by mail-qc0-f179.google.com with SMTP id c9so10646911qcz.10 for ; Fri, 09 Jan 2015 12:05:39 -0800 (PST) Date: Fri, 9 Jan 2015 12:05:35 -0800 From: Brian Norris To: Ralf Baechle Subject: Re: [PATCH] mtd: nand: jz4740: Convert to GPIO descriptor API Message-ID: <20150109200535.GV9759@ld-irv-0074> References: <1417549706-28420-1-git-send-email-lars@metafoo.de> <20141215154408.GD9382@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141215154408.GD9382@linux-mips.org> Cc: linux-mips@linux-mips.org, Lars-Peter Clausen , David Woodhouse , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Dec 15, 2014 at 04:44:08PM +0100, Ralf Baechle wrote: > On Tue, Dec 02, 2014 at 08:48:26PM +0100, Lars-Peter Clausen wrote: > > > Use the GPIO descriptor API instead of the deprecated legacy GPIO API to > > manage the busy GPIO. > > > > The patch updates both the jz4740 nand driver and the only user of the driver > > the qi-lb60 board driver. > > > > Signed-off-by: Lars-Peter Clausen > > --- > > This patch should preferably be merged through the MTD tree with Ralf's ack for > > the MIPS bits. > > Acked-by: Ralf Baechle For MTD stuff: Acked-by: Brian Norris > Though in my experience MIPS-specific patches to non-arch/mips code receive > best testing in the MIPS tree. I don't mind this going in the MIPS tree. I doubt this driver will get much other activity in MTD soon, and you're likely quite right about MIPS testing. Let me know if you'd like to take it. If I don't hear back in a week or two, I'll take it via MTD. Brian