All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP
@ 2015-03-04 13:35 Ajay Kumar
  2015-03-04 13:35 ` [U-Boot] [PATCH V3 1/8] arm: exynos: add display clocks for Exynos5800 Ajay Kumar
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ajay Kumar @ 2015-03-04 13:35 UTC (permalink / raw)
  To: u-boot

Add support for the eDP panel supported on peach_pi.

Changes since V1:
	-- Address comments for clock changes
	-- Remove the use of GPIO enums, and use DT to specify GPIOs.
Changes since V2:
	-- Address comments for clock patch and modify GPIO usage as
	   specified by Simon.

Ajay Kumar (8):
  [PATCH V3 1/8] arm: exynos: add display clocks for Exynos5800
  [PATCH V3 2/8] Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels
  [PATCH V3 3/8] video: exynos_fb: configure backlight GPIOs if specified in DT
  [PATCH V3 4/8] video: parade: configure SLP and RST GPIOs if specified in DT
  [PATCH V3 5/8] dts: exynos54xx: Add samsung,pwm-out-gpio property to FIMD node
  [PATCH V3 6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
  [PATCH V3 7/8] dts: peach_pi: Add DT properties needed for display
  [PATCH V3 8/8] smdk5420: Remove GPIO enums

 arch/arm/cpu/armv7/exynos/clock.c              |   65 ++++++++++++++++++++++--
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |    4 +-
 arch/arm/dts/exynos5420-peach-pit.dts          |    2 +
 arch/arm/dts/exynos54xx.dtsi                   |    1 +
 arch/arm/dts/exynos5800-peach-pi.dts           |    3 ++
 arch/arm/include/asm/arch-exynos/clk.h         |    3 ++
 board/samsung/smdk5420/smdk5420.c              |   15 ------
 doc/device-tree-bindings/video/exynos-fb.txt   |    2 +
 drivers/video/exynos_fb.c                      |   21 ++++++++
 drivers/video/parade.c                         |   11 ++++
 10 files changed, 107 insertions(+), 20 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-04-06  6:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 13:35 [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 1/8] arm: exynos: add display clocks for Exynos5800 Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 2/8] Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 3/8] video: exynos_fb: configure backlight GPIOs if specified in DT Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 4/8] video: parade: configure SLP and RST " Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 5/8] dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 7/8] dts: peach_pi: Add DT properties needed for display Ajay Kumar
2015-03-04 13:35 ` [U-Boot] [PATCH V3 8/8] smdk5420: Remove GPIO enums Ajay Kumar
2015-04-06  6:55 ` [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP Minkyu Kang

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.