[PATCH 0/2] fwnode property API improvements
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2017-09-19 09:39:10
Also in:
linux-acpi
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2017-09-19 09:39:10
Also in:
linux-acpi
Hi, This patchset does two things: make fwnode_handle_get() return the node, just as of_node_get() does, and add a macro for iterating over graph endpoints. The V4L2 fwnode framework would be a user for the macro. Sakari Ailus (2): device property: Make fwnode_handle_get() return the fwnode device property: Add a macro for interating over graph endpoints drivers/base/property.c | 9 +++++++-- drivers/of/property.c | 4 ++-- include/linux/fwnode.h | 2 +- include/linux/property.h | 6 +++++- 4 files changed, 15 insertions(+), 6 deletions(-) -- 2.11.0