X86 platform drivers
 help / color / mirror / Atom feed
From: Hans de Goede <hansg@kernel.org>
To: Mario Limonciello <superm1@kernel.org>,
	mario.limonciello@amd.com, Shyam-sundar.S-k@amd.com,
	ilpo.jarvinen@linux.intel.com
Cc: Adam Berglund <adam.f.berglund@hotmail.com>,
	platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH] platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list
Date: Mon, 21 Jul 2025 10:15:12 +0200	[thread overview]
Message-ID: <ae7469bc-4f00-48e1-b8e5-5dee9273c3de@kernel.org> (raw)
In-Reply-To: <20250718172307.1928744-1-superm1@kernel.org>

Hi,

On 18-Jul-25 7:23 PM, Mario Limonciello wrote:
> From: Mario Limonciello <mario.limonciello@amd.com>
> 
> The Lenovo Yoga 6 13ACL6 82ND has a similar BIOS problem as other Lenovo
> laptops from that vintage that causes a rather long resume from suspend.
> 
> Add it to the quirk list that manipulates the scratch register to avoid
> the issue.
> 
> Reported-by: Adam Berglund <adam.f.berglund@hotmail.com>
> Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4434
> Tested-by: Adam Berglund <adam.f.berglund@hotmail.com>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hansg@kernel.org>

Regards,

Hans




> ---
>  drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/drivers/platform/x86/amd/pmc/pmc-quirks.c b/drivers/platform/x86/amd/pmc/pmc-quirks.c
> index 131f10b683088..ded4c84f5ed14 100644
> --- a/drivers/platform/x86/amd/pmc/pmc-quirks.c
> +++ b/drivers/platform/x86/amd/pmc/pmc-quirks.c
> @@ -190,6 +190,15 @@ static const struct dmi_system_id fwbug_list[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "82XQ"),
>  		}
>  	},
> +	/* https://gitlab.freedesktop.org/drm/amd/-/issues/4434 */
> +	{
> +		.ident = "Lenovo Yoga 6 13ALC6",
> +		.driver_data = &quirk_s2idle_bug,
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "82ND"),
> +		}
> +	},
>  	/* https://gitlab.freedesktop.org/drm/amd/-/issues/2684 */
>  	{
>  		.ident = "HP Laptop 15s-eq2xxx",


  reply	other threads:[~2025-07-21  8:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-18 17:23 [PATCH] platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list Mario Limonciello
2025-07-21  8:15 ` Hans de Goede [this message]
2025-07-22 14:40 ` Ilpo Järvinen

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=ae7469bc-4f00-48e1-b8e5-5dee9273c3de@kernel.org \
    --to=hansg@kernel.org \
    --cc=Shyam-sundar.S-k@amd.com \
    --cc=adam.f.berglund@hotmail.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=mario.limonciello@amd.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=superm1@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