[PATCH] s5pc110: Reduce the iodesc length of systimer

Kukjin Kim kgene.kim at samsung.com
Thu Jul 8 07:17:47 EDT 2010


Kukjin Kim wrote:
> 
> Kyungmin Park wrote:
> >
> > From: Kyungmin Park <kyungmin.park at samsung.com>
> >
> > It's enough to use 4KiB.
> >
> > Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> 
> Where is submitter(kmpark at infradead.org)'s Signed-off-by?
> I know submitter and author in here are same...but e-mail.
> So added 'From' in your patch.
> 
> It would be helpful to me if you use same e-mail in a patch.
> 
> Also, the commit message needs to be more descriptive.
> 
I mean following is better.
'This patch reduces the iodesc length of System Timer from 1M to 4K.'

May I apply this patch with above modified message?

> > ---
> > diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c
> > index 411a4a9..07b86d2 100644
> > --- a/arch/arm/mach-s5pv210/cpu.c
> > +++ b/arch/arm/mach-s5pv210/cpu.c
> > @@ -41,7 +41,7 @@ static struct map_desc s5pv210_iodesc[] __initdata = {
> >  	{
> >  		.virtual	= (unsigned long)S5P_VA_SYSTIMER,
> >  		.pfn		= __phys_to_pfn(S5PV210_PA_SYSTIMER),
> > -		.length		= SZ_1M,
> > +		.length		= SZ_4K,
> >  		.type		= MT_DEVICE,
> >  	}, {
> >  		.virtual	= (unsigned long)VA_VIC2,
> >
> 

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.




More information about the linux-arm-kernel mailing list