[PATCH v9 3/3] ARM: OMAP2+: gpmc: minimal driver support
Paul Walmsley
paul at pwsan.com
Wed Sep 12 12:34:16 EDT 2012
Hi
On Tue, 11 Sep 2012, Afzal Mohammed wrote:
> Create a minimal driver out of gpmc code.
> Responsibilities handled by earlier gpmc
> initialization is now achieved in probe.
>
> Signed-off-by: Afzal Mohammed <afzal at ti.com>
> Reviewed-by: Jon Hunter <jon-hunter at ti.com>
Two checkpatch warnings are added by this patch:
CHECK: multiple assignments should be avoided
#77: FILE: arch/arm/mach-omap2/gpmc.c:454:
+ res->start = res->end = 0;
CHECK: Alignment should match open parenthesis
#216: FILE: arch/arm/mach-omap2/gpmc.c:936:
+ dev_info(gpmc_dev, "GPMC revision %d.%d\n",
+ GPMC_REVISION_MAJOR(l), GPMC_REVISION_MINOR(l));
I've fixed them here in the obvious way. But please make sure that all
your patches are clean with 'checkpatch.pl --strict'; saves us time and
frustration...
- Paul
More information about the linux-arm-kernel
mailing list