Re: [U-Boot] [PATCH V2 00/13] common lcd refactor

2015-02-10 Thread Anatolij Gustschin
Hi Nikita, On Tue, 3 Feb 2015 13:32:19 +0200 Nikita Kiryanov nik...@compulab.co.il wrote: ... Nikita Kiryanov (13): lcd: move platform-specific structs to their own headers lcd: split configuration_get_cmap lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb lcd: mpc8xx: move

Re: [U-Boot] [PATCH V2 00/13] common lcd refactor

2015-02-04 Thread Bo Shen
Hi Nikita Kiryanov, On 02/03/2015 07:32 PM, Nikita Kiryanov wrote: This series is part of my ongoing efforts to cleanup common/lcd code (and at some point merge it with the CONFIG_VIDEO code). This series focuses on eliminating platform specific #defines from lcd.c code, and then adds a few

Re: [U-Boot] [PATCH V2 00/13] common lcd refactor

2015-02-04 Thread Josh Wu
Hi, Nikita On 2/3/2015 7:32 PM, Nikita Kiryanov wrote: This series is part of my ongoing efforts to cleanup common/lcd code (and at some point merge it with the CONFIG_VIDEO code). This series focuses on eliminating platform specific #defines from lcd.c code, and then adds a few platform

[U-Boot] [PATCH V2 00/13] common lcd refactor

2015-02-03 Thread Nikita Kiryanov
This series is part of my ongoing efforts to cleanup common/lcd code (and at some point merge it with the CONFIG_VIDEO code). This series focuses on eliminating platform specific #defines from lcd.c code, and then adds a few platform independent code refactors and cleanups on top of that. A small