Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932081Ab3FRJZy (ORCPT ); Tue, 18 Jun 2013 05:25:54 -0400 Received: from mail.abilis.ch ([195.70.19.74]:27361 "EHLO mail.abilis.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755528Ab3FRJZv convert rfc822-to-8bit (ORCPT ); Tue, 18 Jun 2013 05:25:51 -0400 Date: Tue, 18 Jun 2013 11:25:17 +0200 From: Christian Ruppert To: Linus Walleij Cc: Stephen Warren , Patrice CHOTARD , "linux-kernel@vger.kernel.org" , Grant Likely , Rob Herring , Rob Landley , Sascha Leuenberger , Pierrick Hascoet , "devicetree-discuss@lists.ozlabs.org" , "linux-doc@vger.kernel.org" , Alexandre Courbot Subject: Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib Message-ID: <20130618092516.GC18663@ab42.lan> References: <20130617160324.GA15853@ab42.lan> <1371485086-16016-1-git-send-email-christian.ruppert@abilis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2327 Lines: 52 On Tue, Jun 18, 2013 at 10:09:47AM +0200, Linus Walleij wrote: > On Mon, Jun 17, 2013 at 6:04 PM, Christian Ruppert > wrote: > > > This patch adds the infrastructure required to register non-linear gpio > > ranges through gpiolib and the standard GPIO device tree bindings. > > > > Signed-off-by: Christian Ruppert > > > Documentation/devicetree/bindings/gpio/gpio.txt | 44 ++++++++++++++++++ > > arch/arc/boot/dts/abilis_tb100.dtsi | 56 +++++++++++----------- > > arch/arc/boot/dts/abilis_tb101.dtsi | 56 +++++++++++----------- > > arch/arc/boot/dts/abilis_tb10x.dtsi | 3 +- > > drivers/gpio/gpiolib-of.c | 31 +++++++++--- > > drivers/gpio/gpiolib.c | 47 +++++++++++++++++++ > > drivers/pinctrl/core.c | 23 +++++++++ > > include/asm-generic/gpio.h | 10 ++++ > > include/linux/gpio.h | 9 ++++ > > include/linux/pinctrl/pinctrl.h | 3 + > > 10 files changed, 216 insertions(+), 66 deletions(-) > > Can you please split this patch in two? > > One altering drivers/* include/* and the Documentation/* > > And a separate patch to alter all the abilis trees? > > I do not maintain bisectability across device trees > to the rest of the kernel, as these trees are supposed > to be moved out of the kernel at some point. Hi Linus, In the follow up the complete patch series without the device tree modifications. I'll check their upstream separately with Vineet (ARC platform maintainer) when everything else is applied. Tell me if you would like to apply the device tree changes yourself nevertheless and I'll send a patch. Greetings, Christian -- Christian Ruppert , /| Tel: +41/(0)22 816 19-42 //| 3, Chemin du Pr?-Fleuri _// | bilis Systems CH-1228 Plan-les-Ouates -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/