From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 29 Jul 2019 11:19:30 +0200 Subject: [U-Boot] [RFC 0/4] Convert fsl_dcu_fb to DM_VIDEO In-Reply-To: <20190610114752.29976-1-igor.opaniuk@gmail.com> References: <20190610114752.29976-1-igor.opaniuk@gmail.com> Message-ID: <20190729111930.7948a053@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 10 Jun 2019 14:47:48 +0300 Igor Opaniuk igor.opaniuk at gmail.com wrote: ... > Also enables DM_VIDEO by default for Colibri VF. > > > Igor Opaniuk (4): > video: fsl_dcu_fb: refactor init functions > video: fsl_dcu_fb: add DM_VIDEO support > ARM: dts: colibri_vf: Add dcu0 node > colibri_vf: enable DM_VIDEO > > arch/arm/dts/vf-colibri-u-boot.dtsi | 4 + > arch/arm/dts/vf-colibri.dtsi | 5 + > arch/arm/dts/vf.dtsi | 6 + > board/freescale/ls1021aqds/dcu.c | 6 +- > board/toradex/colibri_vf/colibri_vf.c | 4 +- > board/toradex/colibri_vf/dcu.c | 6 +- > configs/colibri_vf_defconfig | 2 +- > drivers/video/Kconfig | 2 +- > drivers/video/fsl_dcu_fb.c | 213 ++++++++++++++++++-------- > include/fsl_dcu_fb.h | 12 +- > 10 files changed, 187 insertions(+), 73 deletions(-) Series applied to u-boot-video/master, thanks! Patch 1/4 replaced by [1]. [1] http://patchwork.ozlabs.org/patch/1136894 -- Anatolij