Re: [U-Boot] [PATCH 12/17] lcd: Add support for flushing LCD fb from dcache after update

2012-06-13 Thread Simon Glass
Hi Mike, On Sat, Jan 14, 2012 at 6:16 PM, Mike Frysinger vap...@gentoo.org wrote: On Saturday 14 January 2012 20:57:25 Simon Glass wrote: On Sat, Jan 14, 2012 at 5:42 PM, Mike Frysinger wrote: On Saturday 14 January 2012 19:47:24 Simon Glass wrote: --- a/common/cmd_echo.c +++

[U-Boot] [PATCH 12/17] lcd: Add support for flushing LCD fb from dcache after update

2012-01-14 Thread Simon Glass
This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_echo.c |3 ++- common/lcd.c | 44 +--- include/lcd.h |8 3 files

Re: [U-Boot] [PATCH 12/17] lcd: Add support for flushing LCD fb from dcache after update

2012-01-14 Thread Mike Frysinger
On Saturday 14 January 2012 19:47:24 Simon Glass wrote: --- a/common/cmd_echo.c +++ b/common/cmd_echo.c @@ -44,8 +44,9 @@ int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) } } + /* Use puts() so that the LCD sees it as a new line */ if (putnl) -

Re: [U-Boot] [PATCH 12/17] lcd: Add support for flushing LCD fb from dcache after update

2012-01-14 Thread Simon Glass
Hi Mike, On Sat, Jan 14, 2012 at 5:42 PM, Mike Frysinger vap...@gentoo.org wrote: On Saturday 14 January 2012 19:47:24 Simon Glass wrote: --- a/common/cmd_echo.c +++ b/common/cmd_echo.c @@ -44,8 +44,9 @@ int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) }       } +    

Re: [U-Boot] [PATCH 12/17] lcd: Add support for flushing LCD fb from dcache after update

2012-01-14 Thread Mike Frysinger
On Saturday 14 January 2012 20:57:25 Simon Glass wrote: On Sat, Jan 14, 2012 at 5:42 PM, Mike Frysinger wrote: On Saturday 14 January 2012 19:47:24 Simon Glass wrote: --- a/common/cmd_echo.c +++ b/common/cmd_echo.c @@ -44,8 +44,9 @@ int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char