Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ devprop-5.19-rc1 with top-most commit f6e109a0afedec2a9470fec31a567071e2f01e46 device property: Advertise fwnode and device property count API calls on top of commit 3123109284176b1532874591f7c81f3837bbdc17 Linux 5.18-rc1 to receive device properties framework updates for 5.19-rc1. These mostly extend the device property API and make it easier to use in some cases. Specifics: - Allow error pointer to be passed to fwnode APIs (Andy Shevchenko). - Introduce fwnode_for_each_parent_node() (Andy Shevchenko, Douglas Anderson). - Advertise fwnode and device property count API calls (Andy Shevchenko). - Clean up fwnode_is_ancestor_of() (Andy Shevchenko). - Convert device_{dma_supported,get_dma_attr} to fwnode (Sakari Ailus). - Release subnode properties with data nodes (Sakari Ailus). - Add ->iomap() and ->irq_get() to fwnode operations (Sakari Ailus). Thanks! --------------- Andy Shevchenko (4): device property: Allow error pointer to be passed to fwnode APIs device property: Introduce fwnode_for_each_parent_node() device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of() device property: Advertise fwnode and device property count API calls Douglas Anderson (1): device property: Fix recent breakage of fwnode_get_next_parent_dev() Sakari Ailus (5): device property: Convert device_{dma_supported,get_dma_attr} to fwnode ACPI: property: Move acpi_fwnode_device_get_match_data() up device property: Add iomap to fwnode operations device property: Add irq_get to fwnode operation ACPI: property: Release subnode properties with data nodes --------------- drivers/acpi/property.c | 54 +++++++++--- drivers/base/property.c | 217 +++++++++++++++++++++++++---------------------- drivers/of/property.c | 34 ++++++++ include/linux/fwnode.h | 15 ++-- include/linux/property.h | 12 ++- 5 files changed, 211 insertions(+), 121 deletions(-)