mbox series

[v3,0/3] device property: Add fwnode_get_name() helper

Message ID 20181126114752.69597-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series device property: Add fwnode_get_name() helper | expand

Message

Heikki Krogerus Nov. 26, 2018, 11:47 a.m. UTC
Hi,

This is the third version of my proposal for this helper. The
second version can be checked here:
https://lkml.org/lkml/2018/11/8/1005

I'm now passing the length as proposed by both Rob and Andy. I'm also
leaving the .get_named_child_node fwnode op untouched.

--
heikki

Heikki Krogerus (3):
  device property: Introduce fwnode_get_name()
  ACPI: property: Add acpi_fwnode_name()
  of/property: Add of_fwnode_name()

 drivers/acpi/property.c  | 24 ++++++++++++++++++++++++
 drivers/base/property.c  | 26 ++++++++++++++++++++++++++
 drivers/of/property.c    |  8 ++++++++
 include/linux/fwnode.h   |  3 +++
 include/linux/property.h |  2 ++
 5 files changed, 63 insertions(+)