From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754523AbcL3QAD (ORCPT ); Fri, 30 Dec 2016 11:00:03 -0500 Received: from muru.com ([72.249.23.125]:53900 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753848AbcL3QAB (ORCPT ); Fri, 30 Dec 2016 11:00:01 -0500 Date: Fri, 30 Dec 2016 07:59:57 -0800 From: Tony Lindgren To: Gary Bisson Cc: Linus Walleij , 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: [PATCHv2 0/5] Add generic pinctrl helpers for managing groups and function Message-ID: <20161230155957.GB3940@atomide.com> References: <20161227172003.6517-1-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 * Gary Bisson [161230 07:43]: > Hi Linus, > > On Fri, Dec 30, 2016 at 3:39 PM, Linus Walleij wrote: > > On Tue, Dec 27, 2016 at 6:19 PM, Tony Lindgren wrote: > > > >> Here are some changes to add generic helpers for managing pinctrl groups and > >> functions. > > > > I applied it, screwed around with it and pushed to the build servers to see > > if it survived. > > > > I really like the look of this and I hope lots of driver start to use it. > > > > Gary, I just applied your radix patches for i.MX, can you look if you can > > use the GENERIC_PINCTRL_GROUPS and GENERIC_PINMUX_FUCNTIONS > > that Tony invented and that I just merged to my devel branch in the > > pinctrl tree? > > Yes I will have a look. It does sound like a good idea. I'll share my > findings beginning of next week. OK great. Note that we may be able to come up also with a generic iterator function for the node_to_map functions so maybe see if you come up with some ideas for that while experimenting :) Tony