Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ devprop-5.14-rc1 with top-most commit fb38f314fbd173e2e9f9f0f2e720a5f4889562da device property: Unify access to of_node on top of commit 6efb943b8616ec53a5e444193dccf1af9ad627b5 Linux 5.13-rc1 to receive device properties framework updates for 5.14-rc1. These unify device properties access in some pieces of code and make related changes. Specifics: - Handle device properties with software node API in the ACPI IORT table parsing code (Heikki Krogerus). - Unify of_node access in the common device properties code, constify the acpi_dma_supported() argument pointer and fix up CONFIG_ACPI=n stubs of some functions related to device properties (Andy Shevchenko). Thanks! --------------- Andy Shevchenko (4): device property: Retrieve fwnode from of_node via accessor ACPI: property: Constify stubs for CONFIG_ACPI=n case ACPI: scan: Constify acpi_dma_supported() helper function device property: Unify access to of_node Heikki Krogerus (1): ACPI: IORT: Handle device properties with software node API --------------- drivers/acpi/arm64/iort.c | 2 +- drivers/acpi/scan.c | 2 +- drivers/base/property.c | 31 ++++++++++++++----------------- include/acpi/acpi_bus.h | 2 +- include/linux/acpi.h | 8 ++++---- include/linux/property.h | 2 +- 6 files changed, 22 insertions(+), 25 deletions(-)