From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 09 Jan 2015 21:05:46 +0100 (CET) Received: from mail-qg0-f42.google.com ([209.85.192.42]:56696 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011023AbbAIUFpH8aOc (ORCPT ); Fri, 9 Jan 2015 21:05:45 +0100 Received: by mail-qg0-f42.google.com with SMTP id q108so10611081qgd.1; Fri, 09 Jan 2015 12:05:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8OHzoNgwGtNUscV+21ewcemY8sBDW4k2XN8tFD22oz8=; b=MUTyE5hEW5amWXer1I7/rQphQ2amGXjl4ChnWWiD3AHl5tRW/74M3dHK/xOv0o73co MAMieLZttuExVuXr2EYrlocG7YDfkDDxGcbDauQVz3iQyiJL038Bxo85ETDM8Wq4kGPW +a0DxkcbdohBTJFHEmHRy50ysaPH20+u1l/UyWR+1CssGWf3U4+5BZ2h2PZk/ooNjJ+4 dU5j/w4NeNyRjhZln9pYWimTwsW7kThJwNz27t8i+G5Vmt7iHvGquK+JglgeB6Q/9YXj gQd4UsZtAIiAV02Zkbp42OZNGHRdyOpXIZibMqHN94UFO7bDP/jwrdp/Sx3KG+j40T9u jtFg== X-Received: by 10.140.97.7 with SMTP id l7mr28973949qge.66.1420833939289; Fri, 09 Jan 2015 12:05:39 -0800 (PST) Received: from ld-irv-0074 (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id f77sm7849400qgd.49.2015.01.09.12.05.37 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 09 Jan 2015 12:05:38 -0800 (PST) Date: Fri, 9 Jan 2015 12:05:35 -0800 From: Brian Norris To: Ralf Baechle Cc: Lars-Peter Clausen , linux-mips@linux-mips.org, David Woodhouse , linux-mtd@lists.infradead.org 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> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 45040 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: computersforpeace@gmail.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 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