From: Kukjin Kim <kgene.kim@samsung.com>
To: Arun Kumar K <arun.kk@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
kgene.kim@samsung.com, dianders@chromium.org, olofj@google.com,
t.figa@samsung.com, sachin.kamat@linaro.org,
tushar.behera@linaro.org, arunkk.samsung@gmail.com
Subject: Re: [PATCH 0/3] Add Exynos5800 support
Date: Fri, 02 May 2014 22:14:38 +0900 [thread overview]
Message-ID: <53639A3E.6090508@samsung.com> (raw)
In-Reply-To: <1399035821-25096-1-git-send-email-arun.kk@samsung.com>
On 05/02/14 22:03, Arun Kumar K wrote:
> Exynos5800 is a derivative of Exynos5420 with higher
> clock speeds and most other IP blocks remaining the same
> except for a few.
> Due to the similarities with 5420, following is done to
> achieve maximum code re-use:
> - Use the same 5420 clock file with few changes for adding
> extra 5800 clocks.
> - Include the 5420 dtsi into 5800 and override required
> properties.
>
> This series is dependent on the following patches
> 1) Adding node labels for Exynos5420
> https://patchwork.kernel.org/patch/4092701/
> 2) Adding pwm nodes for backlight
> https://patchwork.kernel.org/patch/4101881/
>
> Alim Akhtar (1):
> clk: exynos5420: Add 5800 specific clocks
>
> Arun Kumar K (2):
> ARM: dts: Add Exynos5800 dt file
> ARM: dts: Add peach-pi board support
>
> .../devicetree/bindings/clock/exynos5420-clock.txt | 3 +-
> arch/arm/boot/dts/Makefile | 3 +-
> arch/arm/boot/dts/exynos5800-peach-pi.dts | 144 +++++++++++++++
> arch/arm/boot/dts/exynos5800.dtsi | 24 +++
> drivers/clk/samsung/clk-exynos5420.c | 192 +++++++++++++++-----
> include/dt-bindings/clock/exynos5420.h | 1 +
> 6 files changed, 320 insertions(+), 47 deletions(-)
> create mode 100644 arch/arm/boot/dts/exynos5800-peach-pi.dts
> create mode 100644 arch/arm/boot/dts/exynos5800.dtsi
>
Hi all,
Just note that some changes of C and Kconfig in mach-exynos are missed
in this series as per my suggestion because I'm working on consolidate
it for exynos stuff.
So please just review dt and clock stuff.
Thanks,
Kukjin
prev parent reply other threads:[~2014-05-02 13:15 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-02 13:03 [PATCH 0/3] Add Exynos5800 support Arun Kumar K
2014-05-02 13:03 ` [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks Arun Kumar K
2014-05-02 17:23 ` Tomasz Figa
2014-05-03 12:06 ` Arun Kumar K
2014-05-02 17:51 ` Andrew Bresticker
2014-05-03 12:12 ` Arun Kumar K
2014-05-02 18:52 ` Arnd Bergmann
2014-05-02 19:35 ` Doug Anderson
2014-05-03 2:12 ` Tomasz Figa
2014-05-02 13:03 ` [PATCH 2/3] ARM: dts: Add Exynos5800 dt file Arun Kumar K
2014-05-02 16:49 ` Olof Johansson
2014-05-02 17:03 ` Tomasz Figa
2014-05-02 13:03 ` [PATCH 3/3] ARM: dts: Add peach-pi board support Arun Kumar K
2014-05-02 17:10 ` Tomasz Figa
2014-05-02 18:31 ` Doug Anderson
2014-05-03 2:00 ` Tomasz Figa
[not found] ` <53644DDB.7050503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-05 15:17 ` Doug Anderson
2014-05-05 18:18 ` Tom Rini
2014-05-08 21:55 ` Bjorn Andersson
2014-05-08 22:16 ` Tom Rini
2014-05-08 22:22 ` Bjorn Andersson
2014-05-02 13:14 ` Kukjin Kim [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=53639A3E.6090508@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arun.kk@samsung.com \
--cc=arunkk.samsung@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olofj@google.com \
--cc=sachin.kamat@linaro.org \
--cc=t.figa@samsung.com \
--cc=tushar.behera@linaro.org \
/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.