linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for 5.13-2
@ 2021-05-20 12:39 Hans de Goede
  2021-05-20 16:47 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2021-05-20 12:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Gross, Linux Kernel Mailing List, platform-driver-x86

Hi Linus,

Here is a set of bug-fixes and some model specific quirks for platform-drivers-x86 for 5.13.

Regards,

Hans


The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

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

for you to fetch changes up to e68671e9e1275dfdda333c3e83b6d28963af16b6:

  platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro (CWI529) tablet (2021-05-20 14:11:03 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v5.13-2

Assorted pdx86 bug-fixes and model-specific quirks for 5.13.

The following is an automated git shortlog grouped by driver:

dell-smbios-wmi:
 -  Fix oops on rmmod dell_smbios

gigabyte-wmi:
 -  add support for B550 Aorus Elite
 -  add support for X570 UD
 -  streamline dmi matching

hp-wireless:
 -  add AMD's hardware id to the supported list

hp_accel:
 -  Avoid invoking _INI to speed up resume

ideapad-laptop:
 -  fix method name typo
 -  fix a NULL pointer dereference

intel_int0002_vgpio:
 -  Only call enable_irq_wake() when using s2idle

intel_punit_ipc:
 -  Append MODULE_DEVICE_TABLE for ACPI

platform/mellanox:
 -  mlxbf-tmfifo: Fix a memory barrier issue

platform/surface:
 -  dtx: Fix poll function
 -  aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
 -  aggregator: avoid clang -Wconstant-conversion warning
 -  aggregator: Do not mark interrupt as shared

touchscreen_dmi:
 -  Add info for the Chuwi Hi10 Pro (CWI529) tablet
 -  Add info for the Mediacom Winpad 7.0 W700 tablet

----------------------------------------------------------------
Andy Shevchenko (1):
      platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI

Arnd Bergmann (1):
      platform/surface: aggregator: avoid clang -Wconstant-conversion warning

Barnabás Pőcze (1):
      platform/x86: ideapad-laptop: fix method name typo

Hans de Goede (3):
      platform/x86: intel_int0002_vgpio: Only call enable_irq_wake() when using s2idle
      platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios
      platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro (CWI529) tablet

Kai-Heng Feng (1):
      platform/x86: hp_accel: Avoid invoking _INI to speed up resume

Liming Sun (1):
      platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue

Maximilian Luz (3):
      platform/surface: aggregator: Do not mark interrupt as shared
      platform/surface: aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
      platform/surface: dtx: Fix poll function

Qiu Wenbo (1):
      platform/x86: ideapad-laptop: fix a NULL pointer dereference

Shyam Sundar S K (1):
      platform/x86: hp-wireless: add AMD's hardware id to the supported list

Teava Radu (1):
      platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet

Thomas Weißschuh (3):
      platform/x86: gigabyte-wmi: streamline dmi matching
      platform/x86: gigabyte-wmi: add support for X570 UD
      platform/x86: gigabyte-wmi: add support for B550 Aorus Elite

 MAINTAINERS                                      |  1 +
 drivers/misc/lis3lv02d/lis3lv02d.h               |  1 +
 drivers/platform/mellanox/mlxbf-tmfifo.c         | 11 +++-
 drivers/platform/surface/aggregator/controller.c |  3 +-
 drivers/platform/surface/surface_dtx.c           |  8 +--
 drivers/platform/x86/Kconfig                     |  2 +-
 drivers/platform/x86/dell/dell-smbios-wmi.c      |  3 +-
 drivers/platform/x86/gigabyte-wmi.c              | 38 +++++------
 drivers/platform/x86/hp-wireless.c               |  2 +
 drivers/platform/x86/hp_accel.c                  | 22 ++++++-
 drivers/platform/x86/ideapad-laptop.c            | 13 ++--
 drivers/platform/x86/intel_int0002_vgpio.c       | 80 +++++++++++++++++-------
 drivers/platform/x86/intel_punit_ipc.c           |  1 +
 drivers/platform/x86/touchscreen_dmi.c           | 43 +++++++++++++
 include/linux/surface_aggregator/device.h        |  6 +-
 15 files changed, 164 insertions(+), 70 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] platform-drivers-x86 for 5.13-2
  2021-05-20 12:39 [GIT PULL] platform-drivers-x86 for 5.13-2 Hans de Goede
@ 2021-05-20 16:47 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-20 16:47 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Linus Torvalds, Mark Gross, Linux Kernel Mailing List,
	platform-driver-x86

The pull request you sent on Thu, 20 May 2021 14:39:40 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-20 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 12:39 [GIT PULL] platform-drivers-x86 for 5.13-2 Hans de Goede
2021-05-20 16:47 ` pr-tracker-bot

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).