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
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
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
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
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
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
_
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
__
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