Re: [U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'

2012-08-26 Thread Stefano Babic
On 22/08/2012 22:10, Fabio Estevam wrote: > From: Fabio Estevam > > > For representing a timeout value, it makes more sense to pass it as > 'unsigned int'. > > Signed-off-by: Fabio Estevam > --- > arch/arm/cpu/arm926ejs/mxs/mxs.c |6 -- > arch/arm/include/asm/arch-mxs/sys_proto

Re: [U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'

2012-08-23 Thread Stefano Babic
On 22/08/2012 22:10, Fabio Estevam wrote: > From: Fabio Estevam > > > For representing a timeout value, it makes more sense to pass it as > 'unsigned int'. > > Signed-off-by: Fabio Estevam > --- > arch/arm/cpu/arm926ejs/mxs/mxs.c |6 -- > arch/arm/include/asm/arch-mxs/sys_proto

Re: [U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'

2012-08-22 Thread Marek Vasut
Dear Fabio Estevam, > From: Fabio Estevam > > > For representing a timeout value, it makes more sense to pass it as > 'unsigned int'. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut > --- > arch/arm/cpu/arm926ejs/mxs/mxs.c |6 -- > arch/arm/include/asm/arch-mxs/sys_p

[U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'

2012-08-22 Thread Fabio Estevam
From: Fabio Estevam > For representing a timeout value, it makes more sense to pass it as 'unsigned int'. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mxs/mxs.c |6 -- arch/arm/include/asm/arch-mxs/sys_proto.h |4 ++-- 2 files changed, 6 insertions(+), 4 deletion