On Wed, May 31, 2017 at 02:52:06PM +0300, Sakari Ailus wrote: > Kieran Bingham (1): > device property: Add fwnode_graph_get_port_parent > > Sakari Ailus (5): > ACPI: Constify argument to acpi_device_is_present() > device property: Move FW type specific functionality to FW specific > files > device property: Move fwnode graph ops to firmware specific locations > device property: Introduce fwnode_device_is_available() > device property: Add FW type agnostic fwnode_graph_get_remote_node > > drivers/acpi/device_pm.c | 4 +- > drivers/acpi/internal.h | 2 +- > drivers/acpi/property.c | 117 ++++++++++++++++ > drivers/acpi/scan.c | 10 +- > drivers/base/property.c | 347 ++++++++++++++++++++--------------------------- > drivers/of/property.c | 148 ++++++++++++++++++++ > include/linux/acpi.h | 4 + > include/linux/fwnode.h | 69 ++++++++++ > include/linux/of.h | 2 + > include/linux/property.h | 5 + > 10 files changed, 501 insertions(+), 207 deletions(-) In general looks good to me now. I commented on one patch but other than that no objections from me. For the whole series, Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html