Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313Ab3FRIJw (ORCPT ); Tue, 18 Jun 2013 04:09:52 -0400 Received: from mail-ob0-f179.google.com ([209.85.214.179]:40864 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753700Ab3FRIJr (ORCPT ); Tue, 18 Jun 2013 04:09:47 -0400 MIME-Version: 1.0 In-Reply-To: <1371485086-16016-1-git-send-email-christian.ruppert@abilis.com> References: <20130617160324.GA15853@ab42.lan> <1371485086-16016-1-git-send-email-christian.ruppert@abilis.com> Date: Tue, 18 Jun 2013 10:09:47 +0200 Message-ID: Subject: Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib From: Linus Walleij To: Christian Ruppert 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 Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1633 Lines: 37 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. Yours, Linus Walleij -- 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/