[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-26 Thread Heiko Stübner
Am Montag, 26. Mai 2014, 12:14:43 schrieb Thierry Reding: > On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: > > This patch is based on videomode and display_timing relevant codes. > > To support command mode panel, it does not need to guide its timing > > information to the display co

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-26 Thread Thierry Reding
On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: > This patch is based on videomode and display_timing relevant codes. > To support command mode panel, it does not need to guide its timing > information to the display controller like video mode panel, > but it requires signal timings t

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-22 Thread Inki Dae
On 2014? 05? 21? 20:41, YoungJun Cho wrote: > Hi Therry > > On 05/21/2014 08:02 PM, Thierry Reding wrote: >> On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: >>> This patch is based on videomode and display_timing relevant codes. >>> To support command mode panel, it does not need to

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-22 Thread Thierry Reding
On Thu, May 22, 2014 at 10:07:50PM +0900, Inki Dae wrote: > On 2014? 05? 21? 20:41, YoungJun Cho wrote: > > Hi Therry > > > > On 05/21/2014 08:02 PM, Thierry Reding wrote: > >> On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: > >>> This patch is based on videomode and display_timing r

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-21 Thread YoungJun Cho
Hi Therry On 05/21/2014 08:02 PM, Thierry Reding wrote: > On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: >> This patch is based on videomode and display_timing relevant codes. >> To support command mode panel, it does not need to guide its timing >> information to the display contro

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-21 Thread YoungJun Cho
This patch is based on videomode and display_timing relevant codes. To support command mode panel, it does not need to guide its timing information to the display controller like video mode panel, but it requires signal timings to transfer video data. So this patch adds cmdmode struct, cmdmode_disp

[PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-21 Thread Thierry Reding
On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: > This patch is based on videomode and display_timing relevant codes. > To support command mode panel, it does not need to guide its timing > information to the display controller like video mode panel, > but it requires signal timings t