[ibm-acpi-devel] [PATCH v4 2/2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-10 Thread Mark Pearson
Create lenovo subdirectory for holding Lenovo specific drivers. Signed-off-by: Mark Pearson --- Changes in v4: - Fix file naming mistake in MAINTAINERS - Re-order patches so this one is now second in series Changes in v3: - implement file naming as suggested by Andy Shevchenko - Removed docum

[ibm-acpi-devel] [PATCH v4 1/2] platform/x86: thinklmi: improved DMI handling

2025-06-10 Thread Mark Pearson
Fix issues reported by kernel test robot. - Require DMI for think-lmi. - Check return from getting serial string Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202506062319.f0ipdxf6-...@intel.com/ Signed-off-by: Mark Pearson --- Changes in v4: - Return -ENODEV i

Re: [ibm-acpi-devel] [PATCH v3 2/2] platform/x86: thinklmi: improved DMI handling

2025-06-10 Thread Mark Pearson
Hi Ilpo, On Tue, Jun 10, 2025, at 3:35 AM, Ilpo Järvinen wrote: > On Mon, 9 Jun 2025, Mark Pearson wrote: > >> Fix issues reported by kernel test robot. >> - Require DMI for think-lmi. >> - Check return from getting serial string >> >> Reported-by: kernel test robot >> Closes: >> https://lore

Re: [ibm-acpi-devel] [PATCH v3 2/2] platform/x86: thinklmi: improved DMI handling

2025-06-10 Thread Andy Shevchenko
On Tue, Jun 10, 2025 at 08:28:49AM -0400, Mark Pearson wrote: > On Tue, Jun 10, 2025, at 3:35 AM, Ilpo Järvinen wrote: > > On Mon, 9 Jun 2025, Mark Pearson wrote: ... > >> + serial = dmi_get_system_info(DMI_PRODUCT_SERIAL); > >> + if (!serial) > >> + return -EIN

Re: [ibm-acpi-devel] [PATCH v4 2/2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-10 Thread Mark Pearson
On Tue, Jun 10, 2025, at 4:27 PM, Andy Shevchenko wrote: > On Tue, Jun 10, 2025 at 03:28:25PM -0400, Mark Pearson wrote: >> Create lenovo subdirectory for holding Lenovo specific drivers. > > Assuming Kconfig entries have mostly been copied'n'pasted, the rest LGTM, Yes - no changes from what they

Re: [ibm-acpi-devel] [PATCH v4 1/2] platform/x86: thinklmi: improved DMI handling

2025-06-10 Thread Andy Shevchenko
On Tue, Jun 10, 2025 at 03:28:24PM -0400, Mark Pearson wrote: > Fix issues reported by kernel test robot. > - Require DMI for think-lmi. > - Check return from getting serial string Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko _

Re: [ibm-acpi-devel] [PATCH v4 2/2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-10 Thread Andy Shevchenko
On Tue, Jun 10, 2025 at 03:28:25PM -0400, Mark Pearson wrote: > Create lenovo subdirectory for holding Lenovo specific drivers. Assuming Kconfig entries have mostly been copied'n'pasted, the rest LGTM, Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko __

Re: [ibm-acpi-devel] [PATCH v3 1/2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-10 Thread Andy Shevchenko
On Mon, Jun 09, 2025 at 09:21:45PM -0400, Mark Pearson wrote: > On Mon, Jun 9, 2025, at 4:17 PM, Andy Shevchenko wrote: > > On Mon, Jun 09, 2025 at 08:27:24AM -0400, Mark Pearson wrote: ... > >> -F:drivers/platform/x86/lenovo-wmi-hotkey-utilities.c > >> +F:drivers/platform/x86/len