From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754349AbcL3OJq (ORCPT ); Fri, 30 Dec 2016 09:09:46 -0500 Received: from mail-qt0-f176.google.com ([209.85.216.176]:34962 "EHLO mail-qt0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754150AbcL3OJo (ORCPT ); Fri, 30 Dec 2016 09:09:44 -0500 MIME-Version: 1.0 In-Reply-To: <20161227172003.6517-4-tony@atomide.com> References: <20161227172003.6517-1-tony@atomide.com> <20161227172003.6517-4-tony@atomide.com> From: Linus Walleij Date: Fri, 30 Dec 2016 15:09:42 +0100 Message-ID: Subject: Re: [PATCH 3/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 On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can add generic helpers for function handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Patch applied! > +config GENERIC_PINMUX > + bool > + select PINMUX I applied the first that had GENERIC_PINCTRL instead, Then I went in and renamed this GENERIC_PINCTRL_GROUPS since that is what it's all about. Sent out as separate patch! Yours, Linus Walleij