Re: [PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings

2015-07-18 Thread Ezequiel Garcia
On 07/07/2015 12:08 PM, Antoine Tenart wrote: Add helpers to setup the timings in the pxa3xx driver. These helpers allow to either make use of the nand framework nand_sdr_timings or the pxa3xx specific pxa3xx_nand_host, for compatibility reasons. Signed-off-by: Antoine Tenart ---

Re: [PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings

2015-07-18 Thread Ezequiel Garcia
On 07/07/2015 12:08 PM, Antoine Tenart wrote: Add helpers to setup the timings in the pxa3xx driver. These helpers allow to either make use of the nand framework nand_sdr_timings or the pxa3xx specific pxa3xx_nand_host, for compatibility reasons. Signed-off-by: Antoine Tenart

[PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings

2015-07-07 Thread Antoine Tenart
Add helpers to setup the timings in the pxa3xx driver. These helpers allow to either make use of the nand framework nand_sdr_timings or the pxa3xx specific pxa3xx_nand_host, for compatibility reasons. Signed-off-by: Antoine Tenart --- drivers/mtd/nand/pxa3xx_nand.c | 91

[PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings

2015-07-07 Thread Antoine Tenart
Add helpers to setup the timings in the pxa3xx driver. These helpers allow to either make use of the nand framework nand_sdr_timings or the pxa3xx specific pxa3xx_nand_host, for compatibility reasons. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com ---