From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 01/10] ARM: OMAP1: ams-delta: drop GPIO lookup table for serio device Date: Tue, 12 Jun 2018 21:41:52 -0700 Message-ID: <20180613044152.GB112168@atomide.com> References: <20180609140224.32606-1-jmkrzyszt@gmail.com> <20180612222356.GD38773@dtor-ws> <69494657.T0PeNZxiFJ@z50> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <69494657.T0PeNZxiFJ@z50> Sender: linux-kernel-owner@vger.kernel.org To: Janusz Krzysztofik Cc: Dmitry Torokhov , linux-omap@vger.kernel.org, Aaro Koskinen , "David S . Miller" , Mauro Carvalho Chehab , Greg Kroah-Hartman , Andrew Morton , Randy Dunlap , Liam Girdwood , Mark Brown , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-input@vger.kernel.org * Janusz Krzysztofik [180613 01:18]: > On Wednesday, June 13, 2018 12:23:56 AM CEST Dmitry Torokhov wrote: > > Hi Janusz, > > > > On Sat, Jun 09, 2018 at 04:02:15PM +0200, Janusz Krzysztofik wrote: > > > GPIO lookup table for ams-delta-serio device was introduced by commit > > > 0486738928bf ("ARM: OMAP1: ams-delta: add GPIO lookup tables"). > > > Unfortunately, a follow up patch "Input: ams_delta_serio: use GPIO > > > lookup table" was not accepted by subystem maintainer who requested > > > conversion of the driver to a platform driver, replacepemnt of IRQ GPIO > > > pin with IRQ resource, replacement of GPIO pin providing keyboard power > > > with a regulator and removal of remaining GPIO pins from the driver as > > > not handled by it. > > > > > > Let's start with removal of no the longer needed GPIO lookup table from > > > the board init file. > > > > > > Series created and tested on top of next-20180608 tag from linux-next > > > tree. > > > > This all is really nice (modulo a couple of questions), thank you for > > implementing this. How do you want to merge this? Through OMAP tree or > > input? > > Hi Dmitry, > > If Tony doesn't mind, I would prefer it merged through OMAP tree as I still > have a few board patches built on top of it in my queue. Works for me once Dmitry is happy with the patches. Regards, Tony