Re: [PATCH 04/12] platform: provide a separate function for initializing platform devices

2018-05-14 Thread Geert Uytterhoeven
On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The early platform driver framework will allocate platform devices > using its own internal mechanisms. Provide a function that allows to > initialize a platform

Re: [PATCH 04/12] platform: provide a separate function for initializing platform devices

2018-05-14 Thread Geert Uytterhoeven
On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The early platform driver framework will allocate platform devices > using its own internal mechanisms. Provide a function that allows to > initialize a platform device object without allocating it. > >

[PATCH 04/12] platform: provide a separate function for initializing platform devices

2018-05-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The early platform driver framework will allocate platform devices using its own internal mechanisms. Provide a function that allows to initialize a platform device object without allocating it. Signed-off-by: Bartosz Golaszewski

[PATCH 04/12] platform: provide a separate function for initializing platform devices

2018-05-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The early platform driver framework will allocate platform devices using its own internal mechanisms. Provide a function that allows to initialize a platform device object without allocating it. Signed-off-by: Bartosz Golaszewski --- drivers/base/platform.c |