From: Hans de Goede <hdegoede@redhat.com>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Carlos Ferreira" <carlosmiguelferreira.2003@gmail.com>
Cc: platform-driver-x86@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 1/1] HP: wmi: added support for 4 zone keyboard rgb
Date: Thu, 11 Jul 2024 17:17:23 +0200 [thread overview]
Message-ID: <bb74a97e-3f25-4d56-9733-46e5325c47e7@redhat.com> (raw)
In-Reply-To: <71874c5e-b6d0-d05c-3b07-d1add491dbb6@linux.intel.com>
Hi Ilpo,
Thank you for reviewing this.
On 7/11/24 10:41 AM, Ilpo Järvinen wrote:
> On Sun, 7 Jul 2024, Carlos Ferreira wrote:
>
>> This driver adds supports for 4 zone keyboard rgb on omen laptops
>> and maps the wmi backlight toggle event to KEY_KBDILLUMTOGGLE.
>> For the backlight, it uses the multicolor led api.
>>
>> Tested on the HP Omen 15-en1001np.
>>
>> Signed-off-by: Carlos Ferreira <carlosmiguelferreira.2003@gmail.com>
>> ---
>> Changes in v3:
>> - Moved to the multicolor led api
>> - Mapped the wmi backlight toggle event to KEY_KBDILLUMTOGGLE
>> - Some other minor changes
>> Changes in v2:
>> - Rearranged code to remove forward declarations
>> - Changed from sprintf() to sysfs_emit()
>> - Fixed some identation and coding style problems
>> - Switched from manual bit manipulation to GENMASK(x, y) + FIELD_PREP(XX, )
>> - #define'ed magic constants
>> ---
>> drivers/platform/x86/hp/hp-wmi.c | 248 +++++++++++++++++++++++++++++--
>> 1 file changed, 239 insertions(+), 9 deletions(-)
>>
>> diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
>> index 5fa553023842..5eae47961f76 100644
>> --- a/drivers/platform/x86/hp/hp-wmi.c
>> +++ b/drivers/platform/x86/hp/hp-wmi.c
>> @@ -14,6 +14,8 @@
>> #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>>
>> #include <linux/kernel.h>
>> +#include <linux/led-class-multicolor.h>
>> +#include <linux/leds.h>
>> #include <linux/module.h>
>> #include <linux/init.h>
>> #include <linux/slab.h>
>> @@ -24,6 +26,7 @@
>> #include <linux/platform_profile.h>
>> #include <linux/hwmon.h>
>> #include <linux/acpi.h>
>> +#include <linux/bits.h>
>
> You need to add #include <linux/bitfield.h> as LKP found out. The
> MODULE_DESCRIPTION() ones you can ignore as LKP unfortunately spams some
> kernel-wide problems to all patches even if they're entirely unrelated
> to the patch in question.
Actually the LKP / kernel test robot email with the MODULE_DESCRIPTION()
warnings does contain useful, new errors. The problem though is that
the bot prefixes new (not seen on builds without this patch) messages
with '>>' making them show up as quoted (replied-to) text making the
actual new errors harder to spot :| The 2 new actual errors in the
email with all the MODULE_DESCRIPTION warnings are:
ERROR: modpost: "devm_led_classdev_multicolor_unregister" [drivers/platform/x86/hp/hp-wmi.ko] undefined!
ERROR: modpost: "devm_led_classdev_multicolor_register_ext" [drivers/platform/x86/hp/hp-wmi.ko] undefined!
I agree with all the other review remarks and I'll do my own review
soon.
Regards,
Hans
next prev parent reply other threads:[~2024-07-11 15:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-07 17:54 [PATCH v3 0/1] " Carlos Ferreira
2024-07-07 17:54 ` [PATCH v3 1/1] " Carlos Ferreira
2024-07-07 22:22 ` kernel test robot
2024-07-08 0:36 ` kernel test robot
2024-07-11 8:41 ` Ilpo Järvinen
2024-07-11 15:17 ` Hans de Goede [this message]
2024-07-11 17:37 ` Hans de Goede
2024-07-12 16:39 ` Carlos Ferreira
2024-07-13 11:29 ` Hans de Goede
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=bb74a97e-3f25-4d56-9733-46e5325c47e7@redhat.com \
--to=hdegoede@redhat.com \
--cc=carlosmiguelferreira.2003@gmail.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.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
all inboxes | Powered by JetHome®