Re: [PATCH 12/12] of/platform: make the OF code aware of early platform drivers

2018-05-14 Thread Geert Uytterhoeven
Hi Bartosz, On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Check the relevant flag in the device node and skip the allocation > part for devices that were populated early. > > Signed-off-by: Bartosz

Re: [PATCH 12/12] of/platform: make the OF code aware of early platform drivers

2018-05-14 Thread Geert Uytterhoeven
Hi Bartosz, On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Check the relevant flag in the device node and skip the allocation > part for devices that were populated early. > > Signed-off-by: Bartosz Golaszewski Thanks for your patch! > ---

[PATCH 12/12] of/platform: make the OF code aware of early platform drivers

2018-05-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Check the relevant flag in the device node and skip the allocation part for devices that were populated early. Signed-off-by: Bartosz Golaszewski --- drivers/of/platform.c | 15 --- 1 file changed, 12

[PATCH 12/12] of/platform: make the OF code aware of early platform drivers

2018-05-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Check the relevant flag in the device node and skip the allocation part for devices that were populated early. Signed-off-by: Bartosz Golaszewski --- drivers/of/platform.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git