Commit 5cbcd6c0742a for kernel

commit 5cbcd6c0742a2986782a9e2c92aa250d8f5c137d
Merge: bf504b229cb8 ab93d7eee942 e7648ffecb7f
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Thu Mar 19 14:57:06 2026 +0100

    Merge branches 'acpica' and 'acpi-bus'

    Merge an ACPICA fix and a core ACPI support code fix for 7.0-rc5:

     - Update the format of the last argument of _DSM to avoid printing
       confusing error messages in some cases (Saket Dumbre)

     - Fix MFD child automatic modprobe issue by removing a stale check
       from acpi_companion_match() (Pratap Nirujogi)

    * acpica:
      ACPICA: Update the format of Arg3 of _DSM

    * acpi-bus:
      ACPI: bus: Fix MFD child automatic modprobe issue