Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux PM <linux-pm@vger.kernel.org>
Subject: [GIT PULL] ACPI updates for v6.10-rc1
Date: Mon, 13 May 2024 21:30:05 +0200	[thread overview]
Message-ID: <CAJZ5v0iTaVs5EBUkq0Vs39y+gYCcsZypW5YJNS1n3ES+upM2JQ@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-6.10-rc1

with top-most commit e573d27e18f8289454b6abb378de531374bd3cde

 Merge branches 'acpi-tools', 'acpi-docs' and 'pnp'

on top of commit dd5a440a31fae6e459c0d6271dddd62825505361

 Linux 6.9-rc7

to receive ACPI updates for 6.10-rc1.

These are ACPICA updates coming from the 20240322 release upstream, an
ACPI DPTF driver update adding new platform support for it, some new
quirks and some assorted fixes and cleanups.

Specifics:

 - Add EINJ CXL error types to actbl1.h (Ben Cheatham).

 - Add support for RAS2 table to ACPICA (Shiju Jose).

 - Fix various spelling mistakes in text files and code comments in
   ACPICA (Colin Ian King).

 - Fix spelling and typos in ACPICA (Saket Dumbre).

 - Modify ACPI_OBJECT_COMMON_HEADER (lijun).

 - Add RISC-V RINTC affinity structure support to ACPICA (Haibo Xu).

 - Fix CXL 3.0 structure (RDPAS) in the CEDT table (Hojin Nam).

 - Add missin increment of registered GPE count to ACPICA (Daniil
   Tatianin).

 - Mark new ACPICA release 20240322 (Saket Dumbre).

 - Add support for the AEST V2 table to ACPICA (Ruidong Tian).

 - Disable -Wstringop-truncation for some ACPICA code in the kernel to
   avoid a compiler warning  that is not very useful (Arnd Bergmann).

 - Make the kernel indicate support for several ACPI features that are
   in fact supported to the platform firmware through _OSC and fix the
   Generic Initiator Affinity _OSC bit (Armin Wolf).

 - Make the ACPI core set the owner value for ACPI drivers, drop the
   owner setting from a number of drivers and eliminate the owner
   field from struct acpi_driver (Krzysztof Kozlowski).

 - Rearrange fields in several structures to effectively eliminate
   computations from container_of() in some cases (Andy Shevchenko).

 - Do some assorted cleanups of the ACPI device enumeration code (Andy
   Shevchenko).

 - Make the ACPI device enumeration code skip devices with _STA values
   clearly identified by the specification as invalid (Rafael Wysocki).

 - Rework the handling of the NHLT table to simplify and clarify it and
   drop some obsolete pieces (Cezary Rojewski).

 - Add ACPI IRQ override quirks for Asus Vivobook Pro N6506MV, TongFang
   GXxHRXx and GMxHGxx, and XMG APEX 17 M23 (Guenter Schafranek, Tamim
   Khan, Christoffer Sandberg).

 - Add reference to UEFI DSD Guide to the documentation related to the
   ACPI handling of device properties (Sakari Ailus).

 - Fix SRAT lookup of CFMWS ranges with numa_fill_memblks(), remove
   lefover architecture-dependent code from the ACPI NUMA handling code
   and simplify it on top of that (Robert Richter).

 - Add a num-cs device property to specify the number of chip selects
   for Intel Braswell to the ACPI LPSS (Intel SoC) driver and remove a
   nested CONFIG_PM #ifdef from it (Andy Shevchenko).

 - Move three x86-specific ACPI files to the x86 directory (Andy
   Shevchenko).

 - Mark SMO8810 accel on Dell XPS 15 9550 as always present and add a
   PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (Hans de Goede).

 - Move acpi_blacklisted() declaration to asm/acpi.h (Kuppuswamy
   Sathyanarayanan).

 - Add Lunar Lake support to the ACPI DPTF driver (Sumeet Pawnikar).

 - Mark the einj_driver driver's remove callback as __exit because it
   cannot get unbound via sysfs (Uwe Kleine-König).

 - Fix a typo in the ACPI documentation regarding the layout of sysfs
   subdirectory representing the ACPI namespace (John Watts).

 - Make the ACPI pfrut utility print the update_cap field during
   capability query (Chen Yu).

 - Add HAS_IOPORT dependencies to PNP (Niklas Schnelle).

 - Add backlight=native quirk for Lenovo Slim 7 16ARH7 to the ACPI
   backlight (video) driver (Takashi Iwai).

Thanks!


---------------

Andy Shevchenko (12):
      ACPI: bus: Make container_of() no-op where it makes sense
      ACPI: bus: Don't use "proxy" headers
      ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()
      ACPI: scan: Move misleading comment to acpi_dma_configure_id()
      ACPI: scan: Use standard error checking pattern
      ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context members
      ACPI: LPSS: Advertise number of chip selects via property
      ACPI: LPSS: Remove nested ifdeffery for CONFIG_PM
      ACPI: x86: Introduce a Makefile
      ACPI: x86: Move acpi_cmos_rtc to x86 folder
      ACPI: x86: Move blacklist to x86 folder
      ACPI: x86: Move LPSS to x86 folder

Armin Wolf (5):
      ACPI: bus: Indicate support for _TFP thru _OSC
      ACPI: bus: Indicate support for more than 16 p-states thru _OSC
      ACPI: bus: Indicate support for the Generic Event Device thru _OSC
      ACPI: Fix Generic Initiator Affinity _OSC bit
      ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC

Arnd Bergmann (1):
      ACPI: disable -Wstringop-truncation

Ben Cheatham (1):
      ACPICA: actbl1.h: Add EINJ CXL error types

Cezary Rojewski (4):
      ACPI: NHLT: Reintroduce types the table consists of
      ACPI: NHLT: Introduce API for the table
      ACPI: NHLT: Drop redundant types
      ACPI: NHLT: Streamline struct naming

Chen Yu (1):
      ACPI: tools: pfrut: Print the update_cap field during capability query

Christoffer Sandberg (1):
      ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx

Colin Ian King (1):
      ACPICA: Fix various spelling mistakes in text files and code comments

Daniil Tatianin (1):
      ACPICA: events/evgpeinit: don't forget to increment registered GPE count

Guenter Schafranek (1):
      ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23)

Haibo Xu (2):
      ACPICA: SRAT: Add RISC-V RINTC affinity structure
      ACPICA: SRAT: Add dump and compiler support for RINTC affinity structure

Hans de Goede (2):
      ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present
      ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets

Hojin Nam (1):
      ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table

John Watts (1):
      Documentation: firmware-guide: ACPI: Fix namespace typo

Krzysztof Kozlowski (19):
      ACPI: store owner from modules with acpi_bus_register_driver()
      Input: atlas - drop owner assignment
      net: fjes: drop owner assignment
      platform/chrome: wilco_ec: drop owner assignment
      platform: asus-laptop: drop owner assignment
      platform: classmate-laptop: drop owner assignment
      platform/x86/dell: drop owner assignment
      platform/x86/eeepc: drop owner assignment
      platform/x86/intel/rst: drop owner assignment
      platform/x86/intel/smartconnect: drop owner assignment
      platform/x86/lg-laptop: drop owner assignment
      platform/x86/sony-laptop: drop owner assignment
      platform/x86/toshiba_acpi: drop owner assignment
      platform/x86/toshiba_bluetooth: drop owner assignment
      platform/x86/toshiba_haps: drop owner assignment
      platform/x86/wireless-hotkey: drop owner assignment
      ptp: vmw: drop owner assignment
      virt: vmgenid: drop owner assignment
      ACPI: drop redundant owner from acpi_driver

Kuppuswamy Sathyanarayanan (1):
      ACPI: Move acpi_blacklisted() declaration to asm/acpi.h

Niklas Schnelle (1):
      PNP: add HAS_IOPORT dependencies

Rafael J. Wysocki (1):
      ACPI: scan: Avoid enumerating devices with clearly invalid _STA values

Robert Richter (4):
      x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
      ACPI/NUMA: Remove architecture dependent remainings
      ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
      ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into
acpi_parse_memory_affinity()

Ruidong Tian (1):
      ACPICA: AEST: Add support for the AEST V2 table

Sakari Ailus (1):
      ACPI: property: Add reference to UEFI DSD Guide

Saket Dumbre (4):
      ACPICA: Attempt 1 to fix issue #900
      ACPICA: Clean up the fix for Issue #900
      ACPICA: Fix spelling and typos
      ACPICA: Update acpixf.h for new ACPICA release 20240322

Shiju Jose (1):
      ACPICA: ACPI 6.5: RAS2: Add support for RAS2 table

Sumeet Pawnikar (1):
      ACPI: DPTF: Add Lunar Lake support

Takashi Iwai (1):
      ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7

Tamim Khan (1):
      ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV

Uwe Kleine-König (1):
      ACPI: APEI: EINJ: mark remove callback as __exit

lijun (1):
      ACPICA: Modify ACPI_OBJECT_COMMON_HEADER

---------------

 Documentation/firmware-guide/acpi/namespace.rst    |   4 +-
 arch/x86/include/asm/acpi.h                        |   2 +
 arch/x86/include/asm/sparsemem.h                   |   2 -
 arch/x86/mm/numa.c                                 |   4 +-
 drivers/acpi/Kconfig                               |   3 +
 drivers/acpi/Makefile                              |   8 +-
 drivers/acpi/acpica/Makefile                       |   1 +
 drivers/acpi/acpica/aclocal.h                      |   2 +-
 drivers/acpi/acpica/acobject.h                     | 107 +++--
 drivers/acpi/acpica/evgpeinit.c                    |   1 +
 drivers/acpi/acpica/utdebug.c                      |   5 +
 drivers/acpi/apei/einj-core.c                      |  12 +-
 drivers/acpi/bus.c                                 |  25 +-
 drivers/acpi/dock.c                                |  48 +-
 drivers/acpi/dptf/dptf_pch_fivr.c                  |   1 +
 drivers/acpi/dptf/dptf_power.c                     |   2 +
 drivers/acpi/dptf/int340x_thermal.c                |   6 +
 drivers/acpi/fan.h                                 |   1 +
 drivers/acpi/internal.h                            |   3 +-
 drivers/acpi/nhlt.c                                | 289 ++++++++++++
 drivers/acpi/numa/srat.c                           |  82 ++--
 drivers/acpi/property.c                            |  11 +-
 drivers/acpi/resource.c                            |  25 +
 drivers/acpi/scan.c                                |  30 +-
 drivers/acpi/video_detect.c                        |   8 +
 drivers/acpi/x86/Makefile                          |   8 +
 drivers/acpi/{ => x86}/blacklist.c                 |   2 +-
 drivers/acpi/{acpi_cmos_rtc.c => x86/cmos_rtc.c}   |   2 +-
 drivers/acpi/{acpi_lpss.c => x86/lpss.c}           |   5 +-
 drivers/acpi/x86/utils.c                           |  29 +-
 drivers/input/misc/atlas_btns.c                    |   1 -
 drivers/net/fjes/fjes_main.c                       |   1 -
 drivers/platform/chrome/wilco_ec/event.c           |   1 -
 drivers/platform/x86/asus-laptop.c                 |   1 -
 drivers/platform/x86/classmate-laptop.c            |   5 -
 drivers/platform/x86/dell/dell-rbtn.c              |   1 -
 drivers/platform/x86/eeepc-laptop.c                |   1 -
 drivers/platform/x86/intel/rst.c                   |   1 -
 drivers/platform/x86/intel/smartconnect.c          |   1 -
 drivers/platform/x86/lg-laptop.c                   |   1 -
 drivers/platform/x86/sony-laptop.c                 |   2 -
 drivers/platform/x86/toshiba_acpi.c                |   1 -
 drivers/platform/x86/toshiba_bluetooth.c           |   1 -
 drivers/platform/x86/toshiba_haps.c                |   1 -
 drivers/platform/x86/wireless-hotkey.c             |   1 -
 drivers/pnp/isapnp/Kconfig                         |   2 +-
 drivers/ptp/ptp_vmw.c                              |   1 -
 .../intel/int340x_thermal/int3400_thermal.c        |   1 +
 .../intel/int340x_thermal/int3403_thermal.c        |   1 +
 drivers/virt/vmgenid.c                             |   1 -
 include/acpi/acpi_bus.h                            |  36 +-
 include/acpi/acpixf.h                              |   2 +-
 include/acpi/actbl1.h                              |   8 +-
 include/acpi/actbl2.h                              | 516 +++++++++++++--------
 include/acpi/actbl3.h                              |  18 +-
 include/acpi/nhlt.h                                | 181 ++++++++
 include/linux/acpi.h                               |  13 +-
 include/linux/numa.h                               |   7 +-
 tools/power/acpi/tools/pfrut/pfrut.c               |   2 +
 59 files changed, 1129 insertions(+), 408 deletions(-)

             reply	other threads:[~2024-05-13 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 19:30 Rafael J. Wysocki [this message]
2024-05-14 21:30 ` [GIT PULL] ACPI updates for v6.10-rc1 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=CAJZ5v0iTaVs5EBUkq0Vs39y+gYCcsZypW5YJNS1n3ES+upM2JQ@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).