[PATCH 0/2] ACPI: arm64: use platform_device_set_fwnode()
Bartosz Golaszewski <[email protected]> Tue, 28 Jul 2026 16:07:15 +0200
| Newsgroups | gmane.linux.acpi.devel,gmane.linux.ports.arm.kernel,gmane.linux.kernel |
|---|---|
| Message-ID | <20260728-acpi-arm64-pdev-set-fwnode-v1-0-b5aff9b2235a@oss.qualcomm.com> |
Note: This must go through the driver core tree where the prerequisite
commit 8877c06885ce ("driver core: platform: provide
platform_device_set_fwnode()") lives before the upcoming merge window!
A series of recent changes in platform device code provided the
platform_device_set_fwnode() helper but later changes converted all its
users to different APIs. The function however should be used whenever a
dynamically allocated platform device gets a firmware node assigned so
use it in two such cases in ACPI arm64 drivers.
Signed-off-by: Bartosz Golaszewski <[email protected]>
---
Bartosz Golaszewski (2):
ACPI/APMT: use platform_device_set_fwnode()
ACPI/IORT: use platform_device_set_fwnode()
drivers/acpi/arm64/apmt.c | 2 +-
drivers/acpi/arm64/iort.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 0d33d21e47d9dc66f91e44da3fc9220c74d93df7
change-id: 20260728-acpi-arm64-pdev-set-fwnode-1d50f24a5c12
Best regards,
--
Bartosz Golaszewski <[email protected]>