[GIT PULL] platform-drivers-x86 for 6.6-2

From: Hans de Goede
Date: Tue Sep 12 2023 - 04:15:43 EST


Hi Linus,

Here is the first round of fixes for platform-drivers-x86 for 6.6.

Nothing special to report just a few platform/mellanox fixes and
1 new DMI quirk for asus-wmi.

Regards,

Hans


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.6-2

for you to fetch changes up to 4106a70ddad57ee6d8f98b81d6f036740c72762b:

platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode (2023-09-11 13:26:13 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.6-2

Highlights
- Various platform/mellanox fixes
- 1 new DMI quirk for asus-wmi

The following is an automated git shortlog grouped by driver:

asus-wmi:
- Support 2023 ROG X16 tablet mode

platform/mellanox:
- NVSW_SN2201 should depend on ACPI
- mlxbf-bootctl: add NET dependency into Kconfig
- mlxbf-pmc: Fix reading of unprogrammed events
- mlxbf-pmc: Fix potential buffer overflows
- mlxbf-tmfifo: Drop jumbo frames
- mlxbf-tmfifo: Drop the Rx packet if no more descriptors

----------------------------------------------------------------
David Thompson (1):
platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig

Geert Uytterhoeven (1):
platform/mellanox: NVSW_SN2201 should depend on ACPI

Liming Sun (2):
platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors
platform/mellanox: mlxbf-tmfifo: Drop jumbo frames

Luke D. Jones (1):
platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode

Shravan Kumar Ramani (2):
platform/mellanox: mlxbf-pmc: Fix potential buffer overflows
platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events

drivers/platform/mellanox/Kconfig | 5 +-
drivers/platform/mellanox/mlxbf-pmc.c | 41 +++++----------
drivers/platform/mellanox/mlxbf-tmfifo.c | 90 +++++++++++++++++++++++---------
drivers/platform/x86/asus-nb-wmi.c | 9 ++++
4 files changed, 92 insertions(+), 53 deletions(-)