From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Date: Fri, 12 May 2017 17:00:15 +0000 Subject: Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs Message-Id: <421a30e7-1bfc-b1de-6db8-96216a65adcf@crapouillou.net> List-Id: References: <20170402204244.14216-2-paul@crapouillou.net> <20170428200824.10906-1-paul@crapouillou.net> <20170428200824.10906-6-paul@crapouillou.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Walleij 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" Hi, On 11/05/2017 13:08, Linus Walleij wrote: > 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 > It is very unlikely that those patches will cause merge failures if you merge it in your tree, these drivers are touched very rarely; so I'd say you can merge them. But to be sure I'd like Ralf's input on that. Regards, -Paul