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
Subject: [GIT PULL] platform-drivers-x86 for 5.13-2
Date: Thu, 20 May 2021 14:39:40 +0200 [thread overview]
Message-ID: <ca5ce35d-c5d5-1803-cbb7-b47a5f44e535@redhat.com> (raw)
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(-)
next reply other threads:[~2021-05-20 12:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 12:39 Hans de Goede [this message]
2021-05-20 16:47 ` 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=ca5ce35d-c5d5-1803-cbb7-b47a5f44e535@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=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®