mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for v6.19-3
@ 2026-01-23 15:54 Ilpo Järvinen
  2026-01-23 21:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ilpo Järvinen @ 2026-01-23 15:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, PDx86, Hans de Goede, Andy Shevchenko

Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.19.

Fixes and New HW Support

- acer-wmi:

  - Extend support for Acer Nitro AN515-58

  - Fix missing capability check

- amd/wbrf: Fix memory leak in wbrf_record()

- asus-armoury:

  - Fix GA403U* matching

  - Fix FA608UM TDP data

  - Add many models

- asus-wmi: Move OOBE presence check outside deprecation ifdef

- docs:

  - alienware-wmi: Typo fix

  - amd_hsmp: Fix document link

- hp-bioscfg:

  - Fix kernel panic in GET_INSTANCE_ID macro

  - Fix kobject warnings for empty attribute names

  - Correct GUID to uppercase (lowercase letter prevented autoloading
    the module)

- mellanox: Fix SN5640/SN5610 LED platform data

Regards, i.


The following changes since commit c6703f10c8cc36f53b867bdbdd5bacaaa47ce799:

  platform/x86: asus-armoury: add support for G835LW (2025-12-30 12:51:46 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.19-3

for you to fetch changes up to 4b11f2336e23d5c55b76591bd8ac39b059f68ad0:

  platform/x86: acer-wmi: Fix missing capability check (2026-01-20 17:10:56 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.19-3

Fixes and New HW Support

- acer-wmi:

  - Extend support for Acer Nitro AN515-58

  - Fix missing capability check

- amd/wbrf: Fix memory leak in wbrf_record()

- asus-armoury:

  - Fix GA403U* matching

  - Fix FA608UM TDP data

  - Add many models

- asus-wmi: Move OOBE presence check outside deprecation ifdef

- docs:

  - alienware-wmi: Typo fix

  - amd_hsmp: Fix document link

- hp-bioscfg:

  - Fix kernel panic in GET_INSTANCE_ID macro

  - Fix kobject warnings for empty attribute names

  - Correct GUID to uppercase (lowercase letter prevented autoloading
    the module)

- mellanox: Fix SN5640/SN5610 LED platform data

The following is an automated shortlog grouped by driver:

acer-wmi:
 -  Extend support for Acer Nitro AN515-58
 -  Fix missing capability check

amd:
 -  Fix memory leak in wbrf_record()

asus-armoury:
 -  Add power limits for Asus G513QY
 -  add support for FA401UV
 -  add support for FA617XT
 -  add support for G835L
 -  add support for GA403UV
 -  add support for GA403WM
 -  add support for GA403WW
 -  add support for GV302XV
 -  fix ppt data for FA608UM
 -  fix ppt data for GA403U* renaming to GA403UI
 -  keep the list ordered alphabetically

asus-wmi:
 -  fix sending OOBE at probe

docs: alienware-wmi:
 -  fix typo

docs:
 -  fix PPR for AMD EPYC broken link

hp-bioscfg:
 -  Fix automatic module loading
 -  Fix kernel panic in GET_INSTANCE_ID macro
 -  Fix kobject warnings for empty attribute names

mellanox:
 -  Fix SN5640/SN5610 LED platform data

----------------------------------------------------------------
Akiyoshi Kurita (1):
      docs: alienware-wmi: fix typo

Armin Wolf (2):
      platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
      platform/x86: acer-wmi: Fix missing capability check

Denis Benato (11):
      platform/x86: asus-armoury: add support for GA403WM
      asus-armoury: fix ppt data for GA403U* renaming to GA403UI
      platform/x86: asus-armoury: add support for GA403UV
      platform/x86: asus-armoury: add support for GV302XV
      platform/x86: asus-armoury: add support for FA401UV
      platform/x86: asus-armoury: add support for FA617XT
      platform/x86: asus-wmi: fix sending OOBE at probe
      platform/x86: asus-armoury: fix ppt data for FA608UM
      platform/x86: asus-armoury: add support for G835L
      platform/x86: asus-armoury: keep the list ordered alphabetically
      platform/x86: asus-armoury: add support for GA403WW

Haiyue Wang (1):
      docs: fix PPR for AMD EPYC broken link

Mario Limonciello (3):
      platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names
      platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro
      platform/x86: hp-bioscfg: Fix automatic module loading

Oleksandr Shamray (1):
      platform/mellanox: Fix SN5640/SN5610 LED platform data

Shresth Sarthak Awasthi (1):
      platform/x86: asus-armoury: Add power limits for Asus G513QY

Zilin Guan (1):
      platform/x86/amd: Fix memory leak in wbrf_record()

 .../admin-guide/laptops/alienware-wmi.rst          |   2 +-
 Documentation/arch/x86/amd_hsmp.rst                |   4 +-
 Documentation/misc-devices/amd-sbi.rst             |   2 +-
 drivers/platform/mellanox/mlx-platform.c           |   2 +-
 drivers/platform/x86/acer-wmi.c                    |  13 +-
 drivers/platform/x86/amd/wbrf.c                    |   4 +-
 drivers/platform/x86/asus-armoury.h                | 224 ++++++++++++++++++++-
 drivers/platform/x86/asus-wmi.c                    |   3 +-
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c       |   8 +
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h       |  12 +-
 10 files changed, 256 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] platform-drivers-x86 for v6.19-3
  2026-01-23 15:54 [GIT PULL] platform-drivers-x86 for v6.19-3 Ilpo Järvinen
@ 2026-01-23 21:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-01-23 21:25 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Linus Torvalds, LKML, PDx86, Hans de Goede, Andy Shevchenko

The pull request you sent on Fri, 23 Jan 2026 17:54:54 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.19-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a4d91142e538ff5580c6bf48b5e668d8131fd9a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-23 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-23 15:54 [GIT PULL] platform-drivers-x86 for v6.19-3 Ilpo Järvinen
2026-01-23 21:25 ` pr-tracker-bot

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®