Re: [PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-04-06 Thread Kevin Hilman
Laine Walker-Avina writes: > Signed-off-by: Laine Walker-Avina All of the patches in this series should have a more descriptive changelog. Typically that means answering "why?" to the subject, and for more complicated series, also answering "how?" [...] > +#ifdef DEBUG > + printk(KERN_IN

[PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina --- arch/arm/mach-omap2/gpmc.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 5bc3ca0..9fa80e3 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2