From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donghwa Lee Date: Fri, 30 Mar 2012 10:59:03 +0900 Subject: [U-Boot] [PATCH 0/5] ARM: EXYNOS: add display driver for EXYNOS SoC Message-ID: <4F751367.4090704@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch is for display driver of EXYNOS SoC. [1/5]: ARM: EXYNOS: definition of system registers - to contorl FIMD of LBLK0 bypass selection, add missed definitions of system register [2/5]: ARM: EXYNOS: add data structure for EXYNOS display driver - It is needed to specific vidinfo_t data structure for EXYNOS display driver. [3/5]: ARM: EXYNOS: add exynos lcd clock interface - Is is newly defined to interface to get lcd source clock. [4/5]: ARM: EXYNOS: support EXYNOS display driver [5/5]: ARM: EXYNOS: add Makefile for exynos display driver Thank you, Donghwa Lee