mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Gross <mgross@linux.intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	platform-driver-x86@vger.kernel.org,
	"Rafael J . Wysocki" <rjw@rjwysocki.net>
Subject: [GIT PULL] platform-drivers-x86 for 5.19-3
Date: Wed, 29 Jun 2022 13:01:42 +0200	[thread overview]
Message-ID: <42646771-d1ea-0b05-7cb8-233d6e42ac1d@redhat.com> (raw)

Hi Linus,

Here is the second round of fixes for platform-drivers-x86 for 5.19:

 -  thinkpad_acpi/ideapad-laptop: mem-leak and platform-profile fixes
 -  panasonic-laptop: missing hotkey presses regression fix
 -  some hardware-id additions
 -  some other small fixes

This includes a small fix to the acpi_video_handles_brightness_key_presses()
ACPI helper function, this has been acked by Rafael for merging through
the pdx86 tree.

Regards,

Hans


The following changes since commit d4fe9cc4ff8656704b58cfd9363d7c3c9d65e519:

  platform/x86/intel: hid: Add Surface Go to VGBS allow list (2022-06-12 14:41:17 +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-v5.19-3

for you to fetch changes up to 9ab762a84b8094540c18a170e5ddd6488632c456:

  platform/x86: hp-wmi: Ignore Sanitization Mode event (2022-06-28 22:20:07 +0200)

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

Highlights:
 -  thinkpad_acpi/ideapad-laptop: mem-leak and platform-profile fixes
 -  panasonic-laptop: missing hotkey presses regression fix
 -  some hardware-id additions
 -  some other small fixes

The following is an automated git shortlog grouped by driver:

ACPI:
 -  video: Change how we determine if brightness key-presses are handled

hp-wmi:
 -  Ignore Sanitization Mode event

ideapad-laptop:
 -  Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_table[]
 -  Add allow_v4_dytc module parameter

intel/pmc:
 -  Add Alder Lake N support to PMC core driver

panasonic-laptop:
 -  filter out duplicate volume up/down/mute keypresses
 -  don't report duplicate brightness key-presses
 -  revert "Resolve hotkey double trigger bug"
 -  sort includes alphabetically
 -  de-obfuscate button codes

platform/mellanox:
 -  nvsw-sn2201: fix error code in nvsw_sn2201_create_static_devices()

thinkpad_acpi:
 -  profile capabilities as integer
 -  do not use PSC mode on Intel platforms
 -  Fix a memory leak of EFCH MMIO resource

----------------------------------------------------------------
Dan Carpenter (1):
      platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_devices()

Gayatri Kammela (1):
      platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver

Hans de Goede (7):
      platform/x86: ideapad-laptop: Add allow_v4_dytc module parameter
      platform/x86: ideapad-laptop: Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_table[]
      ACPI: video: Change how we determine if brightness key-presses are handled
      platform/x86: panasonic-laptop: sort includes alphabetically
      platform/x86: panasonic-laptop: revert "Resolve hotkey double trigger bug"
      platform/x86: panasonic-laptop: don't report duplicate brightness key-presses
      platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses

Jean Delvare (1):
      platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource

Kai-Heng Feng (1):
      platform/x86: hp-wmi: Ignore Sanitization Mode event

Mark Pearson (2):
      platform/x86: thinkpad-acpi: profile capabilities as integer
      platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms

Stefan Seyfried (1):
      platform/x86: panasonic-laptop: de-obfuscate button codes

 drivers/acpi/acpi_video.c               | 13 +++--
 drivers/platform/mellanox/nvsw-sn2201.c |  4 +-
 drivers/platform/x86/Kconfig            |  2 +
 drivers/platform/x86/hp-wmi.c           |  3 ++
 drivers/platform/x86/ideapad-laptop.c   | 29 ++++++++----
 drivers/platform/x86/intel/pmc/core.c   |  1 +
 drivers/platform/x86/panasonic-laptop.c | 84 ++++++++++++++++++++++++++-------
 drivers/platform/x86/thinkpad_acpi.c    | 51 ++++++++++----------
 8 files changed, 127 insertions(+), 60 deletions(-)


             reply	other threads:[~2022-06-29 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29 11:01 Hans de Goede [this message]
2022-06-29 16:44 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42646771-d1ea-0b05-7cb8-233d6e42ac1d@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgross@linux.intel.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®