mbox series

[GIT,PULL] platform-drivers-x86 for 6.5-4

Message ID 70d9417a-1b90-58ed-8810-fc617701d689@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.5-4 | expand

Pull-request

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

Message

Hans de Goede Aug. 13, 2023, 3:04 p.m. UTC
Hi Linus,

Here is the third round of fixes for platform-drivers-x86 for 6.5.

Highlights:
 -  lenovo-ymc driver causes keyboard + touchpad to not work with >= 6.4
    on some Thinkbook models, fix this
 -  A set of small fixes for mlx-platform
 -  Other small fixes and hw-id additions

Regards,

Hans


The following changes since commit c21733754cd6ecbca346f2adf9b17d4cfa50504f:

  platform/x86: huawei-wmi: Silence ambient light sensor (2023-07-25 16:38:03 +0200)

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.5-4

for you to fetch changes up to 2b6aa6610dc9690f79d305ca938abfb799a4f766:

  platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassis-type (2023-08-13 14:50:25 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.5-4

Highlights:
 -  lenovo-ymc driver causes keyboard + touchpad to not work with >= 6.4
    on some Thinkbook models, fix this
 -  A set of small fixes for mlx-platform
 -  Other small fixes and hw-id additions

The following is an automated git shortlog grouped by driver:

ACPI:
 -  scan: Create platform device for CS35L56

ISST:
 -  Reduce noise for missing numa information in logs

lenovo-ymc:
 -  Only bind on machines with a convertible DMI chassis-type

msi-ec:
 -  Fix the build

platform:
 -  mellanox: Change register offset addresses
 -  mellanox: mlx-platform: Modify graceful shutdown callback and power down mask
 -  mellanox: mlx-platform: Fix signals polarity and latch mask
 -  mellanox: Fix order in exit flow

platform/x86/amd/pmf:
 -  Fix unsigned comparison with less than zero

----------------------------------------------------------------
Hans de Goede (1):
      platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassis-type

Jean Delvare (1):
      platform/x86: msi-ec: Fix the build

Simon Trimmer (1):
      ACPI: scan: Create platform device for CS35L56

Srinivas Pandruvada (1):
      platform/x86: ISST: Reduce noise for missing numa information in logs

Vadim Pasternak (4):
      platform: mellanox: Fix order in exit flow
      platform: mellanox: mlx-platform: Fix signals polarity and latch mask
      platform: mellanox: mlx-platform: Modify graceful shutdown callback and power down mask
      platform: mellanox: Change register offset addresses

Yang Li (1):
      platform/x86/amd/pmf: Fix unsigned comparison with less than zero

 drivers/acpi/scan.c                                |  1 +
 drivers/platform/x86/amd/pmf/sps.c                 |  3 ++-
 .../x86/intel/speed_select_if/isst_if_common.c     |  4 ++--
 drivers/platform/x86/lenovo-ymc.c                  | 25 ++++++++++++++++++++++
 drivers/platform/x86/mlx-platform.c                | 23 ++++++++++----------
 drivers/platform/x86/msi-ec.c                      | 16 +++++++-------
 drivers/platform/x86/serial-multi-instantiate.c    | 14 ++++++++++++
 7 files changed, 63 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 13, 2023, 5:08 p.m. UTC | #1
The pull request you sent on Sun, 13 Aug 2023 17:04:20 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3dcf1473c711be5536321fa4d465b9ed9e42a0ce

Thank you!