From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754556AbcL3P5w (ORCPT ); Fri, 30 Dec 2016 10:57:52 -0500 Received: from muru.com ([72.249.23.125]:53884 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754365AbcL3P5u (ORCPT ); Fri, 30 Dec 2016 10:57:50 -0500 Date: Fri, 30 Dec 2016 07:57:40 -0800 From: Tony Lindgren To: Linus Walleij Cc: Haojian Zhuang , Masahiro Yamada , Grygorii Strashko , Nishanth Menon , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux-OMAP Subject: Re: [PATCH 2/5] pinctrl: core: Add generic pinctrl functions for managing groups Message-ID: <20161230155740.GA3940@atomide.com> References: <20161227172003.6517-1-tony@atomide.com> <20161227172003.6517-3-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Walleij [161230 06:12]: > On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > > > We can add generic helpers for pin group handling for cases where the pin > > controller driver does not need to use static arrays. > > > > Signed-off-by: Tony Lindgren > > Patch applied. > > > +config GENERIC_PINCTRL > > + bool > > Then I renamed *this* to GENERIC_PINCTRL_GROUPS. > (Not the other patch, I got confused because gmail threads the > second and third patch together, sorry.) Yeah OK nice, the renames make sense to me. > Let's see if I manage to rebase the next patch on this. I'll do some testing with your devel branch today to make sure things still work for me. Regards, Tony