Re: [RFC PATCH 23/30] of/platform: Export of_platform_device_create_pdata()

2019-07-19 Thread Kishon Vijay Abraham I
Lorenzo, On 11/06/19 10:08 AM, Kishon Vijay Abraham I wrote: > Hi Rob, > > On 10/06/19 11:13 PM, Rob Herring wrote: >> On Tue, Jun 4, 2019 at 7:19 AM Kishon Vijay Abraham I wrote: >>> >>> Export of_platform_device_create_pdata() to be used by drivers to >>> create child devices with the given pl

Re: [RFC PATCH 23/30] of/platform: Export of_platform_device_create_pdata()

2019-06-10 Thread Kishon Vijay Abraham I
Hi Rob, On 10/06/19 11:13 PM, Rob Herring wrote: > On Tue, Jun 4, 2019 at 7:19 AM Kishon Vijay Abraham I wrote: >> >> Export of_platform_device_create_pdata() to be used by drivers to >> create child devices with the given platform data. This can be used >> by platform specific driver to send pla

Re: [RFC PATCH 23/30] of/platform: Export of_platform_device_create_pdata()

2019-06-10 Thread Rob Herring
On Tue, Jun 4, 2019 at 7:19 AM Kishon Vijay Abraham I wrote: > > Export of_platform_device_create_pdata() to be used by drivers to > create child devices with the given platform data. This can be used > by platform specific driver to send platform data core driver. For e.g., > this will be used by