platform-driver-x86.vger.kernel.org archive mirror
 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-4
Date: Fri, 15 Jul 2022 13:24:59 +0200	[thread overview]
Message-ID: <fc307e0b-2b4d-165d-230d-8c5cddf64dd4@redhat.com> (raw)

Hi Linus,

Here is a final set of fixes for platform-drivers-x86 for 5.19:

 -  Fix brightness key events getting reported twice on some Dell's
    regression caused by recent Panasonic hotkey fixes
 -  Fix poweroff no longer working on some devices regression caused
    by recent poweroff handler rework
 -  Mark new (in 5.19) Intel IFS driver as broken, because of some issues
    surrounding the userspace (sysfs) API which need to be cleared up
 -  Some hardware-id / quirk additions

This (again) 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.

And one of the 2 poweroff fixes sits below drivers/firmware/efi, this
has been acked by Ard for merging through the pdx86 tree.

Regards,

Hans


The following changes since commit 9ab762a84b8094540c18a170e5ddd6488632c456:

  platform/x86: hp-wmi: Ignore Sanitization Mode event (2022-06-28 22:20:07 +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-4

for you to fetch changes up to 5ad26161a371e4aa2d2553286f0cac580987a493:

  ACPI: video: Fix acpi_video_handles_brightness_key_presses() (2022-07-14 21:40:20 +0200)

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

Highlights:
 -  Fix brightness key events getting reported twice on some Dell's
    regression caused by recent Panasonic hotkey fixes
 -  Fix poweroff no longer working on some devices regression caused
    by recent poweroff handler rework
 -  Mark new (in 5.19) Intel IFS driver as broken, because of some issues
    surrounding the userspace (sysfs) API which need to be cleared up
 -  Some hardware-id / quirk additions

The following is an automated git shortlog grouped by driver:

ACPI:
 -  video: Fix acpi_video_handles_brightness_key_presses()

asus-wmi:
 -  Add key mappings

efi:
 -  Fix efi_power_off() not being run before acpi_power_off() when necessary

gigabyte-wmi:
 -  add support for B660I AORUS PRO DDR4

intel_atomisp2_led:
 -  Also turn off the always-on camera LED on the Asus T100TAF

platform/x86/amd/pmc:
 -  Add new platform support
 -  Add new acpi id for PMC controller

platform/x86/intel/ifs:
 -  Mark as BROKEN

x86-android-tablets:
 -  Fix Lenovo Yoga Tablet 2 830/1050 poweroff again

----------------------------------------------------------------
Hans de Goede (5):
      platform/x86: x86-android-tablets: Fix Lenovo Yoga Tablet 2 830/1050 poweroff again
      efi: Fix efi_power_off() not being run before acpi_power_off() when necessary
      platform/x86/intel/ifs: Mark as BROKEN
      platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF
      ACPI: video: Fix acpi_video_handles_brightness_key_presses()

Misaka19465 (1):
      platform/x86: asus-wmi: Add key mappings

Pär Eriksson (1):
      platform/x86: gigabyte-wmi: add support for B660I AORUS PRO DDR4

Shyam Sundar S K (2):
      platform/x86/amd/pmc: Add new acpi id for PMC controller
      platform/x86/amd/pmc: Add new platform support

 drivers/acpi/acpi_video.c                  | 11 +++++++----
 drivers/firmware/efi/reboot.c              | 21 +++++++++++----------
 drivers/platform/x86/amd-pmc.c             | 14 ++++++++++++--
 drivers/platform/x86/asus-nb-wmi.c         |  2 ++
 drivers/platform/x86/gigabyte-wmi.c        |  1 +
 drivers/platform/x86/intel/atomisp2/led.c  |  3 ++-
 drivers/platform/x86/intel/ifs/Kconfig     |  3 +++
 drivers/platform/x86/x86-android-tablets.c | 17 +++++++++++++----
 8 files changed, 51 insertions(+), 21 deletions(-)


             reply	other threads:[~2022-07-15 11:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 11:24 Hans de Goede [this message]
2022-07-15 17:45 ` [GIT PULL] platform-drivers-x86 for 5.19-4 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=fc307e0b-2b4d-165d-230d-8c5cddf64dd4@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;
as well as URLs for NNTP newsgroup(s).