Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754315AbcL3OMI (ORCPT ); Fri, 30 Dec 2016 09:12:08 -0500 Received: from mail-qt0-f169.google.com ([209.85.216.169]:33061 "EHLO mail-qt0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754164AbcL3OMF (ORCPT ); Fri, 30 Dec 2016 09:12:05 -0500 MIME-Version: 1.0 In-Reply-To: <20161227172003.6517-3-tony@atomide.com> References: <20161227172003.6517-1-tony@atomide.com> <20161227172003.6517-3-tony@atomide.com> From: Linus Walleij Date: Fri, 30 Dec 2016 15:12:04 +0100 Message-ID: Subject: Re: [PATCH 2/5] pinctrl: core: Add generic pinctrl functions for managing groups To: Tony Lindgren 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 549 Lines: 20 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.) Let's see if I manage to rebase the next patch on this. Yours, Linus Walleij