[U-Boot] [PATCH 00/10] peach_pit: Add support for FIMD, DP and parade chip
Ajay Kumar
ajaykumar.rs at samsung.com
Tue Jun 17 11:06:09 CEST 2014
This patchset has dependency on Akshay's base patchset for peach_pit:
https://www.mail-archive.com/u-boot@lists.denx.de/msg138595.html
This patchset is actually a rebase of my older patchset:
http://lists.denx.de/pipermail/u-boot/2013-November/166935.html,
and this patchset enables display on exynos5420 based peach_pit board.
The last patch is TEST_ONLY, and it adds support for cros-ec on peach_pit.
Simon will be sending a proper patchset for the same.
Ajay Kumar (9):
[PATCH 1/10] exynos_fb: Remove usage of static defines
[PATCH 2/10] arm: exynos: Add RPLL for Exynos5420
[PATCH 3/10] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420
[PATCH 4/10] video: exynos_fimd: Add framework to disable FIMD sysmmu
[PATCH 6/10] ARM: exynos: Add missing declaration for gpio_direction_input
[PATCH 7/10] exynos5420: add callbacks needed for exynos_fb driver
[PATCH 8/10] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
[PATCH 9/10] CONFIGS: peach_pit: Enable display for peach_pit board
Vadim Bendebury (1):
[PATCH 5/10] video: Add driver for Parade PS8625 dP to LVDS bridge
Simon Glass (1):
[TEST_ONLY 10/10] Pit WIP
arch/arm/cpu/armv7/exynos/clock.c | 74 ++++++++-
arch/arm/cpu/armv7/exynos/clock_init.h | 3 +
arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 13 ++
arch/arm/cpu/armv7/exynos/exynos5_setup.h | 2 +-
arch/arm/dts/exynos5420-peach-pit.dts | 30 ++++
arch/arm/dts/exynos54xx.dtsi | 10 ++
arch/arm/include/asm/arch-exynos/clk.h | 1 +
arch/arm/include/asm/arch-exynos/gpio.h | 1 +
arch/arm/include/asm/arch-exynos/system.h | 4 +
board/samsung/common/board.c | 15 ++
board/samsung/smdk5420/smdk5420.c | 129 ++++++---------
doc/device-tree-bindings/video/exynos-fb.txt | 2 +
drivers/misc/cros_ec_spi.c | 4 +-
drivers/power/pmic/Makefile | 3 +-
drivers/power/pmic/pmic_tps65090_ec.c | 212 ++++++++++++++++++++++++
drivers/spi/exynos_spi.c | 9 +-
drivers/spi/spi.c | 2 +
drivers/video/Makefile | 1 +
drivers/video/exynos_fb.c | 17 +-
drivers/video/exynos_fimd.c | 52 ++++++
drivers/video/parade.c | 220 +++++++++++++++++++++++++
include/configs/exynos5-dt.h | 2 +-
include/configs/exynos5250-dt.h | 2 -
include/configs/peach-pit.h | 12 ++
include/configs/s5pc210_universal.h | 3 -
include/configs/trats.h | 3 -
include/configs/trats2.h | 3 -
include/fdtdec.h | 5 +
include/power/tps65090_pmic.h | 6 +
lib/fdtdec.c | 3 +
30 files changed, 726 insertions(+), 117 deletions(-)
create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
create mode 100644 drivers/video/parade.c
--
1.8.1.2
More information about the U-Boot
mailing list