All of lore.kernel.org
 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" <rafael@kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for 6.2-3
Date: Thu, 26 Jan 2023 14:59:59 +0100	[thread overview]
Message-ID: <4d44b351-d4bf-56dd-952b-97a70687fb68@redhat.com> (raw)

Hi Linus,

Here is the second round of fixes for platform-drivers-x86 for 6.2.

Highlights:
 -  Fix false positive apple_gmux backlight detection on older
    iGPU only MacBook models
 -  Various other small fixes and hardware-id additions

The MacBook backlight fix includes a small change under drivers/acpi,
this has been Acked by Rafael for merging through the pdx86 tree.

Regards,

Hans


The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

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.2-3

for you to fetch changes up to 1bc5d819f0b9784043ea08570e1b21107aa35739:

  platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms (2023-01-25 12:45:16 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v6.2-3

Highlights:
 -  Fix false positive apple_gmux backlight detection on older
    iGPU only MacBook models
 -  Various other small fixes and hardware-id additions

The following is an automated git shortlog grouped by driver:

ACPI:
 -  video: Fix apple gmux detection

apple-gmux:
 -  Add apple_gmux_detect() helper
 -  Move port defines to apple-gmux.h

asus-wmi:
 -  Fix kbd_dock_devid tablet-switch reporting

dell-wmi:
 -  Add a keymap for KEY_MUTE in type 0x0010 table

gigabyte-wmi:
 -  add support for B450M DS3H WIFI-CF

hp-wmi:
 -  Fix cast to smaller integer type warning
 -  Handle Omen Key event

platform/x86/amd:
 -  pmc: Add a module parameter to disable workarounds
 -  pmc: Disable IRQ1 wakeup for RN/CZN

thinkpad_acpi:
 -  Fix profile modes on Intel platforms

----------------------------------------------------------------
Hans de Goede (5):
      platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting
      platform/x86: hp-wmi: Fix cast to smaller integer type warning
      platform/x86: apple-gmux: Move port defines to apple-gmux.h
      platform/x86: apple-gmux: Add apple_gmux_detect() helper
      ACPI: video: Fix apple gmux detection

Kevin Kuriakose (1):
      platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF

Koba Ko (1):
      platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table

Mario Limonciello (2):
      platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
      platform/x86/amd: pmc: Add a module parameter to disable workarounds

Mark Pearson (1):
      platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms

Rishit Bansal (1):
      platform/x86: hp-wmi: Handle Omen Key event

 drivers/acpi/video_detect.c               |  24 +------
 drivers/platform/x86/amd/pmc.c            |  58 +++++++++++++++-
 drivers/platform/x86/apple-gmux.c         |  93 +++++--------------------
 drivers/platform/x86/asus-wmi.c           |  17 +++--
 drivers/platform/x86/dell/dell-wmi-base.c |   3 +
 drivers/platform/x86/gigabyte-wmi.c       |   1 +
 drivers/platform/x86/hp/hp-wmi.c          |   6 +-
 drivers/platform/x86/thinkpad_acpi.c      |  11 +--
 include/linux/apple-gmux.h                | 109 +++++++++++++++++++++++++++++-
 9 files changed, 211 insertions(+), 111 deletions(-)


             reply	other threads:[~2023-01-26 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 13:59 Hans de Goede [this message]
2023-01-27 20:40 ` [GIT PULL] platform-drivers-x86 for 6.2-3 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=4d44b351-d4bf-56dd-952b-97a70687fb68@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=rafael@kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.