RE: [PATCH v5 08/14] ARM: OMAP2+: gpmc: bool type timing helper

2012-06-12 Thread Mohammed, Afzal
Hi Jon, On Tue, Jun 12, 2012 at 03:57:45, Hunter, Jon wrote: > > + if (p->cycle2cyclesamecsen) > > + l |= GPMC_CONFIG6_CYCLE2CYCLESAMECSEN; > > + else > > + l &= ~GPMC_CONFIG6_CYCLE2CYCLESAMECSEN; > > + if (p->cycle2cyclediffcsen) > > + l |= GPMC_CONFIG6_CYCLE2

Re: [PATCH v5 08/14] ARM: OMAP2+: gpmc: bool type timing helper

2012-06-11 Thread Jon Hunter
On 06/11/2012 09:27 AM, Afzal Mohammed wrote: > Some of the timing configuration like extra delay > has bool type configurations. Provide a helper so > that these too can be configured in Kernel. > > Signed-off-by: Afzal Mohammed > --- > arch/arm/mach-omap2/gpmc.c | 55 >

[PATCH v5 08/14] ARM: OMAP2+: gpmc: bool type timing helper

2012-06-11 Thread Afzal Mohammed
Some of the timing configuration like extra delay has bool type configurations. Provide a helper so that these too can be configured in Kernel. Signed-off-by: Afzal Mohammed --- arch/arm/mach-omap2/gpmc.c | 55 1 file changed, 55 insertions(+) diff