From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs Date: Thu, 11 May 2017 13:08:55 +0200 Message-ID: References: <20170402204244.14216-2-paul@crapouillou.net> <20170428200824.10906-1-paul@crapouillou.net> <20170428200824.10906-6-paul@crapouillou.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170428200824.10906-6-paul@crapouillou.net> Sender: linux-pwm-owner@vger.kernel.org To: Paul Cercueil Cc: Alexandre Courbot , Rob Herring , Mark Rutland , Ralf Baechle , Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , James Hogan , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux MIPS , "linux-mmc@vger.kernel.org" "linux-mtd@lists.infradead.org"
  • List-Id: linux-gpio@vger.kernel.org On Fri, Apr 28, 2017 at 10:08 PM, Paul Cercueil wrote: > There is a pinctrl driver for each of the Ingenic SoCs supported by the > upstream Linux kernel. In order to switch away from the old GPIO > platform code, we now enable the pinctrl drivers by default for the > Ingenic SoCs. > > Signed-off-by: Paul Cercueil > --- > arch/mips/Kconfig | 1 + So please tell me your desired merge strategy for these bits. I can provide an immutable branch for pinctrl if you want to pull the deps in or we can just merge this orthogonally in the MIPS tree and let things smoothen together in the merge window. This goes for everything outside of pinctrl/gpio. If I should merge patches for other subsystems I need ACKs from the maintainers of MIPS etc. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755375AbdEKLJA (ORCPT ); Thu, 11 May 2017 07:09:00 -0400 Received: from mail-io0-f174.google.com ([209.85.223.174]:34740 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754733AbdEKLI4 (ORCPT ); Thu, 11 May 2017 07:08:56 -0400 MIME-Version: 1.0 In-Reply-To: <20170428200824.10906-6-paul@crapouillou.net> References: <20170402204244.14216-2-paul@crapouillou.net> <20170428200824.10906-1-paul@crapouillou.net> <20170428200824.10906-6-paul@crapouillou.net> From: Linus Walleij Date: Thu, 11 May 2017 13:08:55 +0200 Message-ID: Subject: Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs To: Paul Cercueil Cc: Alexandre Courbot , Rob Herring , Mark Rutland , Ralf Baechle , Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , James Hogan , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux MIPS , "linux-mmc@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "linux-pwm@vger.kernel.org" , "linux-fbdev@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 28, 2017 at 10:08 PM, Paul Cercueil wrote: > There is a pinctrl driver for each of the Ingenic SoCs supported by the > upstream Linux kernel. In order to switch away from the old GPIO > platform code, we now enable the pinctrl drivers by default for the > Ingenic SoCs. > > Signed-off-by: Paul Cercueil > --- > arch/mips/Kconfig | 1 + So please tell me your desired merge strategy for these bits. I can provide an immutable branch for pinctrl if you want to pull the deps in or we can just merge this orthogonally in the MIPS tree and let things smoothen together in the merge window. This goes for everything outside of pinctrl/gpio. If I should merge patches for other subsystems I need ACKs from the maintainers of MIPS etc. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Thu, 11 May 2017 11:08:55 +0000 Subject: Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs Message-Id: List-Id: References: <20170402204244.14216-2-paul@crapouillou.net> <20170428200824.10906-1-paul@crapouillou.net> <20170428200824.10906-6-paul@crapouillou.net> In-Reply-To: <20170428200824.10906-6-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Cercueil Cc: Alexandre Courbot , Rob Herring , Mark Rutland , Ralf Baechle , Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , James Hogan , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux MIPS , "linux-mmc@vger.kernel.org" "linux-mtd@lists.infradead.org"
  • On Fri, Apr 28, 2017 at 10:08 PM, Paul Cercueil wrote: > There is a pinctrl driver for each of the Ingenic SoCs supported by the > upstream Linux kernel. In order to switch away from the old GPIO > platform code, we now enable the pinctrl drivers by default for the > Ingenic SoCs. > > Signed-off-by: Paul Cercueil > --- > arch/mips/Kconfig | 1 + So please tell me your desired merge strategy for these bits. I can provide an immutable branch for pinctrl if you want to pull the deps in or we can just merge this orthogonally in the MIPS tree and let things smoothen together in the merge window. This goes for everything outside of pinctrl/gpio. If I should merge patches for other subsystems I need ACKs from the maintainers of MIPS etc. Yours, Linus Walleij