[GIT PULL] Device properties framework updates for v5.1-rc1
From: Rafael J. Wysocki
Date: Mon Mar 04 2019 - 08:24:28 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
devprop-5.1-rc1
with top-most commit 344798206f171c5abea7ab1f9762fa526d7f539d
software node: Implement get_named_child_node fwnode callback
on top of commit f17b5f06cb92ef2250513a1e154c47b78df07d40
Linux 5.0-rc4
to receive device properties framework updates for 5.1-rc1.
These fix the length value used in the PROPERTY_ENTRY_STRING()
macro and make software nodes use the get_named_child_node()
fwnode callback (Heikki Krogerus).
Thanks!
---------------
Heikki Krogerus (2):
device property: Fix the length used in PROPERTY_ENTRY_STRING()
software node: Implement get_named_child_node fwnode callback
---------------
drivers/base/swnode.c | 23 +++++++++++++++++++++++
include/linux/property.h | 2 +-
2 files changed, 24 insertions(+), 1 deletion(-)