From: boris.brezillon@free-electrons.com (Boris BREZILLON)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: at91: more clocks fixes for 3.16
Date: Wed, 18 Jun 2014 09:29:16 +0200 [thread overview]
Message-ID: <53A13FCC.6060906@free-electrons.com> (raw)
In-Reply-To: <1403023308-20533-1-git-send-email-alexandre.belloni@free-electrons.com>
Hello,
On 17/06/2014 18:41, Alexandre Belloni wrote:
> Hi,
>
> This patch set fixes more issues with the clocks on AT91:
>
> The first patch define the slow crystal on the at91sam9261ek board
>
> The next patchs are moving all the clocks that were under the root under a
> "clocks" node to be consistent accross all architecture.
I'm just nitpicking here, but you could swap patch 1 and 2 so that
slow_xtal node appears directly under clocks node.
Apart from that,
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
>
> Alexandre Belloni (6):
> ARM: at91/dt: define sam9261ek slow crystal frequency
> ARM: at91/dt: sam9261 crystals under the clocks node
> ARM: at91/dt: sam9n12 crystals under the clocks node
> ARM: at91/dt: sam9rl crystals under the clocks node
> ARM: at91/dt: sam9x5 crystals under the clocks node
> ARM: at91/dt: sama5d3 crystals under the clocks node
>
> arch/arm/boot/dts/at91-sama5d3_xplained.dts | 12 +++++++-----
> arch/arm/boot/dts/at91sam9261.dtsi | 20 ++++++++++---------
> arch/arm/boot/dts/at91sam9261ek.dts | 12 ++++++++----
> arch/arm/boot/dts/at91sam9n12.dtsi | 20 ++++++++++---------
> arch/arm/boot/dts/at91sam9n12ek.dts | 16 +++++++--------
> arch/arm/boot/dts/at91sam9rl.dtsi | 22 ++++++++++-----------
> arch/arm/boot/dts/at91sam9rlek.dts | 17 ++++++++--------
> arch/arm/boot/dts/at91sam9x5.dtsi | 30 +++++++++++++++--------------
> arch/arm/boot/dts/at91sam9x5cm.dtsi | 12 +++++++-----
> arch/arm/boot/dts/sama5d3.dtsi | 22 ++++++++++-----------
> arch/arm/boot/dts/sama5d3xcm.dtsi | 12 +++++++-----
> 11 files changed, 105 insertions(+), 90 deletions(-)
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Boris BREZILLON <boris.brezillon@free-electrons.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] ARM: at91: more clocks fixes for 3.16
Date: Wed, 18 Jun 2014 09:29:16 +0200 [thread overview]
Message-ID: <53A13FCC.6060906@free-electrons.com> (raw)
In-Reply-To: <1403023308-20533-1-git-send-email-alexandre.belloni@free-electrons.com>
Hello,
On 17/06/2014 18:41, Alexandre Belloni wrote:
> Hi,
>
> This patch set fixes more issues with the clocks on AT91:
>
> The first patch define the slow crystal on the at91sam9261ek board
>
> The next patchs are moving all the clocks that were under the root under a
> "clocks" node to be consistent accross all architecture.
I'm just nitpicking here, but you could swap patch 1 and 2 so that
slow_xtal node appears directly under clocks node.
Apart from that,
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
>
> Alexandre Belloni (6):
> ARM: at91/dt: define sam9261ek slow crystal frequency
> ARM: at91/dt: sam9261 crystals under the clocks node
> ARM: at91/dt: sam9n12 crystals under the clocks node
> ARM: at91/dt: sam9rl crystals under the clocks node
> ARM: at91/dt: sam9x5 crystals under the clocks node
> ARM: at91/dt: sama5d3 crystals under the clocks node
>
> arch/arm/boot/dts/at91-sama5d3_xplained.dts | 12 +++++++-----
> arch/arm/boot/dts/at91sam9261.dtsi | 20 ++++++++++---------
> arch/arm/boot/dts/at91sam9261ek.dts | 12 ++++++++----
> arch/arm/boot/dts/at91sam9n12.dtsi | 20 ++++++++++---------
> arch/arm/boot/dts/at91sam9n12ek.dts | 16 +++++++--------
> arch/arm/boot/dts/at91sam9rl.dtsi | 22 ++++++++++-----------
> arch/arm/boot/dts/at91sam9rlek.dts | 17 ++++++++--------
> arch/arm/boot/dts/at91sam9x5.dtsi | 30 +++++++++++++++--------------
> arch/arm/boot/dts/at91sam9x5cm.dtsi | 12 +++++++-----
> arch/arm/boot/dts/sama5d3.dtsi | 22 ++++++++++-----------
> arch/arm/boot/dts/sama5d3xcm.dtsi | 12 +++++++-----
> 11 files changed, 105 insertions(+), 90 deletions(-)
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-06-18 7:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 16:41 [PATCH 0/6] ARM: at91: more clocks fixes for 3.16 Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 1/6] ARM: at91/dt: define sam9261ek slow crystal frequency Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 2/6] ARM: at91/dt: sam9261 crystals under the clocks node Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 3/6] ARM: at91/dt: sam9n12 " Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 4/6] ARM: at91/dt: sam9rl " Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 5/6] ARM: at91/dt: sam9x5 " Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-17 16:41 ` [PATCH 6/6] ARM: at91/dt: sama5d3 " Alexandre Belloni
2014-06-17 16:41 ` Alexandre Belloni
2014-06-18 7:29 ` Boris BREZILLON [this message]
2014-06-18 7:29 ` [PATCH 0/6] ARM: at91: more clocks fixes for 3.16 Boris BREZILLON
2014-06-25 10:21 ` Nicolas Ferre
2014-06-25 10:21 ` Nicolas Ferre
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=53A13FCC.6060906@free-electrons.com \
--to=boris.brezillon@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.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.