[PATCH 0/2] ACPI: arm64: use platform_device_set_fwnode()
From: Bartosz Golaszewski
Date: Tue Jul 28 2026 - 10:19:46 EST
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 <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
---
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 <bartosz.golaszewski@xxxxxxxxxxxxxxxx>