[U-Boot] [PATCH V2 00/10] peach_pit: Add support for FIMD, DP and parade chip

Ajay Kumar ajaykumar.rs at samsung.com
Thu Jun 26 10:00:58 CEST 2014


Patchset V1:
https://www.mail-archive.com/u-boot@lists.denx.de/msg140596.html

Patch 6 is TEST_ONLY since Simon will be sending it as a part of
device model changes.

Patch 10 is TEST_ONLY and it adds support for cros-ec on peach_pit.
Simon will be sending a proper patchset for the same.

Changes from V1:
[PATCH V2 3/10] : Don't mix cpu_is and proid_isas per Minkyu's suggestion.
		  Also, incorporate Simon's suggestion of not using else.
[PATCH V2 4/10] : For FIMD SYSMMU DT, use same compatible string as kernel.
[TEST_ONLY V2 6/10]: Make this patch TEST_ONLY

Ajay Kumar (9):
  [PATCH V2 1/10] exynos_fb: Remove usage of static defines
  [PATCH V2 2/10] arm: exynos: Add RPLL for Exynos5420
  [PATCH V2 3/10] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420
  [PATCH V2 4/10] video: exynos_fimd: Add framework to disable FIMD sysmmu
  [TEST_ONLY V2 6/10] ARM: exynos: Add missing declaration for gpio_direction_input
  [PATCH V2 7/10] exynos5420: add callbacks needed for exynos_fb driver
  [PATCH V2 8/10] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
  [PATCH V2 9/10] CONFIGS: peach_pit: Enable display for peach_pit board
  [TEST_ONLY V2 10/10] Pit WIP

Vadim Bendebury (1):
  [PATCH V2 5/10] video: Add driver for Parade PS8625 dP to LVDS bridge


 arch/arm/cpu/armv7/exynos/clock.c              |  83 +++++++++-
 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   |   6 +
 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                    |  43 +++++
 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                               |   2 +
 include/power/tps65090_pmic.h                  |   6 +
 lib/fdtdec.c                                   |   2 +
 30 files changed, 724 insertions(+), 119 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