All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V4 0/4] Add support for FIMD and DP on SMDK5250
@ 2012-12-21 10:35 Ajay Kumar
  2012-12-21 10:35 ` [U-Boot] [PATCH V2 RESEND 1/4] EXYNOS5: Change parent clock of FIMD to MPLL Ajay Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Ajay Kumar @ 2012-12-21 10:35 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-01-08  5:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 10:35 [U-Boot] [PATCH V4 0/4] Add support for FIMD and DP on SMDK5250 Ajay Kumar
2012-12-21 10:35 ` [U-Boot] [PATCH V2 RESEND 1/4] EXYNOS5: Change parent clock of FIMD to MPLL Ajay Kumar
2012-12-21 10:35 ` [U-Boot] [PATCH V2 2/4] EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM Ajay Kumar
2012-12-21 10:35 ` [U-Boot] [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console Ajay Kumar
2013-01-08  2:35   ` Minkyu Kang
2013-01-08  5:31     ` Ajay kumar
2013-01-08  5:50       ` Minkyu Kang
2012-12-21 10:35 ` [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP Ajay Kumar
2012-12-21 11:47   ` Rajeshwari Birje
2012-12-21 11:58     ` Kyungmin Park
2012-12-21 12:05     ` Minkyu Kang
2012-12-21 12:12       ` Rajeshwari Birje
2013-01-08  2:40   ` Minkyu Kang
2013-01-08  5:31     ` Ajay kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.