Re: [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

2016-01-19 Thread Simon Glass
Hi Tom, On 19 January 2016 at 09:53, Tom Warren wrote: > Simon, > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Monday, January 18, 2016 7:03 PM >> To: Tom Warren >> Cc: U-Boot Mailing List ; Stephen Warren >> ; Stephen Warren ;

Re: [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

2016-01-19 Thread Tom Warren
Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, January 18, 2016 7:03 PM > To: Tom Warren > Cc: U-Boot Mailing List ; Stephen Warren > ; Stephen Warren ; Marek > Vasut ; Anatolij Gustschin ; Pavel > Herrmann > Subject:

Re: [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

2016-01-18 Thread Simon Glass
Hi Tom, On 18 January 2016 at 15:29, Tom Warren wrote: > Simon, > >> -Original Message- >> From: Simon Glass [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Thursday, January 14, 2016 11:28 AM >> To: U-Boot Mailing List >> Cc: Tom Warren ; Stephen Warren >> ; Stephen Warren ;

Re: [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

2016-01-18 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Thursday, January 14, 2016 11:28 AM > To: U-Boot Mailing List > Cc: Tom Warren ; Stephen Warren > ; Stephen Warren ; Simon > Glass ; Marek Vasut ; Anatolij > Gustschin ; Pavel Herrman

[U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

2016-01-14 Thread Simon Glass
This helps keep the display consistent. puts() is used when printing the prompt, so is a useful way to make sure the current display contents is visible. Signed-off-by: Simon Glass --- drivers/video/vidconsole-uclass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/vidconsole