Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Anatolij Gustschin
Hi Timo, On Thu, 26 Apr 2012 17:37:31 +0300 Timo Ketola wrote: ... > Thanks for the review. Everything else is clear, but... > > On 26.04.2012 14:51, Anatolij Gustschin wrote: > ... > >> +++ b/drivers/video/mx2fb.c > >> @@ -0,0 +1,92 @@ > > > > Please add Copyright info here. > ... > >> +++ b/i

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Timo Ketola
Dear Anatolij, Thanks for the review. Everything else is clear, but... On 26.04.2012 14:51, Anatolij Gustschin wrote: ... >> +++ b/drivers/video/mx2fb.c >> @@ -0,0 +1,92 @@ > > Please add Copyright info here. ... >> +++ b/include/mx2fb.h ... > Please consider Stefano's comment regarding copyrigh

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Anatolij Gustschin
On Wed, 18 Apr 2012 11:54:21 +0300 "Timo Ketola" wrote: > Signed-off-by: Timo Ketola > --- > arch/arm/include/asm/arch-mx25/imx-regs.h | 29 + > drivers/video/Makefile|1 + > drivers/video/mx2fb.c | 92 > + > i

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-18 Thread Stefano Babic
On 18/04/2012 10:54, Timo Ketola wrote: > Signed-off-by: Timo Ketola > --- > arch/arm/include/asm/arch-mx25/imx-regs.h | 29 + > drivers/video/Makefile|1 + > drivers/video/mx2fb.c | 92 > + > include/lcd.h

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-18 Thread Wolfgang Denk
Dear "Timo Ketola", In message <1334739261-7812-2-git-send-email-t...@exertus.fi> you wrote: > Signed-off-by: Timo Ketola > --- > arch/arm/include/asm/arch-mx25/imx-regs.h | 29 + > drivers/video/Makefile|1 + > drivers/video/mx2fb.c | 92

[U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-18 Thread Timo Ketola
Signed-off-by: Timo Ketola --- arch/arm/include/asm/arch-mx25/imx-regs.h | 29 + drivers/video/Makefile|1 + drivers/video/mx2fb.c | 92 + include/lcd.h | 21 ++- include/mx2fb.h