From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 15 Dec 2014 16:44:20 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:47358 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27008819AbaLOPoSxzh0y (ORCPT ); Mon, 15 Dec 2014 16:44:18 +0100 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.8/8.14.8) with ESMTP id sBFFiANR026656; Mon, 15 Dec 2014 16:44:10 +0100 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.8/8.14.8/Submit) id sBFFi89Z026654; Mon, 15 Dec 2014 16:44:08 +0100 Date: Mon, 15 Dec 2014 16:44:08 +0100 From: Ralf Baechle To: Lars-Peter Clausen Cc: Brian Norris , David Woodhouse , linux-mips@linux-mips.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH] mtd: nand: jz4740: Convert to GPIO descriptor API Message-ID: <20141215154408.GD9382@linux-mips.org> References: <1417549706-28420-1-git-send-email-lars@metafoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417549706-28420-1-git-send-email-lars@metafoo.de> User-Agent: Mutt/1.5.23 (2014-03-12) 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: 44678 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: ralf@linux-mips.org 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 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 Though in my experience MIPS-specific patches to non-arch/mips code receive best testing in the MIPS tree. Cheers, Ralf