linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for 5.9-1
@ 2020-08-03 11:33 Andy Shevchenko
  2020-08-04  1:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2020-08-03 11:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Darren Hart, Andy Shevchenko

Hi Linus,

Rather calm cycle for PDx86 and here is PR for v5.9. No conflicts were found
so far. It was in the Linux next for a while and no bot complains.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 67186653c90360922e3965d0376a61dbf6c42711:

  platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures (2020-08-02 14:07:04 +0300)

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

* ASUS WMI driver honors BAT1 name of the battery
  (quite a few new laptops are using it)
* Dell WMI driver supports new key codes and backlight events
* ThinkPad ACPI driver now may use standard charge threshold interface,
  it also has been updated to provide Laptop or Desktop mode to the user
* Intel Speed Select Technology gained support on Sapphire Rapids platform
* Regular update of Speed Select Technology tools
* Mellanox has been updated to support complex attributes
* PMC core driver has been fixed to show correct names for LPM0 register
* HTTP links were replaced by HTTPS ones where it applies
* Miscellaneous fixes and cleanups here and there

The following is an automated git shortlog grouped by driver:

acerhdf:
 -  Replace HTTP links with HTTPS ones

Add new intel_atomisp2_led driver:
 - Add new intel_atomisp2_led driver

apple-gmux:
 -  Replace HTTP links with HTTPS ones

asus-nb-wmi:
 -  Drop duplicate DMI quirk structures
 -  add support for ASUS ROG Zephyrus G14 and G15

asus-wmi:
 -  allow BAT1 battery name

dell-wmi:
 -  add new dmi mapping for keycode 0xffff
 -  add new keymap type 0x0012
 -  add new backlight events

intel_cht_int33fe:
 -  Drop double check for ACPI companion device

intel-hid:
 -  Fix return value check in check_acpi_dev()

intel_pmc_core:
 -  fix bound check in pmc_core_mphy_pg_show()
 -  update TGL's LPM0 reg bit map name

intel-vbtn:
 -  Fix return value check in check_acpi_dev()

ISST:
 -  drop a duplicated word in isst_if.h
 -  Add new PCI device ids

pcengines-apuv2:
 -  revert wiring up simswitch GPIO as LED

platform/mellanox:
 -  Introduce string_upper() and string_lower() helpers
 -  Add string_upper() and string_lower() tests
 -  Extend FAN platform data description
 -  Add more definitions for system attributes
 -  Add new attribute for mlxreg-io sysfs interfaces
 -  Add presence register field for FAN devices
 -  Add support for complex attributes
 -  mlxreg-io: Add support for complex attributes
 -  mlxreg-hotplug: Add environmental data to uevent
 -  mlxreg-hotplug: Use capability register for attribute creation
 -  mlxreg-hotplug: Modify module license

system76-acpi:
 -  Fix brightness_set schedule while atomic

thinkpad_acpi:
 -  Make some symbols static
 -  add documentation for battery charge control
 -  use standard charge control attribute names
 -  remove unused defines
 -  Replace HTTP links with HTTPS ones
 -  not loading brightness_init when _BCL invalid
 -  lap or desk mode interface
 -  Revert "Use strndup_user() in dispatch_proc_write()"

tools/power/x86/intel-speed-select:
 -  Update version for v5.9
 -  Add retries for mail box commands
 -  Add option to delay mbox commands
 -  Ignore -o option processing on error
 -  Change path for caching topology info

----------------------------------------------------------------
Aaron Ma (1):
      platform/x86: thinkpad_acpi: not loading brightness_init when _BCL invalid

Alexander A. Klimov (3):
      platform/x86: thinkpad_acpi: Replace HTTP links with HTTPS ones
      platform/x86: apple-gmux: Replace HTTP links with HTTPS ones
      platform/x86: acerhdf: Replace HTTP links with HTTPS ones

Andy Shevchenko (4):
      platform/x86: intel_cht_int33fe: Drop double check for ACPI companion device
      platform/x86: thinkpad_acpi: Revert "Use strndup_user() in dispatch_proc_write()"
      Merge branch 'for-next'
      platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures

Armas Spann (1):
      platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15

Barnabás Pőcze (1):
      platform/x86: thinkpad_acpi: add documentation for battery charge control

Florian Eckert (1):
      platform/x86: pcengines-apuv2: revert wiring up simswitch GPIO as LED

Gaurav Singh (1):
      platform/x86: intel_pmc_core: fix bound check in pmc_core_mphy_pg_show()

Hans de Goede (1):
      platform/x86: Add new intel_atomisp2_led driver

Lu Wei (2):
      platform/x86: intel-hid: Fix return value check in check_acpi_dev()
      platform/x86: intel-vbtn: Fix return value check in check_acpi_dev()

Mark Pearson (1):
      platform/x86: thinkpad_acpi: lap or desk mode interface

Nick Shipp (1):
      platform/x86: system76-acpi: Fix brightness_set schedule while atomic

Randy Dunlap (1):
      platform/x86: ISST: drop a duplicated word in isst_if.h

Sathyanarayana Nujella (1):
      platform/x86: intel_pmc_core: update TGL's LPM0 reg bit map name

Srinivas Pandruvada (6):
      platform/x86: ISST: Add new PCI device ids
      tools/power/x86/intel-speed-select: Change path for caching topology info
      tools/power/x86/intel-speed-select: Ignore -o option processing on error
      tools/power/x86/intel-speed-select: Add option to delay mbox commands
      tools/power/x86/intel-speed-select: Add retries for mail box commands
      tools/power/x86/intel-speed-select: Update version for v5.9

Thomas Weißschuh (2):
      platform/x86: thinkpad_acpi: remove unused defines
      platform/x86: thinkpad_acpi: use standard charge control attribute names

Vadim Pasternak (11):
      lib/string_helpers: Introduce string_upper() and string_lower() helpers
      lib/test-string_helpers.c: Add string_upper() and string_lower() tests
      platform/mellanox: mlxreg-hotplug: Modify module license
      platform/mellanox: mlxreg-hotplug: Use capability register for attribute creation
      platform/mellanox: mlxreg-hotplug: Add environmental data to uevent
      platform_data/mlxreg: Add support for complex attributes
      platform/x86: mlx-platform: Add more definitions for system attributes
      platform/mellanox: mlxreg-io: Add support for complex attributes
      Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces
      platform_data/mlxreg: Add presence register field for FAN devices
      platform/x86: mlx-platform: Extend FAN platform data description

Vasiliy Kupriakov (1):
      platform/x86: asus-wmi: allow BAT1 battery name

Wei Yongjun (1):
      platform/x86: thinkpad_acpi: Make some symbols static

Y Paritcher (3):
      platform/x86: dell-wmi: add new backlight events
      platform/x86: dell-wmi: add new keymap type 0x0012
      platform/x86: dell-wmi: add new dmi mapping for keycode 0xffff

 Documentation/ABI/stable/sysfs-driver-mlxreg-io    |  17 ++
 .../admin-guide/laptops/thinkpad-acpi.rst          |  32 ++++
 MAINTAINERS                                        |   6 +
 drivers/platform/mellanox/mlxreg-hotplug.c         | 114 ++++++++------
 drivers/platform/mellanox/mlxreg-io.c              |  45 ++++--
 drivers/platform/x86/Kconfig                       |  23 ++-
 drivers/platform/x86/Makefile                      |   1 +
 drivers/platform/x86/acerhdf.c                     |   2 +-
 drivers/platform/x86/apple-gmux.c                  |  16 +-
 drivers/platform/x86/asus-nb-wmi.c                 |  77 ++++++++++
 drivers/platform/x86/asus-wmi.c                    |   1 +
 drivers/platform/x86/dell-wmi.c                    |  28 +++-
 drivers/platform/x86/intel-hid.c                   |   2 +-
 drivers/platform/x86/intel-vbtn.c                  |   2 +-
 drivers/platform/x86/intel_atomisp2_led.c          | 116 ++++++++++++++
 drivers/platform/x86/intel_cht_int33fe_common.c    |  14 +-
 drivers/platform/x86/intel_pmc_core.c              |   4 +-
 .../x86/intel_speed_select_if/isst_if_common.h     |   3 +
 .../x86/intel_speed_select_if/isst_if_mbox_pci.c   |   1 +
 .../x86/intel_speed_select_if/isst_if_mmio.c       |   1 +
 drivers/platform/x86/mlx-platform.c                | 141 +++++++++++++++++
 drivers/platform/x86/pcengines-apuv2.c             |   3 -
 drivers/platform/x86/system76_acpi.c               |  12 +-
 drivers/platform/x86/thinkpad_acpi.c               | 171 ++++++++++++++++++---
 include/linux/platform_data/mlxreg.h               |   4 +
 include/linux/string_helpers.h                     |  15 ++
 include/uapi/linux/isst_if.h                       |   2 +-
 lib/test-string_helpers.c                          |  67 ++++++++
 tools/power/x86/intel-speed-select/isst-config.c   |  81 +++++++---
 29 files changed, 863 insertions(+), 138 deletions(-)
 create mode 100644 drivers/platform/x86/intel_atomisp2_led.c

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] platform-drivers-x86 for 5.9-1
  2020-08-03 11:33 [GIT PULL] platform-drivers-x86 for 5.9-1 Andy Shevchenko
@ 2020-08-04  1:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-04  1:10 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linus Torvalds, LKML, Darren Hart, Andy Shevchenko

The pull request you sent on Mon, 3 Aug 2020 14:33:52 +0300:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-08-04  1:10 UTC | newest]

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