Thread (6 messages) flat view 6 messages, 4 authors, 2021-05-17

Re: [PATCH] ACPI/IORT: Handle device properties with software node API

From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-05-11 13:52:15
Also in: linux-acpi, lkml

On Tue, May 11, 2021 at 2:55 PM Heikki Krogerus
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
The older device property API is going to be removed.
Replacing the device_add_properties() call with software
node API equivalent device_create_managed_software_node().

Fixes: 434b73e61cc6 ("iommu/arm-smmu-v3: Use device properties for pasid-num-bits")
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 drivers/acpi/arm64/iort.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c
index 3912a1f6058e5..e34937e11186a 100644
--- a/drivers/acpi/arm64/iort.c
+++ b/drivers/acpi/arm64/iort.c
@@ -976,7 +976,7 @@ static void iort_named_component_init(struct device *dev,
                                      FIELD_GET(ACPI_IORT_NC_PASID_BITS,
                                                nc->node_flags));

-       if (device_add_properties(dev, props))
+       if (device_create_managed_software_node(dev, props, NULL))
                dev_warn(dev, "Could not add device properties\n");
 }

--
Thanks!

I can take this through the ACPI tree if there are no objections.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help