mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
@ 2024-08-31  0:39 Luke D. Jones
  2024-09-03 13:27 ` Mario Limonciello
  2024-09-03 15:08 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Luke D. Jones @ 2024-08-31  0:39 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: linux-kernel, ilpo.jarvinen, hdegoede, Shyam-sundar.S-k, Luke D. Jones

The original quirk should match to GA403U so that the full
range of GA403U models can benefit.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 drivers/platform/x86/amd/pmf/pmf-quirks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/amd/pmf/pmf-quirks.c b/drivers/platform/x86/amd/pmf/pmf-quirks.c
index 460444cda1b2..48870ca52b41 100644
--- a/drivers/platform/x86/amd/pmf/pmf-quirks.c
+++ b/drivers/platform/x86/amd/pmf/pmf-quirks.c
@@ -25,7 +25,7 @@ static const struct dmi_system_id fwbug_list[] = {
 		.ident = "ROG Zephyrus G14",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-			DMI_MATCH(DMI_PRODUCT_NAME, "GA403UV"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "GA403U"),
 		},
 		.driver_data = &quirk_no_sps_bug,
 	},
-- 
2.46.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
  2024-08-31  0:39 [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic Luke D. Jones
@ 2024-09-03 13:27 ` Mario Limonciello
  2024-09-03 15:08 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Mario Limonciello @ 2024-09-03 13:27 UTC (permalink / raw)
  To: Luke D. Jones, platform-driver-x86
  Cc: linux-kernel, ilpo.jarvinen, hdegoede, Shyam-sundar.S-k

On 8/30/2024 19:39, Luke D. Jones wrote:
> The original quirk should match to GA403U so that the full
> range of GA403U models can benefit.
> 
> Signed-off-by: Luke D. Jones <luke@ljones.dev>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
>   drivers/platform/x86/amd/pmf/pmf-quirks.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/amd/pmf/pmf-quirks.c b/drivers/platform/x86/amd/pmf/pmf-quirks.c
> index 460444cda1b2..48870ca52b41 100644
> --- a/drivers/platform/x86/amd/pmf/pmf-quirks.c
> +++ b/drivers/platform/x86/amd/pmf/pmf-quirks.c
> @@ -25,7 +25,7 @@ static const struct dmi_system_id fwbug_list[] = {
>   		.ident = "ROG Zephyrus G14",
>   		.matches = {
>   			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "GA403UV"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "GA403U"),
>   		},
>   		.driver_data = &quirk_no_sps_bug,
>   	},


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
  2024-08-31  0:39 [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic Luke D. Jones
  2024-09-03 13:27 ` Mario Limonciello
@ 2024-09-03 15:08 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2024-09-03 15:08 UTC (permalink / raw)
  To: platform-driver-x86, Luke D. Jones
  Cc: linux-kernel, hdegoede, Shyam-sundar.S-k

On Sat, 31 Aug 2024 12:39:05 +1200, Luke D. Jones wrote:

> The original quirk should match to GA403U so that the full
> range of GA403U models can benefit.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
      commit: d34af755a533271f39cc7d86e49c0e74fde63a37

--
 i.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-03 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-31  0:39 [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic Luke D. Jones
2024-09-03 13:27 ` Mario Limonciello
2024-09-03 15:08 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®