[0/3] platform/x86: asus-wmi: Fix issues on fanless device

Message ID 20221221-asus-fan-v1-0-e07f3949725b@weissschuh.net
Headers
Series platform/x86: asus-wmi: Fix issues on fanless device |

Message

Thomas Weißschuh Dec. 21, 2022, 5:59 p.m. UTC
  This series fixes issues experienced on a fanless ASUS VivoBook E410MA.

To: Corentin Chary <corentin.chary@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
To: Mark Gross <markgross@kernel.org>
To: "Luke D. Jones" <luke@ljones.dev>
Cc: acpi4asus-user@lists.sourceforge.net
Cc: platform-driver-x86@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

---
Thomas Weißschuh (3):
      platform/x86: asus-wmi: Add quirk wmi_ignore_fan
      platform/x86: asus-wmi: Ignore fan on E410MA
      platform/x86: asus-wmi: Don't load fan curves without fan

 drivers/platform/x86/asus-nb-wmi.c | 13 +++++++++++++
 drivers/platform/x86/asus-wmi.c    |  7 ++++++-
 drivers/platform/x86/asus-wmi.h    |  1 +
 3 files changed, 20 insertions(+), 1 deletion(-)
---
base-commit: b6bb9676f2165d518b35ba3bea5f1fcfc0d969bf
change-id: 20221221-asus-fan-9aeac7d59c6c

Best regards,
  

Comments

Hans de Goede Jan. 12, 2023, 6:36 p.m. UTC | #1
Hi,

On 12/21/22 18:59, Thomas Weißschuh wrote:
> This series fixes issues experienced on a fanless ASUS VivoBook E410MA.
> 
> To: Corentin Chary <corentin.chary@gmail.com>
> To: Hans de Goede <hdegoede@redhat.com>
> To: Mark Gross <markgross@kernel.org>
> To: "Luke D. Jones" <luke@ljones.dev>
> Cc: acpi4asus-user@lists.sourceforge.net
> Cc: platform-driver-x86@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

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

Note it will show up in my fixes branch once I've pushed my
local branch there, which might take a while.

I will include this patch in my next fixes pull-req to Linus
for the current kernel development cycle.

Regards,

Hans





> 
> ---
> Thomas Weißschuh (3):
>       platform/x86: asus-wmi: Add quirk wmi_ignore_fan
>       platform/x86: asus-wmi: Ignore fan on E410MA
>       platform/x86: asus-wmi: Don't load fan curves without fan
> 
>  drivers/platform/x86/asus-nb-wmi.c | 13 +++++++++++++
>  drivers/platform/x86/asus-wmi.c    |  7 ++++++-
>  drivers/platform/x86/asus-wmi.h    |  1 +
>  3 files changed, 20 insertions(+), 1 deletion(-)
> ---
> base-commit: b6bb9676f2165d518b35ba3bea5f1fcfc0d969bf
> change-id: 20221221-asus-fan-9aeac7d59c6c
> 
> Best regards,