Re: [PATCH v1 03/10] mfd: Have child devices point to their firmware nodes

2015-07-01 Thread Rafael J. Wysocki
On Tuesday, June 30, 2015 04:55:01 PM Tomeu Vizoso wrote: > This is needed by platform-independent code that needs to do something > with devices based on the data provided by the firmware. > > Signed-off-by: Tomeu Vizoso > --- > > drivers/mfd/mfd-core.c | 1 + > 1 file changed, 1 insertion(+)

Re: [PATCH v1 03/10] mfd: Have child devices point to their firmware nodes

2015-07-01 Thread Lee Jones
On Tue, 30 Jun 2015, Tomeu Vizoso wrote: > This is needed by platform-independent code that needs to do something > with devices based on the data provided by the firmware. > > Signed-off-by: Tomeu Vizoso > --- > > drivers/mfd/mfd-core.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee J

Re: [PATCH v1 03/10] mfd: Have child devices point to their firmware nodes

2015-06-30 Thread Grant Likely
On Tue, 30 Jun 2015 16:55:01 +0200 , Tomeu Vizoso wrote: > This is needed by platform-independent code that needs to do something > with devices based on the data provided by the firmware. > > Signed-off-by: Tomeu Vizoso Acked-by: Grant Likely > --- > > drivers/mfd/mfd-core.c | 1 + > 1 fil

[PATCH v1 03/10] mfd: Have child devices point to their firmware nodes

2015-06-30 Thread Tomeu Vizoso
This is needed by platform-independent code that needs to do something with devices based on the data provided by the firmware. Signed-off-by: Tomeu Vizoso --- drivers/mfd/mfd-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/mfd-core.c b/drivers/mfd/mfd-core.c index 14fd5c