Re: [PATCH 18/36] ARM: OMAP2+: gpmc-onenand: Move Synchronous setting code to drivers/

2014-06-13 Thread Roger Quadros
On 06/13/2014 10:55 AM, Tony Lindgren wrote: > * Roger Quadros [140611 01:59]: >> Move the code that puts the onenand in synchronous mode >> into the appropriate place i.e. drivers/mtd/onenand/omap2.c. >> >> Make use of omap_gpmc_get_clk_period() and omap_gpmc_retime() >> to calculate the necessar

Re: [PATCH 18/36] ARM: OMAP2+: gpmc-onenand: Move Synchronous setting code to drivers/

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140611 01:59]: > Move the code that puts the onenand in synchronous mode > into the appropriate place i.e. drivers/mtd/onenand/omap2.c. > > Make use of omap_gpmc_get_clk_period() and omap_gpmc_retime() > to calculate the necessary timings and configure the GPMC > parent's timings

[PATCH 18/36] ARM: OMAP2+: gpmc-onenand: Move Synchronous setting code to drivers/

2014-06-11 Thread Roger Quadros
Move the code that puts the onenand in synchronous mode into the appropriate place i.e. drivers/mtd/onenand/omap2.c. Make use of omap_gpmc_get_clk_period() and omap_gpmc_retime() to calculate the necessary timings and configure the GPMC parent's timings. Signed-off-by: Roger Quadros --- arch/ar