linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] device property: Add fwnode_get_name() helper
@ 2018-11-26 11:47 Heikki Krogerus
  2018-11-26 11:47 ` [PATCH v3 1/3] device property: Introduce fwnode_get_name() Heikki Krogerus
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Heikki Krogerus @ 2018-11-26 11:47 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Mika Westerberg, Andy Shevchenko, Rob Herring, Frank Rowand,
	linux-kernel, linux-acpi, devicetree

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(+)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-26 13:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 11:47 [PATCH v3 0/3] device property: Add fwnode_get_name() helper Heikki Krogerus
2018-11-26 11:47 ` [PATCH v3 1/3] device property: Introduce fwnode_get_name() Heikki Krogerus
2018-11-26 12:56   ` Andy Shevchenko
2018-11-26 11:47 ` [PATCH v3 2/3] ACPI: property: Add acpi_fwnode_name() Heikki Krogerus
2018-11-26 13:04   ` Andy Shevchenko
2018-11-26 11:47 ` [PATCH v3 3/3] of/property: Add of_fwnode_name() Heikki Krogerus
2018-11-26 13:05   ` Andy Shevchenko
2018-11-26 13:40     ` Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).