From: Kukjin Kim <kgene.kim@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
Tomasz Figa <t.figa@samsung.com>,
Kukjin Kim <kgene.kim@samsung.com>,
Mike Turquette <mturquette@linaro.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
"moderated list:OPEN FIRMWARE AND..."
<devicetree@vger.kernel.org>,
"moderated list:ARM/S5P EXYNOS AR..."
<linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH RESEND v2 0/4] clk/exynos convert clock IDs to macros
Date: Wed, 26 Feb 2014 10:05:59 +0900 [thread overview]
Message-ID: <530D3DF7.4080504@samsung.com> (raw)
In-Reply-To: <1393248180-17408-1-git-send-email-a.hajda@samsung.com>
On 02/24/14 22:22, Andrzej Hajda wrote:
> Hi,
>
Hi Andrzej,
> This patch set converts dts files to use macros instead
> of magic numbers or enums to describe clock bindings.
>
> The patch set is rebased on the latest kgene/for-next branch.
>
Thanks.
> The patches are generated by script.
> Many clocks I have verified by hand.
> I have also tested it successfully on exynos4 based board.
>
:)
> This is the 2nd version of the patchset.
> Changes:
> - corrected devicetree mailing list,
> - added comments to include/dt-bindings/clock/exynos4.h for
> clocks present only in particular chip,
> - added tab alignement in headers,
> - added comment to CLK_NR_CLKS,
> - added copyright headers,
> - split long lines in dts,
> - corrected example in bindings/clock/exynos5250-clock.txt, to point
> appropriate clocks.
>
> Regards
> Andrzej
>
> Andrzej Hajda (4):
> ARM: dts: exynos4: convert magic numbers to macros in clock bindings
> ARM: dts: exynos5250: convert magic numbers to macros in clock
> bindings
> ARM: dts: exynos5420: convert magic numbers to macros in clock
> bindings
> ARM: dts: exynos5440: convert magic numbers to macros in clock
> bindings
>
> .../devicetree/bindings/clock/exynos4-clock.txt | 259 +--------------------
> .../devicetree/bindings/clock/exynos5250-clock.txt | 163 +------------
> .../devicetree/bindings/clock/exynos5420-clock.txt | 184 +--------------
> .../devicetree/bindings/clock/exynos5440-clock.txt | 45 +---
> arch/arm/boot/dts/exynos4.dtsi | 73 +++---
> arch/arm/boot/dts/exynos4210.dtsi | 9 +-
> arch/arm/boot/dts/exynos4x12.dtsi | 34 +--
> arch/arm/boot/dts/exynos5250.dtsi | 105 +++++----
> arch/arm/boot/dts/exynos5420.dtsi | 95 ++++----
> arch/arm/boot/dts/exynos5440.dtsi | 33 +--
> 10 files changed, 207 insertions(+), 793 deletions(-)
>
Looks good to me, applied.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v2 0/4] clk/exynos convert clock IDs to macros
Date: Wed, 26 Feb 2014 10:05:59 +0900 [thread overview]
Message-ID: <530D3DF7.4080504@samsung.com> (raw)
In-Reply-To: <1393248180-17408-1-git-send-email-a.hajda@samsung.com>
On 02/24/14 22:22, Andrzej Hajda wrote:
> Hi,
>
Hi Andrzej,
> This patch set converts dts files to use macros instead
> of magic numbers or enums to describe clock bindings.
>
> The patch set is rebased on the latest kgene/for-next branch.
>
Thanks.
> The patches are generated by script.
> Many clocks I have verified by hand.
> I have also tested it successfully on exynos4 based board.
>
:)
> This is the 2nd version of the patchset.
> Changes:
> - corrected devicetree mailing list,
> - added comments to include/dt-bindings/clock/exynos4.h for
> clocks present only in particular chip,
> - added tab alignement in headers,
> - added comment to CLK_NR_CLKS,
> - added copyright headers,
> - split long lines in dts,
> - corrected example in bindings/clock/exynos5250-clock.txt, to point
> appropriate clocks.
>
> Regards
> Andrzej
>
> Andrzej Hajda (4):
> ARM: dts: exynos4: convert magic numbers to macros in clock bindings
> ARM: dts: exynos5250: convert magic numbers to macros in clock
> bindings
> ARM: dts: exynos5420: convert magic numbers to macros in clock
> bindings
> ARM: dts: exynos5440: convert magic numbers to macros in clock
> bindings
>
> .../devicetree/bindings/clock/exynos4-clock.txt | 259 +--------------------
> .../devicetree/bindings/clock/exynos5250-clock.txt | 163 +------------
> .../devicetree/bindings/clock/exynos5420-clock.txt | 184 +--------------
> .../devicetree/bindings/clock/exynos5440-clock.txt | 45 +---
> arch/arm/boot/dts/exynos4.dtsi | 73 +++---
> arch/arm/boot/dts/exynos4210.dtsi | 9 +-
> arch/arm/boot/dts/exynos4x12.dtsi | 34 +--
> arch/arm/boot/dts/exynos5250.dtsi | 105 +++++----
> arch/arm/boot/dts/exynos5420.dtsi | 95 ++++----
> arch/arm/boot/dts/exynos5440.dtsi | 33 +--
> 10 files changed, 207 insertions(+), 793 deletions(-)
>
Looks good to me, applied.
Thanks,
Kukjin
next prev parent reply other threads:[~2014-02-26 1:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-24 13:22 [PATCH RESEND v2 0/4] clk/exynos convert clock IDs to macros Andrzej Hajda
2014-02-24 13:22 ` Andrzej Hajda
2014-02-24 13:22 ` [PATCH RESEND v2 1/4] ARM: dts: exynos4: convert magic numbers to macros in clock bindings Andrzej Hajda
2014-02-24 13:22 ` Andrzej Hajda
2014-02-24 13:22 ` [PATCH RESEND v2 2/4] ARM: dts: exynos5250: " Andrzej Hajda
2014-02-24 13:22 ` Andrzej Hajda
2014-02-24 13:22 ` [PATCH RESEND v2 3/4] ARM: dts: exynos5420: " Andrzej Hajda
2014-02-24 13:22 ` Andrzej Hajda
2014-02-24 13:23 ` [PATCH RESEND v2 4/4] ARM: dts: exynos5440: " Andrzej Hajda
2014-02-24 13:23 ` Andrzej Hajda
2014-02-26 1:05 ` Kukjin Kim [this message]
2014-02-26 1:05 ` [PATCH RESEND v2 0/4] clk/exynos convert clock IDs to macros Kukjin Kim
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=530D3DF7.4080504@samsung.com \
--to=kgene.kim@samsung.com \
--cc=a.hajda@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=t.figa@samsung.com \
/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.