mbox series

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

Message ID 8474aa33-e3aa-1729-2a66-715c9f883c04@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.6-2 | expand

Pull-request

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

Message

Hans de Goede Sept. 12, 2023, 8:14 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2023, 6:59 p.m. UTC | #1
The pull request you sent on Tue, 12 Sep 2023 10:14:22 +0200:

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

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

Thank you!