Re: [PATCH v2 3/6] device property: Add a function to obtain a node's prefix

From: Rob Herring
Date: Sun Mar 31 2019 - 02:42:22 EST


On Tue, Mar 26, 2019 at 02:41:03PM +0200, Sakari Ailus wrote:
> The prefix is used for printing purpose before a node, and it also works
> as a separator between two nodes.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
> ---
> drivers/acpi/property.c | 22 ++++++++++++++++++++++
> drivers/base/property.c | 12 ++++++++++++
> drivers/of/property.c | 10 ++++++++++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> include/linux/fwnode.h | 2 ++
> include/linux/property.h | 1 +
> 5 files changed, 47 insertions(+)