linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18
@ 2014-09-12  1:23 Simon Horman
  2014-09-12  1:23 ` [PATCH] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings Simon Horman
  2014-09-24  5:15 ` [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Olof Johansson
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2014-09-12  1:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC clk updates for v3.18.

This pull request is based on the previous round of
such requests, tagged as renesas-clk-for-v3.18,
which you have already pulled.

I am taking this change through my tree with Mike's Ack
as it seems to be a smooth way to handle things.


The following changes since commit 8de078f189da45453d2ed2a04288e329cc169731:

  clk: shmobile: Add r8a7794 support (2014-08-27 08:40:54 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clk2-for-v3.18

for you to fetch changes up to b32c44b93af31e9163514df0f3ac2791972eb124:

  clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings (2014-09-10 09:08:10 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Clk Updates for v3.18

* Add r8a7740, sh73a0 SoCs to MSTP bindings

----------------------------------------------------------------
Ulrich Hecht (1):
      clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings

 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 2 ++
 1 file changed, 2 insertions(+)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings
  2014-09-12  1:23 [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Simon Horman
@ 2014-09-12  1:23 ` Simon Horman
  2014-09-24  5:15 ` [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-09-12  1:23 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
index 8a92b5fb..8f1424f 100644
--- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
@@ -11,9 +11,11 @@ Required Properties:
 
   - compatible: Must be one of the following
     - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks
+    - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks
     - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks
     - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks
     - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks
+    - "renesas,sh73a0-mstp-clocks" for SH73A0 (SH-MobileAG5) MSTP gate clocks
     - "renesas,cpg-mstp-clock" for generic MSTP gate clocks
   - reg: Base address and length of the I/O mapped registers used by the MSTP
     clocks. The first register is the clock control register and is mandatory.
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18
  2014-09-12  1:23 [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Simon Horman
  2014-09-12  1:23 ` [PATCH] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings Simon Horman
@ 2014-09-24  5:15 ` Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-09-24  5:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 12, 2014 at 10:23:47AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these second round of Renesas ARM based SoC clk updates for v3.18.
> 
> This pull request is based on the previous round of
> such requests, tagged as renesas-clk-for-v3.18,
> which you have already pulled.
> 
> I am taking this change through my tree with Mike's Ack
> as it seems to be a smooth way to handle things.
> 
> 
> The following changes since commit 8de078f189da45453d2ed2a04288e329cc169731:
> 
>   clk: shmobile: Add r8a7794 support (2014-08-27 08:40:54 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clk2-for-v3.18
> 
> for you to fetch changes up to b32c44b93af31e9163514df0f3ac2791972eb124:
> 
>   clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings (2014-09-10 09:08:10 +0900)
> 

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-24  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12  1:23 [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Simon Horman
2014-09-12  1:23 ` [PATCH] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings Simon Horman
2014-09-24  5:15 ` [GIT PULL] Second Round of Renesas ARM Based SoC Clk Updates for v3.18 Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).