Re: [PATCH 3/3] memory: atmel-ebi: Fix smc cycle xlate converter

2017-07-26 Thread Lee Jones
On Tue, 25 Jul 2017, Alexander Dahl wrote: > The converter function for translating ns timings in register values was > initialized with a wrong function pointer. This resulted in wrong > register values also for the setup and pulse registers when configuring > the EBI interface trough dts. > > I

[PATCH 3/3] memory: atmel-ebi: Fix smc cycle xlate converter

2017-07-25 Thread Alexander Dahl
The converter function for translating ns timings in register values was initialized with a wrong function pointer. This resulted in wrong register values also for the setup and pulse registers when configuring the EBI interface trough dts. Includes a small fix in a comment of the smc driver, whic