[U-Boot] [PATCH V4 0/4] Add support for FIMD and DP on SMDK5250

Ajay Kumar ajaykumar.rs at samsung.com
Fri Dec 21 11:35:18 CET 2012


Changes since V3:
	-- Make the dummy definition for "exynos_mipi_dsi_init" static and inline.
	-- Remove #ifdef, instead use logo_on field to add LCD console support.

 [PATCH V2 RESEND 1/4] EXYNOS5: Change parent clock of FIMD to MPLL
 [PATCH V2 2/4] EXYNOS: Add dummy definition to fix compilation dependency on
			CONFIG_EXYNOS_MIPI_DSIM
 [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console
 [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

 arch/arm/cpu/armv7/exynos/clock.c            |    2 +-
 arch/arm/include/asm/arch-exynos/mipi_dsim.h |    7 ++
 board/samsung/smdk5250/smdk5250.c            |   97 ++++++++++++++++++++++++++
 drivers/video/exynos_fb.c                    |    7 ++
 drivers/video/exynos_fimd.c                  |   12 ++-
 include/configs/smdk5250.h                   |    8 ++
 6 files changed, 128 insertions(+), 5 deletions(-)



More information about the U-Boot mailing list