All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
@ 2021-09-21 10:07 Tobias Jakobi
  2021-09-21 11:52 ` Thomas Weißschuh
  2021-09-21 13:16 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Jakobi @ 2021-09-21 10:07 UTC (permalink / raw)
  To: thomas; +Cc: hdegoede, platform-driver-x86, Tobias Jakobi

- tested with a AMD Ryzen 7 5800X

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 drivers/platform/x86/gigabyte-wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c
index 7f3a03f937f6..d53634c8a6e0 100644
--- a/drivers/platform/x86/gigabyte-wmi.c
+++ b/drivers/platform/x86/gigabyte-wmi.c
@@ -144,6 +144,7 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE V2"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 GAMING X V2"),
+	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550I AORUS PRO AX"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M AORUS PRO-P"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
 	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
-- 
2.32.0


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

* Re: [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
  2021-09-21 10:07 [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX Tobias Jakobi
@ 2021-09-21 11:52 ` Thomas Weißschuh
  2021-09-21 13:16 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Weißschuh @ 2021-09-21 11:52 UTC (permalink / raw)
  To: Tobias Jakobi; +Cc: hdegoede, platform-driver-x86, Tobias Jakobi, linux-kernel

On 2021-09-21T12:07+0200, Tobias Jakobi wrote:
> - tested with a AMD Ryzen 7 5800X
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
>  drivers/platform/x86/gigabyte-wmi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c
> index 7f3a03f937f6..d53634c8a6e0 100644
> --- a/drivers/platform/x86/gigabyte-wmi.c
> +++ b/drivers/platform/x86/gigabyte-wmi.c
> @@ -144,6 +144,7 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE V2"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 GAMING X V2"),
> +	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550I AORUS PRO AX"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M AORUS PRO-P"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
> -- 
> 2.32.0

Thanks!

Ack-by: Thomas Weißschuh <thomas@weissschuh.net>

FYI you should also Cc LKML to all patches.

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

* Re: [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
  2021-09-21 10:07 [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX Tobias Jakobi
  2021-09-21 11:52 ` Thomas Weißschuh
@ 2021-09-21 13:16 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2021-09-21 13:16 UTC (permalink / raw)
  To: Tobias Jakobi, thomas; +Cc: platform-driver-x86, Tobias Jakobi

Hi,

On 9/21/21 12:07 PM, Tobias Jakobi wrote:
> - tested with a AMD Ryzen 7 5800X
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

I'll also add this to the pdx86 fixes branch and include it in my next
pdx86-fixes for 5.15 pull-req to Linus.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans

> ---
>  drivers/platform/x86/gigabyte-wmi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c
> index 7f3a03f937f6..d53634c8a6e0 100644
> --- a/drivers/platform/x86/gigabyte-wmi.c
> +++ b/drivers/platform/x86/gigabyte-wmi.c
> @@ -144,6 +144,7 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 AORUS ELITE V2"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550 GAMING X V2"),
> +	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550I AORUS PRO AX"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M AORUS PRO-P"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
>  	DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
> 


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

end of thread, other threads:[~2021-09-21 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 10:07 [PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX Tobias Jakobi
2021-09-21 11:52 ` Thomas Weißschuh
2021-09-21 13:16 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.