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

2017-01-12 Thread santosh.shilim...@oracle.com
On 1/4/17 2:36 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 but nodes

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

2017-01-12 Thread santosh.shilim...@oracle.com
On 1/4/17 2:36 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 but nodes

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

2017-01-10 Thread Sekhar Nori
On Wednesday 04 January 2017 04:06 PM, 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

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

2017-01-10 Thread Sekhar Nori
On Wednesday 04 January 2017 04:06 PM, 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

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

2017-01-04 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 1/2] memory: aemif: allow passing device lookup table as platform data

2017-01-04 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