From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 10 Jan 2013 10:21:33 +0900 Subject: [U-Boot] [PATCH V6 0/4] Add support for FIMD and DP on SMDK5250 In-Reply-To: <1357713746-13193-1-git-send-email-ajaykumar.rs@samsung.com> References: <1357713746-13193-1-git-send-email-ajaykumar.rs@samsung.com> Message-ID: <50EE179D.4000408@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 On 09/01/13 15:42, Ajay Kumar wrote: > [PATCH V6 1/4] EXYNOS5: Change parent clock of FIMD to MPLL > [PATCH V6 2/4] EXYNOS: Add dummy definition to fix compilation dependency on > CONFIG_EXYNOS_MIPI_DSIM > [PATCH V6 3/4] video: Modify exynos_fimd driver to support LCD console > [PATCH V6 4/4] EXYNOS5: Add support for FIMD and DP > > arch/arm/cpu/armv7/exynos/clock.c | 2 +- > arch/arm/include/asm/arch-exynos/dp_info.h | 2 + > arch/arm/include/asm/arch-exynos/mipi_dsim.h | 7 ++ > board/samsung/smdk5250/smdk5250.c | 97 ++++++++++++++++++++++++++++ > drivers/video/exynos_fb.c | 2 + > drivers/video/exynos_fimd.c | 12 ++-- > include/configs/exynos5250-dt.h | 8 +++ > 7 files changed, 125 insertions(+), 5 deletions(-) > applied to u-boot-samsung Thanks, Minkyu Kang.