linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding
  2014-10-30  1:50 [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Simon Horman
@ 2014-10-30  1:50 ` Simon Horman
  2014-10-30  1:50 ` [PATCH 2/3] clocksource: sh_tmu: Document r8a7778 binding Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-30  1:50 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Compared to the r8a7779, the r8a7740 lacks the input capture register,
which is not used by the driver (the current driver already handles the
r8a7740 in the non-DT case).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 7db89fb..4ae7910 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -1,4 +1,4 @@
-* Renesas R-Car Timer Unit (TMU)
+* Renesas R-Mobile/R-Car Timer Unit (TMU)
 
 The TMU is a 32-bit timer/counter with configurable clock inputs and
 programmable compare match.
@@ -9,6 +9,7 @@ are independent. The TMU hardware supports up to three channels.
 Required Properties:
 
   - compatible: must contain one or more of the following:
+    - "renesas,tmu-r8a7740" for the r8a7740 TMU
     - "renesas,tmu-r8a7779" for the r8a7779 TMU
     - "renesas,tmu" for any TMU.
       This is a fallback for the above renesas,tmu-* entries
-- 
2.1.1


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

* [PATCH 2/3] clocksource: sh_tmu: Document r8a7778 binding
  2014-10-30  1:50 [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Simon Horman
  2014-10-30  1:50 ` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding Simon Horman
@ 2014-10-30  1:50 ` Simon Horman
  2014-10-30  1:50 ` [PATCH 3/3] clocksource: sh_mtu2: Drop incorrect SoC family name Simon Horman
  2014-11-04 22:46 ` [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Olof Johansson
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-30  1:50 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The r8a7778 is very similar to the r8a7779, and already handled by
the current driver in the non-DT case.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 4ae7910..cd5f20b 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -10,6 +10,7 @@ Required Properties:
 
   - compatible: must contain one or more of the following:
     - "renesas,tmu-r8a7740" for the r8a7740 TMU
+    - "renesas,tmu-r8a7778" for the r8a7778 TMU
     - "renesas,tmu-r8a7779" for the r8a7779 TMU
     - "renesas,tmu" for any TMU.
       This is a fallback for the above renesas,tmu-* entries
-- 
2.1.1


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

* [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19
@ 2014-10-30  1:50 Simon Horman
  2014-10-30  1:50 ` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-30  1:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT clocksource updates for v3.19.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-clocksource-for-v3.19

for you to fetch changes up to d5153cd734dd6c1243bb3dc98065be99b10d049f:

  clocksource: sh_mtu2: Drop incorrect SoC family name (2014-10-27 10:00:36 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Clocksource Updates for v3.19

* sh_mtu2: Drop incorrect SoC family name
* sh_tmu: Document r8a7778 and r8a7740 bindings

----------------------------------------------------------------
Geert Uytterhoeven (3):
      clocksource: sh_tmu: Document R-Mobile r8a7740 binding
      clocksource: sh_tmu: Document r8a7778 binding
      clocksource: sh_mtu2: Drop incorrect SoC family name

 Documentation/devicetree/bindings/timer/renesas,mtu2.txt | 2 +-
 Documentation/devicetree/bindings/timer/renesas,tmu.txt  | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

* [PATCH 3/3] clocksource: sh_mtu2: Drop incorrect SoC family name
  2014-10-30  1:50 [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Simon Horman
  2014-10-30  1:50 ` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding Simon Horman
  2014-10-30  1:50 ` [PATCH 2/3] clocksource: sh_tmu: Document r8a7778 binding Simon Horman
@ 2014-10-30  1:50 ` Simon Horman
  2014-11-04 22:46 ` [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Olof Johansson
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-30  1:50 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The MTU2 hardware block is found in many Renesas SH and ARM SoCs, but
not in R-Car.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 Documentation/devicetree/bindings/timer/renesas,mtu2.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/timer/renesas,mtu2.txt b/Documentation/devicetree/bindings/timer/renesas,mtu2.txt
index d9a8d5a..ba0a34d 100644
--- a/Documentation/devicetree/bindings/timer/renesas,mtu2.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,mtu2.txt
@@ -1,4 +1,4 @@
-* Renesas R-Car Multi-Function Timer Pulse Unit 2 (MTU2)
+* Renesas Multi-Function Timer Pulse Unit 2 (MTU2)
 
 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable
 clock inputs and programmable compare match.
-- 
2.1.1


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

* Re: [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19
  2014-10-30  1:50 [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Simon Horman
                   ` (2 preceding siblings ...)
  2014-10-30  1:50 ` [PATCH 3/3] clocksource: sh_mtu2: Drop incorrect SoC family name Simon Horman
@ 2014-11-04 22:46 ` Olof Johansson
  3 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2014-11-04 22:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 30, 2014 at 10:50:49AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC DT clocksource updates for v3.19.
> 
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-clocksource-for-v3.19
> 
> for you to fetch changes up to d5153cd734dd6c1243bb3dc98065be99b10d049f:
> 
>   clocksource: sh_mtu2: Drop incorrect SoC family name (2014-10-27 10:00:36 +0900)

Applied. These could probably have been a single patch.


-Olof

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

end of thread, other threads:[~2014-11-04 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30  1:50 [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 Simon Horman
2014-10-30  1:50 ` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding Simon Horman
2014-10-30  1:50 ` [PATCH 2/3] clocksource: sh_tmu: Document r8a7778 binding Simon Horman
2014-10-30  1:50 ` [PATCH 3/3] clocksource: sh_mtu2: Drop incorrect SoC family name Simon Horman
2014-11-04 22:46 ` [GIT PULL] Renesas ARM Based SoC DT Clocksource Updates for v3.19 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).