Re: [PATCH v3 4/9] mtd: pxa3xx_nand: rework timings setup

2015-03-09 Thread Ezequiel Garcia
On 03/05/2015 08:31 AM, Antoine Tenart wrote: > Use the nand framework helpers: onfi_get_async_timing_mode() and > onfi_async_timing_mode_to_sdr_timings() to retrieve the timing > configuration. Then update the pxa3xx timing setup function to use the > timing configuration retrieved. > > Signed-of

Re: [PATCH v3 4/9] mtd: pxa3xx_nand: rework timings setup

2015-03-05 Thread Antoine Tenart
Thomas, On Thu, Mar 05, 2015 at 01:50:23PM +0100, Thomas Petazzoni wrote: > On Thu, 5 Mar 2015 12:31:20 +0100, Antoine Tenart wrote: > > Use the nand framework helpers: onfi_get_async_timing_mode() and > > onfi_async_timing_mode_to_sdr_timings() to retrieve the timing > > configuration. Then upda

Re: [PATCH v3 4/9] mtd: pxa3xx_nand: rework timings setup

2015-03-05 Thread Thomas Petazzoni
Dear Antoine Tenart, On Thu, 5 Mar 2015 12:31:20 +0100, Antoine Tenart wrote: > Use the nand framework helpers: onfi_get_async_timing_mode() and > onfi_async_timing_mode_to_sdr_timings() to retrieve the timing > configuration. Then update the pxa3xx timing setup function to use the > timing confi

[PATCH v3 4/9] mtd: pxa3xx_nand: rework timings setup

2015-03-05 Thread Antoine Tenart
Use the nand framework helpers: onfi_get_async_timing_mode() and onfi_async_timing_mode_to_sdr_timings() to retrieve the timing configuration. Then update the pxa3xx timing setup function to use the timing configuration retrieved. Signed-off-by: Antoine Tenart --- drivers/mtd/nand/pxa3xx_nand.c