* [PATCH v2] clocksource: sh_mtu2: Drop incorrect SoC family name
@ 2014-10-24 11:29 Geert Uytterhoeven
2014-10-26 13:14 ` Laurent Pinchart
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-10-24 11:29 UTC (permalink / raw)
To: Daniel Lezcano, Laurent Pinchart, Simon Horman
Cc: linux-sh, devicetree, linux-kernel, Geert Uytterhoeven
The TPU2 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>
---
v2:
- Drop family name instead of changing it to RZ.
---
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 d9a8d5af1a21270f..ba0a34d97eb80261 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.
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] clocksource: sh_mtu2: Drop incorrect SoC family name
2014-10-24 11:29 [PATCH v2] clocksource: sh_mtu2: Drop incorrect SoC family name Geert Uytterhoeven
@ 2014-10-26 13:14 ` Laurent Pinchart
2014-10-27 0:26 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2014-10-26 13:14 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Daniel Lezcano, Laurent Pinchart, Simon Horman, linux-sh,
devicetree, linux-kernel
Hi Geert,
Thank you for the patch.
On Friday 24 October 2014 13:29:38 Geert Uytterhoeven wrote:
> The TPU2 hardware block is found in many Renesas SH and ARM SoCs, but
s/TPU2/MTU2/
With this fixed,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> not in R-Car.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
> - Drop family name instead of changing it to RZ.
> ---
> 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
> d9a8d5af1a21270f..ba0a34d97eb80261 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.
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] clocksource: sh_mtu2: Drop incorrect SoC family name
2014-10-26 13:14 ` Laurent Pinchart
@ 2014-10-27 0:26 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-10-27 0:26 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Geert Uytterhoeven, Daniel Lezcano, Laurent Pinchart, linux-sh,
devicetree, linux-kernel
On Sun, Oct 26, 2014 at 03:14:19PM +0200, Laurent Pinchart wrote:
> Hi Geert,
>
> Thank you for the patch.
>
> On Friday 24 October 2014 13:29:38 Geert Uytterhoeven wrote:
> > The TPU2 hardware block is found in many Renesas SH and ARM SoCs, but
>
> s/TPU2/MTU2/
>
> With this fixed,
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Thanks, I have fixed that and queued up the following:
From: Geert Uytterhoeven <geert+renesas@glider.be>
[PATCH] clocksource: sh_mtu2: Drop incorrect SoC family name
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] 3+ messages in thread
end of thread, other threads:[~2014-10-27 0:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 11:29 [PATCH v2] clocksource: sh_mtu2: Drop incorrect SoC family name Geert Uytterhoeven
2014-10-26 13:14 ` Laurent Pinchart
2014-10-27 0:26 ` Simon Horman
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).