linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for 5.15-1
@ 2021-09-02 14:04 Hans de Goede
  2021-09-02 20:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2021-09-02 14:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andy Shevchenko, Mark Gross, LKML, Greg Kroah-Hartman

Hi Linus,

Here is the main PDx86 PR for v5.15.

Highlights:
 - Move all the Intel drivers into their own subdir(s)
 - New meraki-mx100 platform driver
 - Asus WMI driver enhancements, including
   /sys/firmware/acpi/platform_profile support
 - New BIOS SAR driver for Intel M.2 WWAM modems
 - Alder Lake support for the Intel PMC driver
 - A whole bunch of cleanups + fixes all over the place

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.15-1

for you to fetch changes up to 0487d4fc42d7f31a56cfd9e2237f9ebd889e6112:

  platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from run_smbios_call (2021-08-26 16:09:43 +0200)

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

Highlights:
 - Move all the Intel drivers into their own subdir(s) (mostly Kate's work)
 - New meraki-mx100 platform driver
 - Asus WMI driver enhancements, including
   /sys/firmware/acpi/platform_profile support
 - New BIOS SAR driver for Intel M.2 WWAM modems
 - Alder Lake support for the Intel PMC driver
 - A whole bunch of cleanups + fixes all over the place

The following is an automated git shortlog grouped by driver:

BIOS SAR driver for Intel M.2 Modem:
 - BIOS SAR driver for Intel M.2 Modem

ISST:
 -  use semi-colons instead of commas
 -  Fix optimization with use of numa

Replace deprecated CPU-hotplug functions.:
 - Replace deprecated CPU-hotplug functions.

Update Mario Limonciello's email address in the docs:
 - Update Mario Limonciello's email address in the docs

acer-wmi:
 -  Add Turbo Mode support for Acer PH315-53

add meraki-mx100 platform driver:
 - add meraki-mx100 platform driver

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

asus-wmi:
 -  Fix "unsigned 'retval' is never less than zero" smatch warning
 -  Delete impossible condition
 -  Add support for platform_profile
 -  Add egpu enable method
 -  Add dgpu disable method
 -  Add panel overdrive functionality

dell-smbios:
 -  Remove unused dmi_system_id table

dell-smbios-wmi:
 -  Add missing kfree in error-exit from run_smbios_call
 -  Avoid false-positive memcpy() warning

dell-smo8800:
 -  Convert to be a platform driver

dual_accel_detect:
 -  Use the new i2c_acpi_client_count() helper

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

hp_accel:
 -  Convert to be a platform driver
 -  Remove _INI method call

i2c:
 -  acpi: Add an i2c_acpi_client_count() helper function

i2c-multi-instantiate:
 -  Use the new i2c_acpi_client_count() helper

ideapad-laptop:
 -  Fix Legion 5 Fn lock LED

intel-hid:
 -  Move to intel sub-directory

intel-rst:
 -  Move to intel sub-directory

intel-smartconnect:
 -  Move to intel sub-directory

intel-uncore-frequency:
 -  Move to intel sub-directory

intel-vbtn:
 -  Move to intel sub-directory

intel-wmi-sbl-fw-update:
 -  Move to intel sub-directory

intel-wmi-thunderbolt:
 -  Move to intel sub-directory

intel_atomisp2:
 -  Move to intel sub-directory

intel_bxtwc_tmu:
 -  Move to intel sub-directory

intel_cht_int33fe:
 -  Use the new i2c_acpi_client_count() helper

intel_chtdc_ti_pwrbtn:
 -  Move to intel sub-directory

intel_int0002_vgpio:
 -  Move to intel sub-directory

intel_mrfld_pwrbtn:
 -  Move to intel sub-directory

intel_oaktrail:
 -  Move to intel sub-directory

intel_pmc_core:
 -  Move to intel sub-directory
 -  Prevent possibile overflow

intel_pmt_telemetry:
 -  Ignore zero sized entries

intel_punit_ipc:
 -  Move to intel sub-directory

intel_scu_ipc:
 -  Fix doc of intel_scu_ipc_dev_command_with_size()

intel_speed_select_if:
 -  Move to intel sub-directory

intel_telemetry:
 -  Move to intel sub-directory

intel_turbo_max_3:
 -  Move to intel sub-directory

lg-laptop:
 -  Use correct event for keyboard backlight FN-key
 -  Use correct event for touchpad toggle FN-key
 -  Support for battery charge limit on newer models

platform/mellanox:
 -  mlxbf-pmc: fix kernel-doc notation

platform/surface:
 -  aggregator: Use y instead of objs in Makefile
 -  surface3_power: Use i2c_acpi_get_i2c_resource() helper

platform/x86/intel:
 -  pmc/core: Add GBE Package C10 fix for Alder Lake PCH
 -  pmc/core: Add Alder Lake low power mode support for pmc core
 -  pmc/core: Add Latency Tolerance Reporting (LTR) support to Alder Lake
 -  pmc/core: Add Alderlake support to pmc core driver
 -  int3472: Use y instead of objs in Makefile
 -  pmt: Use y instead of objs in Makefile
 -  int33fe: Use y instead of objs in Makefile
 -  Move Intel PMT drivers to new subfolder

thermal/drivers/intel:
 -  Move intel_menlow to thermal drivers

think-lmi:
 -  add debug_cmd

----------------------------------------------------------------
Andy Shevchenko (9):
      platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helper
      platform/surface: aggregator: Use y instead of objs in Makefile
      platform/x86: dell-smo8800: Convert to be a platform driver
      platform/x86/intel: int33fe: Use y instead of objs in Makefile
      platform/x86/intel: pmt: Use y instead of objs in Makefile
      platform/x86/intel: int3472: Use y instead of objs in Makefile
      platform/x86: intel_scu_ipc: Fix doc of intel_scu_ipc_dev_command_with_size()
      platform/x86: hp_accel: Remove _INI method call
      platform/x86: hp_accel: Convert to be a platform driver

Chris Blake (1):
      platform/x86: add meraki-mx100 platform driver

Dan Carpenter (2):
      platform/x86: asus-wmi: Delete impossible condition
      platform/x86: ISST: use semi-colons instead of commas

David E. Box (4):
      platform/x86/intel: Move Intel PMT drivers to new subfolder
      platform/x86: intel_pmc_core: Prevent possibile overflow
      platform/x86: intel_pmt_telemetry: Ignore zero sized entries
      platform/x86/intel: pmc/core: Add GBE Package C10 fix for Alder Lake PCH

Gayatri Kammela (3):
      platform/x86/intel: pmc/core: Add Alderlake support to pmc core driver
      platform/x86/intel: pmc/core: Add Latency Tolerance Reporting (LTR) support to Alder Lake
      platform/x86/intel: pmc/core: Add Alder Lake low power mode support for pmc core

Hans de Goede (9):
      platform/x86: dell-smbios: Remove unused dmi_system_id table
      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
      i2c: acpi: Add an i2c_acpi_client_count() helper function
      platform/x86: dual_accel_detect: Use the new i2c_acpi_client_count() helper
      platform/x86: i2c-multi-instantiate: Use the new i2c_acpi_client_count() helper
      platform/x86: intel_cht_int33fe: Use the new i2c_acpi_client_count() helper
      platform/x86: Update Mario Limonciello's email address in the docs
      platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from run_smbios_call

JafarAkhondali (1):
      platform/x86: acer-wmi: Add Turbo Mode support for Acer PH315-53

Jiapeng Chong (1):
      platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatch warning

Kate Hsuan (18):
      platform/x86: intel_bxtwc_tmu: Move to intel sub-directory
      platform/x86: intel_chtdc_ti_pwrbtn: Move to intel sub-directory
      platform/x86: intel_mrfld_pwrbtn: Move to intel sub-directory
      platform/x86: intel_punit_ipc: Move to intel sub-directory
      platform/x86: intel_pmc_core: Move to intel sub-directory
      platform/x86: intel_telemetry: Move to intel sub-directory
      platform/x86: intel-rst: Move to intel sub-directory
      platform/x86: intel-smartconnect: Move to intel sub-directory
      platform/x86: intel_turbo_max_3: Move to intel sub-directory
      platform/x86: intel-uncore-frequency: Move to intel sub-directory
      platform/x86: intel_speed_select_if: Move to intel sub-directory
      platform/x86: intel_atomisp2: Move to intel sub-directory
      platform/x86: intel-hid: Move to intel sub-directory
      platform/x86: intel_int0002_vgpio: Move to intel sub-directory
      platform/x86: intel_oaktrail: Move to intel sub-directory
      platform/x86: intel-vbtn: Move to intel sub-directory
      platform/x86: intel-wmi-sbl-fw-update: Move to intel sub-directory
      platform/x86: intel-wmi-thunderbolt: Move to intel sub-directory

Kees Cook (1):
      platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning

Luke D. Jones (4):
      asus-wmi: Add panel overdrive functionality
      asus-wmi: Add dgpu disable method
      asus-wmi: Add egpu enable method
      asus-wmi: Add support for platform_profile

Mark Pearson (1):
      platform/x86: think-lmi: add debug_cmd

Matan Ziv-Av (3):
      platform/x86: lg-laptop: Support for battery charge limit on newer models
      platform/x86: lg-laptop: Use correct event for touchpad toggle FN-key
      platform/x86: lg-laptop: Use correct event for keyboard backlight FN-key

Meng Dong (1):
      platform/x86: ideapad-laptop: Fix Legion 5 Fn lock LED

Randy Dunlap (1):
      platform/mellanox: mlxbf-pmc: fix kernel-doc notation

Sebastian Andrzej Siewior (1):
      platform/x86: Replace deprecated CPU-hotplug functions.

Shravan S (1):
      platform/x86: BIOS SAR driver for Intel M.2 Modem

Srinivas Pandruvada (2):
      platform/x86: ISST: Fix optimization with use of numa
      thermal/drivers/intel: Move intel_menlow to thermal drivers

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

 Documentation/ABI/testing/dell-smbios-wmi          |   2 +-
 Documentation/ABI/testing/sysfs-bus-thunderbolt    |   2 +-
 .../ABI/testing/sysfs-class-firmware-attributes    |  19 +-
 Documentation/ABI/testing/sysfs-driver-intc_sar    |  54 +++
 .../ABI/testing/sysfs-platform-dell-smbios         |   2 +-
 .../testing/sysfs-platform-intel-wmi-thunderbolt   |   2 +-
 Documentation/ABI/testing/sysfs-power              |   2 +-
 Documentation/admin-guide/laptops/lg-laptop.rst    |   4 +-
 MAINTAINERS                                        |  35 +-
 drivers/i2c/i2c-core-acpi.c                        |  32 ++
 drivers/misc/lis3lv02d/lis3lv02d.h                 |   1 -
 drivers/platform/mellanox/mlxbf-pmc.c              |  13 +-
 drivers/platform/surface/aggregator/Makefile       |  15 +-
 drivers/platform/surface/surface3_power.c          |   8 +-
 drivers/platform/x86/Kconfig                       | 291 +-------------
 drivers/platform/x86/Makefile                      |  29 +-
 drivers/platform/x86/acer-wmi.c                    | 179 +++++++++
 drivers/platform/x86/asus-nb-wmi.c                 |  28 ++
 drivers/platform/x86/asus-wmi.c                    | 416 ++++++++++++++++++++-
 drivers/platform/x86/dell/Kconfig                  |   2 +-
 drivers/platform/x86/dell/dcdbas.c                 |   4 +-
 drivers/platform/x86/dell/dell-smbios-smm.c        |  31 --
 drivers/platform/x86/dell/dell-smbios-wmi.c        |   3 +-
 drivers/platform/x86/dell/dell-smo8800.c           |  74 +---
 drivers/platform/x86/dual_accel_detect.h           |  26 +-
 drivers/platform/x86/gigabyte-wmi.c                |   2 +
 drivers/platform/x86/hp_accel.c                    |  78 +---
 drivers/platform/x86/i2c-multi-instantiate.c       |  27 +-
 drivers/platform/x86/ideapad-laptop.c              |   9 +
 drivers/platform/x86/intel/Kconfig                 | 149 ++++++++
 drivers/platform/x86/intel/Makefile                |  39 ++
 drivers/platform/x86/intel/atomisp2/Kconfig        |  43 +++
 drivers/platform/x86/intel/atomisp2/Makefile       |   9 +
 .../{intel_atomisp2_led.c => intel/atomisp2/led.c} |   0
 .../{intel_atomisp2_pm.c => intel/atomisp2/pm.c}   |   0
 .../x86/{intel_bxtwc_tmu.c => intel/bxtwc_tmu.c}   |   0
 .../chtdc_ti_pwrbtn.c}                             |   0
 drivers/platform/x86/{intel-hid.c => intel/hid.c}  |   2 +-
 .../int0002_vgpio.c}                               |   0
 drivers/platform/x86/intel/int1092/Kconfig         |  14 +
 drivers/platform/x86/intel/int1092/Makefile        |   1 +
 drivers/platform/x86/intel/int1092/intel_sar.c     | 316 ++++++++++++++++
 drivers/platform/x86/intel/int1092/intel_sar.h     |  86 +++++
 drivers/platform/x86/intel/int33fe/Makefile        |   2 +-
 .../x86/intel/int33fe/intel_cht_int33fe_common.c   |  29 +-
 drivers/platform/x86/intel/int3472/Makefile        |   2 +-
 .../{intel_mrfld_pwrbtn.c => intel/mrfld_pwrbtn.c} |   0
 .../x86/{intel_oaktrail.c => intel/oaktrail.c}     |   0
 drivers/platform/x86/intel/pmc/Kconfig             |  25 ++
 drivers/platform/x86/intel/pmc/Makefile            |   9 +
 .../x86/{intel_pmc_core.c => intel/pmc/core.c}     | 374 +++++++++++++++++-
 .../x86/{intel_pmc_core.h => intel/pmc/core.h}     |  19 +
 .../pmc/pltdrv.c}                                  |   0
 drivers/platform/x86/intel/pmt/Kconfig             |  40 ++
 drivers/platform/x86/intel/pmt/Makefile            |  12 +
 .../x86/{intel_pmt_class.c => intel/pmt/class.c}   |   2 +-
 .../x86/{intel_pmt_class.h => intel/pmt/class.h}   |   0
 .../{intel_pmt_crashlog.c => intel/pmt/crashlog.c} |   2 +-
 .../pmt/telemetry.c}                               |  10 +-
 .../x86/{intel_punit_ipc.c => intel/punit_ipc.c}   |   0
 drivers/platform/x86/{intel-rst.c => intel/rst.c}  |   0
 .../{intel-smartconnect.c => intel/smartconnect.c} |   0
 .../speed_select_if}/Kconfig                       |   0
 .../speed_select_if}/Makefile                      |   0
 .../speed_select_if}/isst_if_common.c              |   9 +-
 .../speed_select_if}/isst_if_common.h              |   0
 .../speed_select_if}/isst_if_mbox_msr.c            |   0
 .../speed_select_if}/isst_if_mbox_pci.c            |   0
 .../speed_select_if}/isst_if_mmio.c                |   0
 drivers/platform/x86/intel/telemetry/Kconfig       |  16 +
 drivers/platform/x86/intel/telemetry/Makefile      |  11 +
 .../telemetry/core.c}                              |   0
 .../telemetry/debugfs.c}                           |   0
 .../telemetry/pltdrv.c}                            |   0
 .../{intel_turbo_max_3.c => intel/turbo_max_3.c}   |   0
 .../uncore-frequency.c}                            |   0
 .../platform/x86/{intel-vbtn.c => intel/vbtn.c}    |   2 +-
 drivers/platform/x86/intel/wmi/Kconfig             |  31 ++
 drivers/platform/x86/intel/wmi/Makefile            |   9 +
 .../wmi/sbl-fw-update.c}                           |   0
 .../wmi/thunderbolt.c}                             |   0
 drivers/platform/x86/intel_scu_ipc.c               |   2 +-
 drivers/platform/x86/lg-laptop.c                   | 107 +++++-
 drivers/platform/x86/meraki-mx100.c                | 230 ++++++++++++
 drivers/platform/x86/think-lmi.c                   |  80 ++++
 drivers/platform/x86/think-lmi.h                   |   1 +
 drivers/thermal/intel/Kconfig                      |   9 +
 drivers/thermal/intel/Makefile                     |   1 +
 .../{platform/x86 => thermal/intel}/intel_menlow.c |   0
 include/linux/i2c.h                                |   5 +
 include/linux/platform_data/x86/asus-wmi.h         |   7 +
 91 files changed, 2459 insertions(+), 636 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intc_sar
 create mode 100644 drivers/platform/x86/intel/atomisp2/Kconfig
 create mode 100644 drivers/platform/x86/intel/atomisp2/Makefile
 rename drivers/platform/x86/{intel_atomisp2_led.c => intel/atomisp2/led.c} (100%)
 rename drivers/platform/x86/{intel_atomisp2_pm.c => intel/atomisp2/pm.c} (100%)
 rename drivers/platform/x86/{intel_bxtwc_tmu.c => intel/bxtwc_tmu.c} (100%)
 rename drivers/platform/x86/{intel_chtdc_ti_pwrbtn.c => intel/chtdc_ti_pwrbtn.c} (100%)
 rename drivers/platform/x86/{intel-hid.c => intel/hid.c} (99%)
 rename drivers/platform/x86/{intel_int0002_vgpio.c => intel/int0002_vgpio.c} (100%)
 create mode 100644 drivers/platform/x86/intel/int1092/Kconfig
 create mode 100644 drivers/platform/x86/intel/int1092/Makefile
 create mode 100644 drivers/platform/x86/intel/int1092/intel_sar.c
 create mode 100644 drivers/platform/x86/intel/int1092/intel_sar.h
 rename drivers/platform/x86/{intel_mrfld_pwrbtn.c => intel/mrfld_pwrbtn.c} (100%)
 rename drivers/platform/x86/{intel_oaktrail.c => intel/oaktrail.c} (100%)
 create mode 100644 drivers/platform/x86/intel/pmc/Kconfig
 create mode 100644 drivers/platform/x86/intel/pmc/Makefile
 rename drivers/platform/x86/{intel_pmc_core.c => intel/pmc/core.c} (82%)
 rename drivers/platform/x86/{intel_pmc_core.h => intel/pmc/core.h} (94%)
 rename drivers/platform/x86/{intel_pmc_core_pltdrv.c => intel/pmc/pltdrv.c} (100%)
 create mode 100644 drivers/platform/x86/intel/pmt/Kconfig
 create mode 100644 drivers/platform/x86/intel/pmt/Makefile
 rename drivers/platform/x86/{intel_pmt_class.c => intel/pmt/class.c} (99%)
 rename drivers/platform/x86/{intel_pmt_class.h => intel/pmt/class.h} (100%)
 rename drivers/platform/x86/{intel_pmt_crashlog.c => intel/pmt/crashlog.c} (99%)
 rename drivers/platform/x86/{intel_pmt_telemetry.c => intel/pmt/telemetry.c} (93%)
 rename drivers/platform/x86/{intel_punit_ipc.c => intel/punit_ipc.c} (100%)
 rename drivers/platform/x86/{intel-rst.c => intel/rst.c} (100%)
 rename drivers/platform/x86/{intel-smartconnect.c => intel/smartconnect.c} (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/Kconfig (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/Makefile (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/isst_if_common.c (99%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/isst_if_common.h (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/isst_if_mbox_msr.c (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/isst_if_mbox_pci.c (100%)
 rename drivers/platform/x86/{intel_speed_select_if => intel/speed_select_if}/isst_if_mmio.c (100%)
 create mode 100644 drivers/platform/x86/intel/telemetry/Kconfig
 create mode 100644 drivers/platform/x86/intel/telemetry/Makefile
 rename drivers/platform/x86/{intel_telemetry_core.c => intel/telemetry/core.c} (100%)
 rename drivers/platform/x86/{intel_telemetry_debugfs.c => intel/telemetry/debugfs.c} (100%)
 rename drivers/platform/x86/{intel_telemetry_pltdrv.c => intel/telemetry/pltdrv.c} (100%)
 rename drivers/platform/x86/{intel_turbo_max_3.c => intel/turbo_max_3.c} (100%)
 rename drivers/platform/x86/{intel-uncore-frequency.c => intel/uncore-frequency.c} (100%)
 rename drivers/platform/x86/{intel-vbtn.c => intel/vbtn.c} (99%)
 create mode 100644 drivers/platform/x86/intel/wmi/Kconfig
 create mode 100644 drivers/platform/x86/intel/wmi/Makefile
 rename drivers/platform/x86/{intel-wmi-sbl-fw-update.c => intel/wmi/sbl-fw-update.c} (100%)
 rename drivers/platform/x86/{intel-wmi-thunderbolt.c => intel/wmi/thunderbolt.c} (100%)
 create mode 100644 drivers/platform/x86/meraki-mx100.c
 rename drivers/{platform/x86 => thermal/intel}/intel_menlow.c (100%)


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

* Re: [GIT PULL] platform-drivers-x86 for 5.15-1
  2021-09-02 14:04 [GIT PULL] platform-drivers-x86 for 5.15-1 Hans de Goede
@ 2021-09-02 20:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-02 20:55 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Linus Torvalds, Andy Shevchenko, Mark Gross, LKML, Greg Kroah-Hartman

The pull request you sent on Thu, 2 Sep 2021 16:04:10 +0200:

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

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

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-09-02 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 14:04 [GIT PULL] platform-drivers-x86 for 5.15-1 Hans de Goede
2021-09-02 20:55 ` 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).