Bug 215664
Summary: | Discrepancy between ACPI DebounceTimeout and Intel Pinctrl driver | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kai-Heng Feng (kai.heng.feng) |
Component: | GPIO/Pin Control | Assignee: | Andy Shevchenko (andy.shevchenko) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | andy.shevchenko, jwrdegoede, mika.westerberg |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | mainline, linux-next | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
acpidump |
Description
Kai-Heng Feng
2022-03-07 04:16:08 UTC
Created attachment 300541 [details]
dmesg
Created attachment 300542 [details]
acpidump
Thanks for the report! Lemme check this and come up with something. Hans, this might explain why debounce setting wasn't working for you (I don't remember the details, though). (In reply to Andy Shevchenko from comment #4) > Hans, this might explain why debounce setting wasn't working for you (I > don't remember the details, though). My issue was on Bay Trail, which has the issue of there being a single debounce timeout for all pins in a single GPIO island. Since this is about the new laptops with Cirrus Logic amplifiers directly exposed to the OS, this is likely Tiger Lake, or maybe even Alder Lake. As discussed on the list the plan is to just disable setting the debounce timeout on Bay Trail since there is no way to get it to work and it has not even been hooked up for most of Bay Trail's life-cycle, so clearly not having support for it is not an issue, also see: https://lore.kernel.org/linux-gpio/051a9e42-02e3-4db0-bdbd-f8d7855b5db0@redhat.com/ The fix has been submitted: https://lore.kernel.org/linux-gpio/CAAd53p6UvOqGkhGuwtZ0hvEAQFb4DR-RUd7R1uZuR+Duhf72EQ@mail.gmail.com/T/#u P.S. Hans, thank you for clarifications! |