From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH] pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work again Date: Thu, 6 Apr 2017 16:18:24 +0300 Message-ID: <20170406131824.GW2957@lahna.fi.intel.com> References: <20170329095932.73368-1-mika.westerberg@linux.intel.com> <20170330090047.GX2957@lahna.fi.intel.com> <20170406095948.GT2957@lahna.fi.intel.com> <6bcf8db2-626c-7934-a334-13b11fb7be68@arm.com> <20170406105059.GV2957@lahna.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga14.intel.com ([192.55.52.115]:8562 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934257AbdDFNVA (ORCPT ); Thu, 6 Apr 2017 09:21:00 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Marc Zyngier Cc: Linus Walleij , Grant Likely , Thomas Gleixner , Heikki Krogerus , Adam S Levy , Dmitry Torokhov , "linux-gpio@vger.kernel.org" On Thu, Apr 06, 2017 at 12:05:28PM +0100, Marc Zyngier wrote: > > There is a proper way to use GPIOs as interrupts in ACPI, namely GpioInt > > resource but it has not been used in that particular machine for some > > reason. > > OK, that explains it. One thing you could try would be to allocate the > domain as a legacy one, which allows you to specify the virtual > interrupt range you require. Not sure that's any better though. Yeah, then I would have to add a whole bunch of code to handle custom irqdomain just to support this one machine (fingers crossed that it is limited to only this particular machine). If no objections, I would rather stick to the approach used in this patch. I will just update the DMI strings to include BIOS version/date.