[U-Boot] [PATCH V3 0/9] peach_pit: Add support for FIMD, DP and parade chip

Ajay kumar ajaynumb at gmail.com
Fri Jul 11 15:50:08 CEST 2014


Hi Minkyu,

I think you can pick this series.
This has been tested and Acked.

Regards,
Ajay Kumar

On Fri, Jul 4, 2014 at 6:49 PM, Ajay Kumar <ajaykumar.rs at samsung.com> wrote:
> Patchset V1:
> https://www.mail-archive.com/u-boot@lists.denx.de/msg140596.html
>
> Patchset V2:
> https://www.mail-archive.com/u-boot@lists.denx.de/msg141203.html
>
> 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
>
> Changes from V2:
> [PATCH V3 5/9] : Use SPDX tags to define the license for the file: parade.c
> Removed TEST_ONLY patches.
>
> Ajay Kumar (8):
>   [PATCH V3 1/9] exynos_fb: Remove usage of static defines
>   [PATCH V3 2/9] arm: exynos: Add RPLL for Exynos5420
>   [PATCH V3 3/9] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420
>   [PATCH V3 4/9] video: exynos_fimd: Add framework to disable FIMD sysmmu
>   [PATCH V3 6/9] ARM: exynos: Add missing declaration for gpio_direction_input
>   [PATCH V3 7/9] exynos5420: add callbacks needed for exynos_fb driver
>   [PATCH V3 8/9] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
>   [PATCH V3 9/9] CONFIGS: peach-pit: Enable display for peach_pit board
>
> Vadim Bendebury (1):
>   [PATCH V3 5/9] 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/video/Makefile                         |    1 +
>  drivers/video/exynos_fb.c                      |   17 +-
>  drivers/video/exynos_fimd.c                    |   43 +++++
>  drivers/video/parade.c                         |  220 ++++++++++++++++++++++++
>  include/configs/exynos5250-dt.h                |    2 -
>  include/configs/peach-pit.h                    |   10 ++
>  include/configs/s5pc210_universal.h            |    3 -
>  include/configs/trats.h                        |    3 -
>  include/configs/trats2.h                       |    3 -
>  include/fdtdec.h                               |    2 +
>  lib/fdtdec.c                                   |    2 +
>  23 files changed, 492 insertions(+), 111 deletions(-)
>  create mode 100644 drivers/video/parade.c
>
> --
> 1.7.9.5
>


More information about the U-Boot mailing list