linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for 5.9-2
@ 2020-10-05 13:55 Andy Shevchenko
  2020-10-05 20:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2020-10-05 13:55 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: LKML, Darren Hart, Andy Shevchenko, Hans de Goede, Mark Gross

Hi Linus,

I know that this is not the right time for the PR of such size, but we kinda
have a force major situation. As you know Darren have been not having time to
fulfil maintainer's responsibilities for some time already and now I have to
step down as a maintainer as well. I will concentrate on the tasks that are
closer to my area of responsibilities (GPIO and pin control drivers for Intel
PCHs, SoCs and PMICs along with some standalone drivers here and there).

Meanwhile PDx86 is not going to be abandoned or forgotten. We have got Hans and
Mark to support and as you may see in the MAINTAINERS update the status of the
subsystem becomes rather alive than dead. So, I welcome new maintainers and
vive le sous-système PDx86!

This is PR for v5.9 release as we have some troubles with Tablet Mode reporting
and users are complaining a lot about.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.9-2

for you to fetch changes up to 720ef73d1a239e33c3ad8fac356b9b1348e68aaf:

  platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse (2020-10-05 12:20:42 +0300)

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

* Attempt #3 of enabling Tablet Mode reporting w/o regressions
* Improve battery recognition code in ASUS WMI driver
* Fix Kconfig dependency warning for Fujitsu and LG laptop drivers
* Add fixes in Thinkpad ACPI driver for _BCL method and NVRAM polling
* Fix power supply extended topology in Mellanox driver
* Fix memory leak in OLPC EC driver
* Avoid static struct device in Intel PMC core driver
* Add support for the touchscreen found in MPMAN Converter9 2-in-1
* Update MAINTAINERS to reflect the real state of affairs

The following is an automated git shortlog grouped by driver:

asus-nb-wmi:
 -  Revert "Do not load on Asus T100TA and T200TA"

asus-wmi:
 -  Add BATC battery name to the list of supported

intel_pmc_core:
 -  do not create a static struct device

intel-vbtn:
 -  Switch to an allow-list for SW_TABLET_MODE reporting
 -  Revert "Fix SW_TABLET_MODE always reporting 1 on the HP Pavilion 11 x360"
 -  Fix SW_TABLET_MODE always reporting 1 on the HP Pavilion 11 x360

MAINTAINERS:
 -  Add Mark Gross and Hans de Goede as x86 platform drivers maintainers

mlx-platform:
 -  Fix extended topology configuration for power supply units

pcengines-apuv2:
 -  Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0

Platform:
 -  fix kconfig dependency warning for FUJITSU_LAPTOP
 -  fix kconfig dependency warning for LG_LAPTOP
 -  OLPC: Fix memleak in olpc_ec_probe

thinkpad_acpi:
 -  re-initialize ACPI buffer size when reuse
 -  initialize tp_nvram_state variable
 -  fix underline length build warning

touchscreen_dmi:
 -  Add info for the MPMAN Converter9 2-in-1

----------------------------------------------------------------
Aaron Ma (1):
      platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse

Andy Shevchenko (1):
      platform/x86: intel-vbtn: Revert "Fix SW_TABLET_MODE always reporting 1 on the HP Pavilion 11 x360"

Dinghao Liu (1):
      Platform: OLPC: Fix memleak in olpc_ec_probe

Ed Wildgoose (1):
      platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0

Greg Kroah-Hartman (1):
      platform/x86: intel_pmc_core: do not create a static struct device

Hans de Goede (5):
      platform/x86: touchscreen_dmi: Add info for the MPMAN Converter9 2-in-1
      platform/x86: asus-nb-wmi: Revert "Do not load on Asus T100TA and T200TA"
      platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pavilion 11 x360
      platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reporting
      MAINTAINERS: Add Mark Gross and Hans de Goede as x86 platform drivers maintainers

Marius Iacob (1):
      platform/x86: asus-wmi: Add BATC battery name to the list of supported

Necip Fazil Yildiran (2):
      platform/x86: fix kconfig dependency warning for LG_LAPTOP
      platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP

Randy Dunlap (1):
      Documentation: laptops: thinkpad-acpi: fix underline length build warning

Tom Rix (1):
      platform/x86: thinkpad_acpi: initialize tp_nvram_state variable

Vadim Pasternak (1):
      platform/x86: mlx-platform: Fix extended topology configuration for power supply units

 .../admin-guide/laptops/thinkpad-acpi.rst          |  2 +-
 MAINTAINERS                                        |  6 +--
 drivers/platform/olpc/olpc-ec.c                    |  4 +-
 drivers/platform/x86/Kconfig                       |  2 +
 drivers/platform/x86/asus-nb-wmi.c                 | 24 ----------
 drivers/platform/x86/asus-wmi.c                    |  1 +
 drivers/platform/x86/intel-vbtn.c                  | 52 ++++++++++++++++++----
 drivers/platform/x86/intel_pmc_core_pltdrv.c       | 26 +++++++----
 drivers/platform/x86/mlx-platform.c                | 18 +++++---
 drivers/platform/x86/pcengines-apuv2.c             |  2 +-
 drivers/platform/x86/thinkpad_acpi.c               |  6 ++-
 drivers/platform/x86/touchscreen_dmi.c             | 25 +++++++++++
 include/linux/platform_data/gpio/gpio-amd-fch.h    |  2 +-
 13 files changed, 114 insertions(+), 56 deletions(-)

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] platform-drivers-x86 for 5.9-2
  2020-10-05 13:55 [GIT PULL] platform-drivers-x86 for 5.9-2 Andy Shevchenko
@ 2020-10-05 20:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-05 20:15 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Linus Torvalds, LKML, Darren Hart, Andy Shevchenko,
	Hans de Goede, Mark Gross

The pull request you sent on Mon, 5 Oct 2020 16:55:21 +0300:

> git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.9-2

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

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:[~2020-10-05 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 13:55 [GIT PULL] platform-drivers-x86 for 5.9-2 Andy Shevchenko
2020-10-05 20:15 ` 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).