From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 3/4] ARM: ep93xx: move pinctrl interfaces into include/linux/soc Date: Tue, 23 Apr 2019 12:41:00 +0200 Message-ID: References: <20190415192734.935387-1-arnd@arndb.de> <20190415192734.935387-3-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190415192734.935387-3-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: Hartley Sweeten , Alexander Sverdlin , Bartlomiej Zolnierkiewicz , Jens Axboe , Dmitry Torokhov , Thierry Reding , Mark Brown , Olof Johansson , Linux ARM , "linux-kernel@vger.kernel.org" , linux-ide@vger.kernel.org, Linux Input , linux-pwm@vger.kernel.org, "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." List-Id: linux-input@vger.kernel.org On Mon, Apr 15, 2019 at 9:30 PM Arnd Bergmann wrote: > ep93xx does not have a proper pinctrl driver, but does things > ad-hoc through mach/platform.h, which is also used for setting > up the boards. > > To avoid using mach/*.h headers completely, let's move the interfaces > into include/linux/soc/. This is far from great, but gets the job > done here, without the need for a proper pinctrl driver. > > Signed-off-by: Arnd Bergmann Acked-by: Linus Walleij Yours, Linus Walleij