From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Askar Safin <safinaskar@gmail.com>
Cc: Mika Westerberg <westeri@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <brgl@kernel.org>,
linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, regressions@lists.linux.dev,
Dell.Client.Kernel@dell.com,
Mario Limonciello <superm1@kernel.org>,
patches@lists.linux.dev, Askar Safin <safinaskar@zohomail.com>,
stable@vger.kernel.org
Subject: Re: [PATCH] gpiolib: acpi: Add quirk for Dell Precision 7780
Date: Sat, 6 Dec 2025 18:02:25 +0200 [thread overview]
Message-ID: <aTRTkYMuA279jXD3@smile.fi.intel.com> (raw)
In-Reply-To: <20251205230724.2374682-1-safinaskar@gmail.com>
On Fri, Dec 05, 2025 at 10:32:42PM +0000, Askar Safin wrote:
> Dell Precision 7780 often wakes up on its own from suspend. Sometimes
> wake up happens immediately (i. e. within 7 seconds), sometimes it happens
> after, say, 30 minutes.
Thanks for the patch, it looks quite good. See my comments below.
...
> Reported-by: Askar Safin <safinaskar@zohomail.com>
> Tested-by: Askar Safin <safinaskar@gmail.com>
I believe it's the same person in both cases as the author of the patch.
As Bart said, just drop these tags, it makes little sense to have them.
...
> + /*
> + * Spurious wakeups, likely from touchpad controller
> + * Dell Precision 7780
> + * Found in BIOS 1.24.1
Not sure if we also want BIOS version, probably it's more important than Board
Name, but okay, we may not know without trying if any other users need the same
quirk or will suffer from it (if BIOS version is different).
> + * Found in touchpad firmware, installed by Dell Touchpad Firmware Update Utility version 1160.4196.9, A01
> + * ( Dell-Touchpad-Firmware-Update-Utility_VYGNN_WIN64_1160.4196.9_A00.EXE ),
> + * released on 11 Jul 2024
> + *
> + * https://lore.kernel.org/linux-i2c/197ae95ffd8.dc819e60457077.7692120488609091556@zohomail.com/
> + */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_FAMILY, "Precision"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Precision 7780"),
> + DMI_MATCH(DMI_BOARD_NAME, "0C6JVW"),
> + },
> + .driver_data = &(struct acpi_gpiolib_dmi_quirk) {
> + .ignore_wake = "VEN_0488:00@355",
> + },
> + },
With tags removed, feel free to add my
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Note, it's your responsibility to carry the given tags as long as there were
no significant changes in the patch. That said, I expect to see a v2
without your 2 tags and with mine that I gave above. No code changes for now.
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2025-12-06 16:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 22:32 [PATCH] gpiolib: acpi: Add quirk for Dell Precision 7780 Askar Safin
2025-12-06 10:46 ` Bartosz Golaszewski
2025-12-06 16:02 ` Andy Shevchenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aTRTkYMuA279jXD3@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=Dell.Client.Kernel@dell.com \
--cc=brgl@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@lists.linux.dev \
--cc=regressions@lists.linux.dev \
--cc=safinaskar@gmail.com \
--cc=safinaskar@zohomail.com \
--cc=stable@vger.kernel.org \
--cc=superm1@kernel.org \
--cc=westeri@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).