mbox series

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

Message ID bc630929-8352-5548-07ec-1de7ccc150e8@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.6-5 | expand

Pull-request

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

Message

Hans de Goede Oct. 21, 2023, 9:38 a.m. UTC
Hi Linus,

Here is one last pull-request for 6.6, highlights:
 -  Fix spurious brightness down presses on newer Asus laptop models
 -  Fix backlight control not working on T2 Mac Pro all-in-ones
 -  Add Armin Wolf as new maintainer for the WMI bus driver and
    change its status from orphaned to maintained
 -  A few other small fixes

Regards,

Hans


The following changes since commit 5b44abbc39ca15df80d0da4756078c98c831090f:

  platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning (2023-10-06 15:09:40 +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.6-5

for you to fetch changes up to 99c09c985e5973c8f0ad976ebae069548dd86f12:

  platform/mellanox: mlxbf-tmfifo: Fix a warning message (2023-10-18 15:38:09 +0200)

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

Highlights:
 -  Fix spurious brightness down presses on newer Asus laptop models
 -  Fix backlight control not working on T2 Mac Pro all-in-ones
 -  Add Armin Wolf as new maintainer for the WMI bus driver and
    change its status from orphaned to maintained
 -  A few other small fixes

The following is an automated git shortlog grouped by driver:

Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes:
 -  Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes

apple-gmux:
 -  Hard Code max brightness for MMIO gmux

asus-wmi:
 -  Map 0x2a code, Ignore 0x2b and 0x2c events
 -  Only map brightness codes when using asus-wmi backlight control
 -  Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e

intel-uncore-freq:
 -  Conditionally create attribute for read frequency

msi-ec:
 -  Fix the 3rd config

platform:
 -  mellanox: Fix a resource leak in an error handling path in probing flow

platform/mellanox:
 -  mlxbf-tmfifo: Fix a warning message

platform/surface:
 -  platform_profile: Propagate error if profile registration fails

wmi:
 -  Update MAINTAINERS entry

----------------------------------------------------------------
Armin Wolf (2):
      platform/x86: wmi: Update MAINTAINERS entry
      platform/surface: platform_profile: Propagate error if profile registration fails

Hans de Goede (4):
      Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes
      platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e
      platform/x86: asus-wmi: Only map brightness codes when using asus-wmi backlight control
      platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events

Liming Sun (1):
      platform/mellanox: mlxbf-tmfifo: Fix a warning message

Nikita Kravets (1):
      platform/x86: msi-ec: Fix the 3rd config

Orlando Chamberlain (1):
      apple-gmux: Hard Code max brightness for MMIO gmux

Srinivas Pandruvada (1):
      platform/x86: intel-uncore-freq: Conditionally create attribute for read frequency

Vadim Pasternak (1):
      platform: mellanox: Fix a resource leak in an error handling path in probing flow

 MAINTAINERS                                         |  3 ++-
 drivers/platform/mellanox/mlxbf-tmfifo.c            | 21 +++++++++++----------
 drivers/platform/surface/surface_platform_profile.c |  3 +--
 drivers/platform/x86/apple-gmux.c                   | 14 +++++++++++++-
 drivers/platform/x86/asus-nb-wmi.c                  |  3 +++
 drivers/platform/x86/asus-wmi.c                     | 15 ++++-----------
 drivers/platform/x86/asus-wmi.h                     |  2 +-
 .../uncore-frequency/uncore-frequency-common.c      |  8 ++++++--
 drivers/platform/x86/mlx-platform.c                 |  5 +++--
 drivers/platform/x86/msi-ec.c                       |  3 +--
 10 files changed, 45 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 21, 2023, 5:57 p.m. UTC | #1
The pull request you sent on Sat, 21 Oct 2023 11:38:43 +0200:

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

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

Thank you!