[PATCH v1 0/7] ACPI: Use ACPI_COMPANION() directly to simplify code

From: Rafael J. Wysocki
Date: Tue Oct 12 2021 - 13:52:03 EST


Hi All,

The patches in this series are all independent, but they make
analogous changes, which are to replace the combination of
ACPI_HANDLE() and acpi_bus_get_device() with ACPI_COMPANION()
that gets the same result in a much simpler way.

Thanks!