From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2015 15:55:43 +0900 Subject: [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP In-Reply-To: <1425476131-28306-1-git-send-email-ajaykumar.rs@samsung.com> References: <1425476131-28306-1-git-send-email-ajaykumar.rs@samsung.com> Message-ID: <55222DEF.50104@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/03/15 22:35, Ajay Kumar wrote: > 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(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.