[U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid

2017-04-10 Thread Sanchayan Maity
Hello, This patchset adds support for the Freescale/NXP Display Controller Unit (DCU4) for Vybrid which is found on the LS1021A and Vybrid SoC. Patch series is based on top of latest u-boot master. First patch in the series renames existing CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB and then c

Re: [U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid

2017-04-11 Thread Stefan Agner
Stefano, This patchset has been on the ML for a quite a while, any chance to get this still into v2017.05? -- Stefan On 2017-04-10 22:42, Sanchayan Maity wrote: > Hello, > > This patchset adds support for the Freescale/NXP Display Controller Unit > (DCU4) > for Vybrid which is found on the LS1

Re: [U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid

2017-04-12 Thread Stefano Babic
Hi Stefan, On 11/04/2017 18:59, Stefan Agner wrote: > Stefano, > > This patchset has been on the ML for a quite a while, any chance to get > this still into v2017.05? > I was in last days not in office, but I am now sorting patches that can go into 2017.05. I will start to merge them today - an

Re: [U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid

2017-04-14 Thread Anatolij Gustschin
On Tue, 11 Apr 2017 11:12:08 +0530 Sanchayan Maity maitysancha...@gmail.com wrote: ... > Sanchayan Maity (1): > Convert CONFIG_FSL_DCU_FB to Kconfig > > Stefan Agner (5): > video: fsl_dcu_fb: fix framebuffer to the end of memory > video: fsl_dcu_fb: Enable pixel clock after initialization >