Re: [PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data

2017-01-13 Thread Santosh Shilimkar
Hi Greg, On 1/13/2017 2:00 AM, Bartosz Golaszewski wrote: TI aemif driver creates its own subnodes of the device tree in order to guarantee that all child devices are probed after the AEMIF timing parameters are configured. Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup

Re: [PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data

2017-01-13 Thread Santosh Shilimkar
Hi Greg, On 1/13/2017 2:00 AM, Bartosz Golaszewski wrote: TI aemif driver creates its own subnodes of the device tree in order to guarantee that all child devices are probed after the AEMIF timing parameters are configured. Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup

[PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data

2017-01-13 Thread Bartosz Golaszewski
TI aemif driver creates its own subnodes of the device tree in order to guarantee that all child devices are probed after the AEMIF timing parameters are configured. Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup but nodes created from within the aemif driver can't access

[PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data

2017-01-13 Thread Bartosz Golaszewski
TI aemif driver creates its own subnodes of the device tree in order to guarantee that all child devices are probed after the AEMIF timing parameters are configured. Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup but nodes created from within the aemif driver can't access