From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758650AbcIHQ2s (ORCPT ); Thu, 8 Sep 2016 12:28:48 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:36686 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754582AbcIHQ2q (ORCPT ); Thu, 8 Sep 2016 12:28:46 -0400 Date: Fri, 9 Sep 2016 00:28:43 +0800 From: Phidias Chiang To: Mika Westerberg Cc: Anisse Astier , Linus Walleij , Heikki Krogerus , Yu C Chen , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] pinctrl: cherryview: Do not mask all interrupts on probe Message-ID: <20160908162843.GB22716@ktx> References: <20150602141520.GE4057@lahna.fi.intel.com> <20160817081344.GM30827@lahna.fi.intel.com> <20160818121328.GE30827@lahna.fi.intel.com> <20160818135813.GJ30827@lahna.fi.intel.com> <20160908101303.GA22716@ktx> <20160908102402.GC15313@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160908102402.GC15313@lahna.fi.intel.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 On Thu, Sep 08, 2016 at 01:24:02PM +0300, Mika Westerberg wrote: > On Thu, Sep 08, 2016 at 06:13:03PM +0800, Phidias Chiang wrote: > > On Thu, Aug 18, 2016 at 04:58:13PM +0300, Mika Westerberg wrote: > > > On Thu, Aug 18, 2016 at 03:52:57PM +0200, Anisse Astier wrote: > > > > On Thu, Aug 18, 2016 at 2:13 PM, Mika Westerberg > > > > wrote: > > > > > On Wed, Aug 17, 2016 at 03:42:58PM +0200, Anisse Astier wrote: > > > > >> pin 25 (GPIO_SUS6) GPIO ctrl0 0xec918201 ctrl1 0x05c00001 > > > > > > > > > > It is this one (GPIO_SUS6). > > > > > > > > > > I wonder if we can relax the driver so that it only masks pins which are > > > > > not configured to generate interrupts by the BIOS. I quickly tried > > > > > following on one Braswell machine and it did not generate spurious > > > > > interrupts. > > > > > > > > > > Can you check if this works for you? > > > > > > > > I tried it, your patch is working. It gives the same result as not > > > > clearing the north community. I receive the ACPI events. > > > > > > OK, thanks for testing. > > > > > > I'll make a formal patch and submit it with you CC'd. Let's hope it will > > > not break anything :) > > > > Hi, we've also found this issue on HP X360, but both patches don't work > > with on it. > > > > My current workaround is to save INTMASK before clearing then restore > > it after, but I'm not sure if there's any side-effect by doing so. > > Did you try the latest patch here? > > https://patchwork.ozlabs.org/patch/661413/ yes, that, including another patch in this thread. I inserted some debug message and found out INTMASK was still cleared after `gpiochip_irqchip_add`, hope it helps.