[PATCH 3/7] device property: introduce fwnode_for_each_child()

2017-01-24 Thread Furquan Shaikh
From: Dmitry Torokhov Generic code, that wishes to work with ACPI, device tree, and pset properties needs iterator that can work with fwnode_handle. Signed-off-by: Dmitry Torokhov Signed-off-by: Furquan Shaikh ---

[PATCH 3/7] device property: introduce fwnode_for_each_child()

2017-01-24 Thread Furquan Shaikh
From: Dmitry Torokhov Generic code, that wishes to work with ACPI, device tree, and pset properties needs iterator that can work with fwnode_handle. Signed-off-by: Dmitry Torokhov Signed-off-by: Furquan Shaikh --- drivers/base/property.c | 33 +++--