Re: [PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node

2019-03-31 Thread Rob Herring
On Tue, Mar 26, 2019 at 02:41:02PM +0200, Sakari Ailus wrote: > The fwnode framework did not have means to obtain the name of a node. Add > that now, in form of the fwnode_get_name() function and a corresponding > get_name fwnode op. OF and ACPI support is included. > > Signed-off-by: Sakari

Re: [PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node

2019-03-28 Thread Sakari Ailus
Hi Rafael, On Thu, Mar 28, 2019 at 10:45:57AM +0100, Rafael J. Wysocki wrote: > On Tue, Mar 26, 2019 at 1:41 PM Sakari Ailus > wrote: > > > > The fwnode framework did not have means to obtain the name of a node. Add > > that now, in form of the fwnode_get_name() function and a corresponding > >

Re: [PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node

2019-03-28 Thread Rafael J. Wysocki
On Tue, Mar 26, 2019 at 1:41 PM Sakari Ailus wrote: > > The fwnode framework did not have means to obtain the name of a node. Add > that now, in form of the fwnode_get_name() function and a corresponding > get_name fwnode op. OF and ACPI support is included. > > Signed-off-by: Sakari Ailus > ---

[PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node

2019-03-26 Thread Sakari Ailus
The fwnode framework did not have means to obtain the name of a node. Add that now, in form of the fwnode_get_name() function and a corresponding get_name fwnode op. OF and ACPI support is included. Signed-off-by: Sakari Ailus --- drivers/acpi/property.c | 24