Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-06-04 Thread Anatolij Gustschin
Hi, On Fri, 01 Jun 2012 20:42:29 +0200 Pali Rohár wrote: ... > Ok, when this patch will be in u-boot master? I'm going to submit my pull request soon. It will be in master when Wolfgang pulls my tree. Thanks, Anatolij ___ U-Boot mailing list U-Boot@li

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-06-01 Thread Pali Rohár
On Saturday 19 May 2012 21:16:13 Anatolij Gustschin wrote: > Hi, > > On Sat, 28 Apr 2012 19:26:43 +0200 > > Pali Rohár wrote: > > * Do not disable and enable cursor again > > > > Signed-off-by: Pali Rohár > > --- > > > > drivers/video/cfb_console.c |2 -- > > 1 file changed, 2 deletions(-)

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-05-19 Thread Anatolij Gustschin
Hi, On Sat, 28 Apr 2012 19:26:43 +0200 Pali Rohár wrote: > * Do not disable and enable cursor again > > Signed-off-by: Pali Rohár > --- > drivers/video/cfb_console.c |2 -- > 1 file changed, 2 deletions(-) Applied to u-boot-video/master after extending the commit log. Thanks, Anatolij

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-04-29 Thread Wolfgang Denk
Dear Pali =?ISO-8859-1?Q?Roh=E1r?=, In message <1581447.hx3godgTju@pali> you wrote: > > > Can you elaborate please? > > console_back is called only from cfb putc function which already > turn off cursor at begin and turn on at the end of call. > > So function console_back will have always disa

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-04-29 Thread Pali Rohár
On Sunday 29 April 2012 00:15:58 Marek Vasut wrote: > Dear Pali Rohár, > > > * Do not disable and enable cursor again > > Can you elaborate please? > console_back is called only from cfb putc function which already turn off cursor at begin and turn on at the end of call. So function console_back

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-04-28 Thread Marek Vasut
Dear Pali Rohár, > * Do not disable and enable cursor again Can you elaborate please? > > Signed-off-by: Pali Rohár > --- > drivers/video/cfb_console.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c > index 904caf7..51e

[U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-04-28 Thread Pali Rohár
* Do not disable and enable cursor again Signed-off-by: Pali Rohár --- drivers/video/cfb_console.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 904caf7..51ea167 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/vide