From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752230AbbKYSjx (ORCPT ); Wed, 25 Nov 2015 13:39:53 -0500 Received: from muru.com ([72.249.23.125]:48539 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbbKYSjp (ORCPT ); Wed, 25 Nov 2015 13:39:45 -0500 Date: Wed, 25 Nov 2015 10:39:40 -0800 From: Tony Lindgren To: Linus Walleij Cc: Javier Martinez Canillas , "linux-kernel@vger.kernel.org" , Linux-OMAP , "linux-gpio@vger.kernel.org" Subject: Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Message-ID: <20151125183939.GM2517@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151119002310.GF2517@atomide.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.. Regards, Tony