All of lore.kernel.org
 help / color / mirror / Atom feed
From: b.brezillon@overkiz.com (boris brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: at91: use new at91 clks for samad3 SoCs
Date: Thu, 08 Aug 2013 12:33:26 +0200	[thread overview]
Message-ID: <520373F6.10200@overkiz.com> (raw)
In-Reply-To: <1375951572-10829-1-git-send-email-b.brezillon@overkiz.com>

Sorry for the noise, I forgot to add the --in-reply-to option.

You'll find the dependencies patch series in attachements.

On 08/08/2013 10:46, Boris BREZILLON wrote:
> Hello,
>
> This patch series was formerly part of the
> "ARM: at91: move to common clk framework" patch series.
>
> It moves sama5d3 SoCs and boards to the new at91 clks (clk implementation
> using common clk framework).
>
> This patch series depends on following patch series (they must be applied in
> this order):
> 1) "ARM: at91/dt: split sama5d3 definition" (v1)
> 2) "ARM: at91/dt: make use of periph id macros" (v2, not submitted yet)
> 3) "ARM: at91: move to common clk framework" (v3)
>
> I will answer to this mail and join this patch series' dependencies in
> attachments.
>
> Best Regards,
>
> Boris
>
> Boris BREZILLON (6):
>    ARM: at91: prepare sama5 dt boards transition to common clk
>    ARM: at91: prepare common clk transition for sama5d3 SoC
>    ARM: at91/dt: define sama5d3 clocks
>    ARM: at91/dt: define sama5d3xek's main clk frequency
>    ARM: at91: move sama5d3 SoC to common clk
>    ARM: at91/dt: remove old main clk definition from sama5d3xcm.dtsi
>
>   arch/arm/boot/dts/sama5d3.dtsi      |  331 ++++++++++++++++++++++++++++++++++-
>   arch/arm/boot/dts/sama5d3_can.dtsi  |   19 ++
>   arch/arm/boot/dts/sama5d3_emac.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_gmac.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_lcd.dtsi  |   17 ++
>   arch/arm/boot/dts/sama5d3_mci2.dtsi |   11 ++
>   arch/arm/boot/dts/sama5d3_tcb1.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_uart.dtsi |   19 ++
>   arch/arm/boot/dts/sama5d3xcm.dtsi   |   17 +-
>   arch/arm/mach-at91/Kconfig          |    1 -
>   arch/arm/mach-at91/board-dt-sama5.c |   10 +-
>   arch/arm/mach-at91/sama5d3.c        |    6 +-
>   12 files changed, 451 insertions(+), 16 deletions(-)
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dependencies.tgz
Type: application/x-compressed-tar
Size: 47581 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130808/37b3afbf/attachment-0001.bin>

WARNING: multiple messages have this Message-ID (diff)
From: boris brezillon <b.brezillon@overkiz.com>
To: Boris BREZILLON <b.brezillon@overkiz.com>
Cc: Russell King <linux@arm.linux.org.uk>,
	Andrew Victor <linux@maxim.org.za>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 0/6] ARM: at91: use new at91 clks for samad3 SoCs
Date: Thu, 08 Aug 2013 12:33:26 +0200	[thread overview]
Message-ID: <520373F6.10200@overkiz.com> (raw)
In-Reply-To: <1375951572-10829-1-git-send-email-b.brezillon@overkiz.com>

[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]

Sorry for the noise, I forgot to add the --in-reply-to option.

You'll find the dependencies patch series in attachements.

On 08/08/2013 10:46, Boris BREZILLON wrote:
> Hello,
>
> This patch series was formerly part of the
> "ARM: at91: move to common clk framework" patch series.
>
> It moves sama5d3 SoCs and boards to the new at91 clks (clk implementation
> using common clk framework).
>
> This patch series depends on following patch series (they must be applied in
> this order):
> 1) "ARM: at91/dt: split sama5d3 definition" (v1)
> 2) "ARM: at91/dt: make use of periph id macros" (v2, not submitted yet)
> 3) "ARM: at91: move to common clk framework" (v3)
>
> I will answer to this mail and join this patch series' dependencies in
> attachments.
>
> Best Regards,
>
> Boris
>
> Boris BREZILLON (6):
>    ARM: at91: prepare sama5 dt boards transition to common clk
>    ARM: at91: prepare common clk transition for sama5d3 SoC
>    ARM: at91/dt: define sama5d3 clocks
>    ARM: at91/dt: define sama5d3xek's main clk frequency
>    ARM: at91: move sama5d3 SoC to common clk
>    ARM: at91/dt: remove old main clk definition from sama5d3xcm.dtsi
>
>   arch/arm/boot/dts/sama5d3.dtsi      |  331 ++++++++++++++++++++++++++++++++++-
>   arch/arm/boot/dts/sama5d3_can.dtsi  |   19 ++
>   arch/arm/boot/dts/sama5d3_emac.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_gmac.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_lcd.dtsi  |   17 ++
>   arch/arm/boot/dts/sama5d3_mci2.dtsi |   11 ++
>   arch/arm/boot/dts/sama5d3_tcb1.dtsi |   12 ++
>   arch/arm/boot/dts/sama5d3_uart.dtsi |   19 ++
>   arch/arm/boot/dts/sama5d3xcm.dtsi   |   17 +-
>   arch/arm/mach-at91/Kconfig          |    1 -
>   arch/arm/mach-at91/board-dt-sama5.c |   10 +-
>   arch/arm/mach-at91/sama5d3.c        |    6 +-
>   12 files changed, 451 insertions(+), 16 deletions(-)
>


[-- Attachment #2: dependencies.tgz --]
[-- Type: application/x-compressed-tar, Size: 47581 bytes --]

  parent reply	other threads:[~2013-08-08 10:33 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-08  8:46 [PATCH 0/6] ARM: at91: use new at91 clks for samad3 SoCs Boris BREZILLON
2013-08-08  8:46 ` Boris BREZILLON
2013-08-08  9:20 ` [PATCH 1/6] ARM: at91: prepare sama5 dt boards transition to common clk Boris BREZILLON
2013-08-08  9:20   ` Boris BREZILLON
2013-10-09 13:04   ` Nicolas Ferre
2013-10-09 13:04     ` Nicolas Ferre
2013-10-09 13:04     ` Nicolas Ferre
2013-08-08  9:21 ` [PATCH 2/6] ARM: at91: prepare common clk transition for sama5d3 SoC Boris BREZILLON
2013-08-08  9:21   ` Boris BREZILLON
2013-10-09 13:05   ` Nicolas Ferre
2013-10-09 13:05     ` Nicolas Ferre
2013-10-09 13:05     ` Nicolas Ferre
2013-08-08  9:31 ` [PATCH 3/6] ARM: at91/dt: define sama5d3 clocks Boris BREZILLON
2013-08-08  9:31   ` Boris BREZILLON
2013-10-09 13:10   ` Nicolas Ferre
2013-10-09 13:10     ` Nicolas Ferre
2013-10-09 13:10     ` Nicolas Ferre
2013-08-08  9:36 ` [PATCH 4/6] ARM: at91/dt: define sama5d3xek's main clk frequency Boris BREZILLON
2013-08-08  9:36   ` Boris BREZILLON
2013-10-09 13:12   ` Nicolas Ferre
2013-10-09 13:12     ` Nicolas Ferre
2013-10-09 13:12     ` Nicolas Ferre
2013-08-08 10:29 ` [PATCH 5/6] ARM: at91: move sama5d3 SoC to common clk Boris BREZILLON
2013-08-08 10:29   ` Boris BREZILLON
2013-10-09 13:12   ` Nicolas Ferre
2013-10-09 13:12     ` Nicolas Ferre
2013-10-09 13:12     ` Nicolas Ferre
2013-08-08 10:30 ` [PATCH 6/6] ARM: at91/dt: remove old main clk definition from sama5d3xcm.dtsi Boris BREZILLON
2013-08-08 10:30   ` Boris BREZILLON
2013-10-09 13:14   ` Nicolas Ferre
2013-10-09 13:14     ` Nicolas Ferre
2013-10-09 13:14     ` Nicolas Ferre
2013-08-08 10:33 ` boris brezillon [this message]
2013-08-08 10:33   ` [PATCH 0/6] ARM: at91: use new at91 clks for samad3 SoCs boris brezillon

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=520373F6.10200@overkiz.com \
    --to=b.brezillon@overkiz.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.