From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Date: Wed, 18 Nov 2015 16:23:10 -0800 Message-ID: <20151119002310.GF2517@atomide.com> References: <1447390457-1158-1-git-send-email-javier@osg.samsung.com> <1447390457-1158-2-git-send-email-javier@osg.samsung.com> <564B30B1.4050902@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:47612 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755766AbbKSAXP (ORCPT ); Wed, 18 Nov 2015 19:23:15 -0500 Content-Disposition: inline In-Reply-To: <564B30B1.4050902@osg.samsung.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Javier Martinez Canillas Cc: Linus Walleij , "linux-kernel@vger.kernel.org" , Linux-OMAP , "linux-gpio@vger.kernel.org" * Javier Martinez Canillas [151117 05:51]: > Hello Linus, > > On 11/17/2015 10:47 AM, Linus Walleij wrote: > > On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas > > wrote: > > > >> The header file defines a set of macros > >> for different SoCs families that falls under the OMAP sub-arch, that > >> allow to define the padconf register physical address instead of the > >> register offset from the padconf base. > >> > >> But the am43xx and dra7xx SoCs families have their own pinctrl header > >> file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() > >> and DRA7XX_CORE_IOPAD() macros since is > >> not included. > >> > >> Move the macros to the correct header files so can be used by the DTS. > >> > >> Signed-off-by: Javier Martinez Canillas > > > > I need Tony's ACK on this. > > > > OK, I believe he was waiting for yours to pick the series though ;) Yeah probably best to keep this series together if you're OK with that. Regards, Tony