From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D1A7C433DF for ; Wed, 14 Oct 2020 09:04:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AAE1A20B1F for ; Wed, 14 Oct 2020 09:04:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="gNcdBKB1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728770AbgJNJEt (ORCPT ); Wed, 14 Oct 2020 05:04:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbgJNJEg (ORCPT ); Wed, 14 Oct 2020 05:04:36 -0400 Received: from mail-pj1-x1042.google.com (mail-pj1-x1042.google.com [IPv6:2607:f8b0:4864:20::1042]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBA99C041E68 for ; Tue, 13 Oct 2020 21:24:48 -0700 (PDT) Received: by mail-pj1-x1042.google.com with SMTP id hk7so875791pjb.2 for ; Tue, 13 Oct 2020 21:24:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=AZfLWyGTl31KGApeaDi3bN4KPnbuakbzFRMyuTlFyec=; b=gNcdBKB1Lo0CfGy4q7enHVUNr/IAJOMIXW92mMmiwQ3rjTC/hcIGxov0PWU5ftzwZU REtOFO4Mth3BxXRi3QH4fNqAibugb9QwVanAY9vdxLuZOtT+MPBDWJxHlBq0GLVkYOiB 4nhZhZO4IQIsT+nTqzUbm4ZTt9kCFO5TUHS8Zb6wOJYJxfNjgSBE2/O3qdo/4HDlVJOK CdwpHWNFDn8BTIytMjfXV3aZNJalEUDC+ZewaSxjN4hYGcQfUGpK5d2J4nAFmH8+gdL1 zTeu9TL8o6PyzaiWaOGrIoX3C1peqAuIsu5flQw3LpTzdjlq8PuIJfi3fMj0gX20J1jm Xd4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=AZfLWyGTl31KGApeaDi3bN4KPnbuakbzFRMyuTlFyec=; b=e6L4G8ge31CsuxVOW4B/h+mJ6yI62qYJR2iO2QdHpC9foGGei3inUo6RoupjLuO2so m/JiLlYlgt7C8RZZbWMEMPsqHThggSRRlXlp9J6bZdR0giEQVouDCFbz7f7SJODH34FX yxpcLBIPTC+eyALC41C5oRtqYEZR/LSTC/fx6l2cfujmWx085bNrIxOmXcdL9Cmk5z0G sxRdeDJGEA6khjN5Zmkeq3vHD+fZ/tV/aJCnnbZqhvlABSsW3ovzZuPxuEZdR5HqrQwO yDKeCyQd8QfX8s9WSbpDG2vFDqXj1NXfc+CwN4eeBNck7sw5IQsuBpl6BqryG6aFrOKF 750w== X-Gm-Message-State: AOAM531wopDOVmXyJdtoRVG/Soy6WM2s0/2mToRP91a53dUNPuAg/Lkg hoT0SzxaO3k7tu9UYpU78Og= X-Google-Smtp-Source: ABdhPJz/3uU9JeVMPcgtc2kfgNzKrjDQRcP0UHP+4jnhb/JX4S5WrygqyqZ1/g3ZdpjIXgP4DuVvtA== X-Received: by 2002:a17:902:7fcd:b029:d3:f037:d9dc with SMTP id t13-20020a1709027fcdb02900d3f037d9dcmr2484681plb.79.1602649488198; Tue, 13 Oct 2020 21:24:48 -0700 (PDT) Received: from localhost ([2001:e42:102:1532:160:16:113:140]) by smtp.gmail.com with ESMTPSA id w19sm1457746pff.6.2020.10.13.21.24.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Oct 2020 21:24:46 -0700 (PDT) From: Coiby Xu X-Google-Original-From: Coiby Xu Date: Wed, 14 Oct 2020 12:24:20 +0800 To: Hans de Goede Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , wang jun , Nehal Shah , Shyam Sundar S K , linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: Any other ways to debug GPIO interrupt controller (pinctrl-amd) for broken touchpads of a new laptop model? Message-ID: <20201014042420.fkkyabmrkiekpmfw@Rk> References: <20201002224502.vn3ooodrxrblwauu@Rk> <34cecd8e-ffa7-c2bc-8ce3-575db47ff455@redhat.com> <20201003230340.42mtl35n4ka4d5qw@Rk> <20201004051644.f3fg2oavbobrwhf6@Rk> <20201006044941.fdjsp346kc5thyzy@Rk> <20201006083157.3pg6zvju5buxspns@Rk> <69853d2b-239c-79d5-bf6f-7dc0eec65602@redhat.com> <4f02cbdf-e1dd-b138-4975-118dd4f86089@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Oct 06, 2020 at 11:29:40AM +0200, Hans de Goede wrote: > > >On 10/6/20 11:28 AM, Hans de Goede wrote: >>Hi, >> >>On 10/6/20 10:55 AM, Hans de Goede wrote: >>>Hi, >>> >>>On 10/6/20 10:31 AM, Coiby Xu wrote: >>>>On Tue, Oct 06, 2020 at 08:28:40AM +0200, Hans de Goede wrote: >>>>>Hi, >>>>> >>>>>On 10/6/20 6:49 AM, Coiby Xu wrote: >>>>>>Hi Hans and Linus, >>>>>> >>>>>>I've found the direct evidence proving the GPIO interrupt controller is >>>>>>malfunctioning. >>>>>> >>>>>>I've found a way to let the GPIO chip trigger an interrupt by accident >>>>>>when playing with the GPIO sysfs interface, >>>>>> >>>>>> - export pin130 which is used by the touchad >>>>>> - set the direction to be "out" >>>>>> - `echo 0 > value` will trigger the GPIO controller's parent irq and >>>>>>   "echo 1 > value" will make it stop firing >>>>>> >>>>>>(I'm not sure if this is yet another bug of the GPIO chip. Anyway I can >>>>>>manually trigger an interrupt now.) >>>>>> >>>>>>I wrote a C program is to let GPIO controller quickly generate some >>>>>>interrupts then disable the firing of interrupts by toggling pin#130's >>>>>>value with an specified time interval, i.e., set the value to 0 first >>>>>>and then after some time, re-set the value to 1. There is no interrupt >>>>>>firing unless time internal > 120ms (~7Hz). This explains why we can >>>>>>only see 7 interrupts for the GPIO controller's parent irq. >>>>> >>>>>That is a great find, well done. >>>>> >>>>>>My hypothesis is the GPIO doesn't have proper power setting so it stays >>>>>>in an idle state or its clock frequency is too low by default thus not >>>>>>quick enough to read interrupt input. Then pinctrl-amd must miss some >>>>>>code to configure the chip and I need a hardware reference manual of this >>>>>>GPIO chip (HID: AMDI0030) or reverse-engineer the driver for Windows >>>>>>since I couldn't find a copy of reference manual online? What would you >>>>>>suggest? >>>>> >>>>>This sounds like it might have something to do with the glitch filter. >>>>>The code in pinctrl-amd.c to setup the trigger-type also configures >>>>>the glitch filter, you could try changing that code to disable the >>>>>glitch-filter. The defines for setting the glitch-filter bits to >>>>>disabled are already there. >>>>> >>>> >>>>Disabling the glitch filter works like a charm! Other enthusiastic >>>>Linux users who have been troubled by this issue for months would >>>>also feel great to know this small tweaking could bring their >>>>touchpad back to life:) Thank you! >>> >>>That is good to hear, I'm glad that we have finally found a solution. >>> >>>>$ git diff >>>>diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c >>>>index 9a760f5cd7ed..e786d779d6c8 100644 >>>>--- a/drivers/pinctrl/pinctrl-amd.c >>>>+++ b/drivers/pinctrl/pinctrl-amd.c >>>>@@ -463,7 +463,7 @@ static int amd_gpio_irq_set_type(struct irq_data *d, unsigned int type) >>>>                 pin_reg &= ~(ACTIVE_LEVEL_MASK << ACTIVE_LEVEL_OFF); >>>>                 pin_reg |= ACTIVE_LOW << ACTIVE_LEVEL_OFF; >>>>                 pin_reg &= ~(DB_CNTRl_MASK << DB_CNTRL_OFF); >>>>-               pin_reg |= DB_TYPE_PRESERVE_HIGH_GLITCH << DB_CNTRL_OFF; >>>>+               /** pin_reg |= DB_TYPE_PRESERVE_HIGH_GLITCH << DB_CNTRL_OFF; */ >>>>                 irq_set_handler_locked(d, handle_level_irq); >>>>                 break; >>>> >>>>I will learn more about the glitch filter and the implementation of >>>>pinctrl and see if I can disable glitch filter only for this touchpad. >>> >>>The glitch filter likely also has settings for how long a glitch >>>lasts, which apparently goes all the way up to 120ms. If it would >>>only delay reporting by say 0.1ms and consider any pulse longer >>>then 0.1s not a glitch, then having it enabled would be fine. >>> >>>I don't think we want some sort of quirk here to only disable the >>>glitch filter for some touchpads. One approach might be to simply >>>disable it completely for level type irqs. >>> >>>What we really need here is some input from AMD engineers with how >>>this is all supposed to work. >>> >>>E.g. maybe the glitch-filter is setup by the BIOS and we should not >>>touch it all ? >>> >>>Or maybe instead of DB_TYPE_PRESERVE_HIGH_GLITCH low level interrupts >>>should use DB_TYPE_PRESERVE_LOW_GLITCH ?   Some docs for the hw >>>would really help here ... >> >>So I've been digging through the history of the pinctrl-amd.c driver >>and once upon a time it used to set a default debounce time of >>2.75 ms. >> >>See the patch generated by doing: >> >>git format-patch 8cf4345575a416e6856a6856ac6eaa31ad883126~..8cf4345575a416e6856a6856ac6eaa31ad883126 >> >>In a linux kernel checkout. >> >>So it would be interesting to add a debugging printk to see >>what the value of pin_reg & DB_TMR_OUT_MASK is for the troublesome >>GPIO. >> >>I guess that it might be all 1s (0xfffffffff) or some such which >>might be a way to check that we should disable the glitch-filter >>for this pin? > >p.s. > >Or maybe we should simply stop touching all the glitch-filter >related bits, in the same way as that old commit has already >removed the code setting the timing of the filter ? > >At least is seems that forcing the filter to be on without >sanitizing the de-bounce time is not a good idea. > Today I find an inconsistency in drivers/pinctrl/pinctrl-amd.c so there must be a bug. As far as I can understand pinctrl-amd, "pin_reg & ~DB_CNTRl_MASK" is used to mask out the debouncing feature, static int amd_gpio_set_debounce(struct gpio_chip *gc, unsigned offset, unsigned debounce) { ... if (debounce) { ... if (debounce < 61) { pin_reg |= 1; pin_reg &= ~BIT(DB_TMR_OUT_UNIT_OFF); pin_reg &= ~BIT(DB_TMR_LARGE_OFF); ... } else if (debounce < 1000000) { time = debounce / 62500; pin_reg |= time & DB_TMR_OUT_MASK; pin_reg |= BIT(DB_TMR_OUT_UNIT_OFF); pin_reg |= BIT(DB_TMR_LARGE_OFF); } else { pin_reg &= ~DB_CNTRl_MASK; ret = -EINVAL; } } else { ... pin_reg &= ~DB_CNTRl_MASK; } ... } However in amd_gpio_irq_set_type, "ping_reg & ~(DB_CNTRl_MASK << DB_CNTRL_OFF)" is used, static int amd_gpio_irq_set_type(struct irq_data *d, unsigned int type) { ... case IRQ_TYPE_LEVEL_LOW: pin_reg |= LEVEL_TRIGGER << LEVEL_TRIG_OFF; pin_reg &= ~(ACTIVE_LEVEL_MASK << ACTIVE_LEVEL_OFF); pin_reg |= ACTIVE_LOW << ACTIVE_LEVEL_OFF; pin_reg &= ~(DB_CNTRl_MASK << DB_CNTRL_OFF); pin_reg |= DB_TYPE_PRESERVE_HIGH_GLITCH << DB_CNTRL_OFF; irq_set_handler_locked(d, handle_level_irq); break; ... } If "pin_reg & ~DB_CNTRl_MASK" is used instead, the touchpad will work flawlessly. So I believe "pin_reg & ~DB_CNTRl_MASK" is the correct way to mask out the debouncing filter and the bug lies in amd_gpio_set_type. Btw, can you explain what's the difference between glitch filter and debouncing filter? Or can you point to some references? I've gain some experience about how to configure the GPIO controller by studying the code of pinctrl-amd and pinctrl-baytrail (I can't find the hardware reference manual for baytrail either). I also tweaked the configuration in pinctrl-amd, for example, setting the debounce timeout to 976 usec and 3.9 msec without disabling the glitch filter could also save the touchpad. But I need some knowledge to understand why this touchpad [1] which also uses the buggy pinctrl-amd isn't affected. [1] https://github.com/Syniurge/i2c-amd-mp2/issues/11#issuecomment-707427095 >Regards, > >Hans > -- Best regards, Coiby