Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754286AbcL3Oc1 (ORCPT ); Fri, 30 Dec 2016 09:32:27 -0500 Received: from mail-qt0-f180.google.com ([209.85.216.180]:34364 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754052AbcL3OcZ (ORCPT ); Fri, 30 Dec 2016 09:32:25 -0500 MIME-Version: 1.0 In-Reply-To: <20161227172003.6517-5-tony@atomide.com> References: <20161227172003.6517-1-tony@atomide.com> <20161227172003.6517-5-tony@atomide.com> From: Linus Walleij Date: Fri, 30 Dec 2016 15:32:23 +0100 Message-ID: Subject: Re: [PATCH 4/5] pinctrl: single: Use generic pinctrl helpers 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: 305 Lines: 14 On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can now drop the driver specific code for managing groups. > > Signed-off-by: Tony Lindgren Patch applied! > + select GENERIC_PINCTRL Replaced this with GENERIC_PINCTRL_GROUPS Yours, Linus Walleij