Re: [PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-23 Thread Simon Horman
On Wed, Oct 22, 2014 at 06:00:19PM +0300, Laurent Pinchart wrote:
> Hi Geert,
> 
> Thank you for the patch.
> 
> On Wednesday 22 October 2014 11:26:18 Geert Uytterhoeven wrote:
> > r7s72100 is a member of the RZ family, not of the R-Car family
> > 
> > Signed-off-by: Geert Uytterhoeven 
> 
> Acked-by: Laurent Pinchart 

My understanding is that mtu2 is an IP block that has been around
inside Renesas for quite some time and has a history of use
on the SH architecture as well as its more recent use on the r7s72100.

So perhaps "Renesas Multi-Function Timer Pulse Unit 2 (MTU2)"
would be (slightly) better.

> > ---
> >  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..55484a77a6ae54d0 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 RZ 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-23 Thread Simon Horman
On Wed, Oct 22, 2014 at 06:00:19PM +0300, Laurent Pinchart wrote:
 Hi Geert,
 
 Thank you for the patch.
 
 On Wednesday 22 October 2014 11:26:18 Geert Uytterhoeven wrote:
  r7s72100 is a member of the RZ family, not of the R-Car family
  
  Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be
 
 Acked-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com

My understanding is that mtu2 is an IP block that has been around
inside Renesas for quite some time and has a history of use
on the SH architecture as well as its more recent use on the r7s72100.

So perhaps Renesas Multi-Function Timer Pulse Unit 2 (MTU2)
would be (slightly) better.

  ---
   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..55484a77a6ae54d0 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 RZ 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
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-sh in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-22 Thread Laurent Pinchart
Hi Geert,

Thank you for the patch.

On Wednesday 22 October 2014 11:26:18 Geert Uytterhoeven wrote:
> r7s72100 is a member of the RZ family, not of the R-Car family
> 
> Signed-off-by: Geert Uytterhoeven 

Acked-by: Laurent Pinchart 

> ---
>  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..55484a77a6ae54d0 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 RZ 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-22 Thread Geert Uytterhoeven
r7s72100 is a member of the RZ family, not of the R-Car family

Signed-off-by: Geert Uytterhoeven 
---
 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..55484a77a6ae54d0 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 RZ 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-22 Thread Geert Uytterhoeven
r7s72100 is a member of the RZ family, not of the R-Car family

Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be
---
 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..55484a77a6ae54d0 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 RZ 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

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] clocksource: sh_mtu2: Correct SoC family name

2014-10-22 Thread Laurent Pinchart
Hi Geert,

Thank you for the patch.

On Wednesday 22 October 2014 11:26:18 Geert Uytterhoeven wrote:
 r7s72100 is a member of the RZ family, not of the R-Car family
 
 Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be

Acked-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com

 ---
  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..55484a77a6ae54d0 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 RZ 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

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/