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: Mon, 30 Nov 2015 08:46:18 -0800 Message-ID: <20151130164617.GC2517@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> <20151119002310.GF2517@atomide.com> <20151125183939.GM2517@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:49349 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752429AbbK3QqX (ORCPT ); Mon, 30 Nov 2015 11:46:23 -0500 Content-Disposition: inline In-Reply-To: <20151125183939.GM2517@atomide.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: Javier Martinez Canillas , "linux-kernel@vger.kernel.org" , Linux-OMAP , "linux-gpio@vger.kernel.org" * Tony Lindgren [151125 10:40]: > Linus, > > * Tony Lindgren [151118 16:25]: > > * 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. > > Care to ack this one? I'd like to apply this series for v4.5 within next > few days.. Applying this series today into omap-for-v4.5/dt. Regards, Tony