From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP
Date: Mon, 06 Apr 2015 15:55:43 +0900 [thread overview]
Message-ID: <55222DEF.50104@samsung.com> (raw)
In-Reply-To: <1425476131-28306-1-git-send-email-ajaykumar.rs@samsung.com>
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.
prev parent reply other threads:[~2015-04-06 6:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55222DEF.50104@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.