Re: [PATCH v1 05/10] device property: add fwnode_get_name()

2015-07-22 Thread Tomeu Vizoso
On 2 July 2015 at 01:38, Rafael J. Wysocki wrote: > On Tuesday, June 30, 2015 04:55:03 PM Tomeu Vizoso wrote: >> Getting a textual representation of a device node can be very useful for >> debugging. >> >> Signed-off-by: Tomeu Vizoso > > Fine by me. Thanks, Rafael. Is this a Reviewed-by? Tomeu

Re: [PATCH v1 05/10] device property: add fwnode_get_name()

2015-07-01 Thread Rafael J. Wysocki
On Tuesday, June 30, 2015 04:55:03 PM Tomeu Vizoso wrote: > Getting a textual representation of a device node can be very useful for > debugging. > > Signed-off-by: Tomeu Vizoso Fine by me. > --- > > drivers/base/property.c | 15 +++ > include/linux/property.h | 2 ++ > 2 files

Re: [PATCH v1 05/10] device property: add fwnode_get_name()

2015-06-30 Thread Grant Likely
On Tue, 30 Jun 2015 16:55:03 +0200 , Tomeu Vizoso wrote: > Getting a textual representation of a device node can be very useful for > debugging. > > Signed-off-by: Tomeu Vizoso > --- > > drivers/base/property.c | 15 +++ > include/linux/property.h | 2 ++ > 2 files changed, 17 i

[PATCH v1 05/10] device property: add fwnode_get_name()

2015-06-30 Thread Tomeu Vizoso
Getting a textual representation of a device node can be very useful for debugging. Signed-off-by: Tomeu Vizoso --- drivers/base/property.c | 15 +++ include/linux/property.h | 2 ++ 2 files changed, 17 insertions(+) diff --git a/drivers/base/property.c b/drivers/base/property.c