[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <zqsq45oqvhmr3unqu55msqaxo47yrknw4rd6hqojepibdgecob@bfpgy5o5rkmy>
Date: Mon, 18 Nov 2024 08:02:35 -0300
From: Kurt Borja <kuurtb@...il.com>
To: zhixin zhang <jonmail@....com>
Cc: hdegoede@...hat.com, ilpo.jarvinen@...ux.intel.com,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
zhixin zhang <zhangzx36@...ovo.com>
Subject: Re: [PATCH] Lenovo Legion Go WMI Control
On Mon, Nov 18, 2024 at 06:05:03PM +0800, zhixin zhang wrote:
> From: zhixin zhang <zhangzx36@...ovo.com>
>
> This driver provides support for modifying the performance mode
> function of Lenovo's Legion Go series.
>
> Signed-off-by: zhixin zhang <zhangzx36@...ovo.com>
> ---
> drivers/platform/x86/Kconfig | 9 +
> drivers/platform/x86/Makefile | 1 +
> drivers/platform/x86/legion-go-wmi.c | 552 +++++++++++++++++++++++++++
> 3 files changed, 562 insertions(+)
> create mode 100644 drivers/platform/x86/legion-go-wmi.c
Hi!
As a word of advice, you should analyze your patch with checkpatch.pl
before submitting. It gives me the following output for your patch:
./scripts/checkpatch.pl
[...]
total: 104 errors, 51 warnings, 574 lines checked
[...]
Regards,
Kurt
Powered by blists - more mailing lists