mbox series

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

Message ID 2c41a5a1-f773-06c5-71ab-05537cb276b0@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 5.14-4 | expand

Pull-request

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

Message

Hans de Goede Aug. 19, 2021, 7:36 a.m. UTC
Hi Linus,

Here is a small set of pdx86 fixes for 5.14:
- asus-nb-wmi: Enable SW_TABLET_MODE support for the TP200s (DMI quirk)
- gigabyte-wmi: Enable on 2 more Gigabyte motherboards (2 DMI quirks)

Regards,

Hans


The following changes since commit 9d7b132e62e41b7d49bf157aeaf9147c27492e0f:

  platform/x86: pcengines-apuv2: Add missing terminating entries to gpio-lookup tables (2021-08-06 14:04:43 +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.14-4

for you to fetch changes up to 1e35b8a7780a0c043cc5389420f069b69343f5d9:

  platform/x86: gigabyte-wmi: add support for B450M S2H V2 (2021-08-18 19:39:31 +0200)

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

A small set of pdx86 fixes for 5.14:
- asus-nb-wmi: Enable SW_TABLET_MODE support for the TP200s (DMI quirk)
- gigabyte-wmi: Enable on 2 more Gigabyte motherboards (2 DMI quirks)

The following is an automated git shortlog grouped by driver:

asus-nb-wmi:
 -  Add tablet_mode_sw=lid-flip quirk for the TP200s
 -  Allow configuring SW_TABLET_MODE method with a module option

gigabyte-wmi:
 -  add support for B450M S2H V2
 -  add support for X570 GAMING X

----------------------------------------------------------------
Hans de Goede (2):
      platform/x86: asus-nb-wmi: Allow configuring SW_TABLET_MODE method with a module option
      platform/x86: asus-nb-wmi: Add tablet_mode_sw=lid-flip quirk for the TP200s

Thomas Weißschuh (2):
      platform/x86: gigabyte-wmi: add support for X570 GAMING X
      platform/x86: gigabyte-wmi: add support for B450M S2H V2

 drivers/platform/x86/asus-nb-wmi.c  | 28 ++++++++++++++++++++++++++++
 drivers/platform/x86/gigabyte-wmi.c |  2 ++
 2 files changed, 30 insertions(+)

Comments

pr-tracker-bot@kernel.org Aug. 19, 2021, 9:01 p.m. UTC | #1
The pull request you sent on Thu, 19 Aug 2021 09:36:34 +0200:

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

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

Thank you!