Commit 61c0b2ae734f for kernel

commit 61c0b2ae734fc9d33ede9cbf7d3cad67a7b0ce28
Merge: 8004279c41ad 97d9960f355c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Mar 12 12:43:19 2026 -0700

    Merge tag 'acpi-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

    Pull ACPI fixes from Rafael Wysocki:

     - On some platforms, the ACPI companion object of the ACPI video bus
       platform device is shared with multiple other platform devices which
       leads to driver probe issues, so replace that device with an
       auxiliary one (which arguably is a better match for the given use
       case) and update the ACPI video bus driver accordingly (Rafael
       Wysocki)

     - Address sparse warnings in acpi_os_initialize() by adding __iomem to
       a local variable declaration (Ben Dooks)

    * tag 'acpi-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      ACPI: OSL: fix __iomem type on return from acpi_os_map_generic_address()
      ACPI: video: Switch over to auxiliary bus type