Re: [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-26 Thread Simon Horman
On Fri, Oct 24, 2014 at 11:34:55AM +0900, Simon Horman wrote:
> On Wed, Oct 22, 2014 at 05:59:25PM +0300, Laurent Pinchart wrote:
> > Hi Geert,
> > 
> > Thank you for the patch.
> > 
> > On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
> > > 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 
> > 
> > Acked-by: Laurent Pinchart 
> 
> Acked-by: Simon Horman 

It seems that I have committed the last few changes to this file,
so I've queued up this one too.
--
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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-26 Thread Simon Horman
On Fri, Oct 24, 2014 at 11:34:55AM +0900, Simon Horman wrote:
 On Wed, Oct 22, 2014 at 05:59:25PM +0300, Laurent Pinchart wrote:
  Hi Geert,
  
  Thank you for the patch.
  
  On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
   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+rene...@glider.be
  
  Acked-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com
 
 Acked-by: Simon Horman horms+rene...@verge.net.au

It seems that I have committed the last few changes to this file,
so I've queued up this one too.
--
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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-23 Thread Simon Horman
On Wed, Oct 22, 2014 at 05:59:25PM +0300, Laurent Pinchart wrote:
> Hi Geert,
> 
> Thank you for the patch.
> 
> On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
> > 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 
> 
> Acked-by: Laurent Pinchart 

Acked-by: Simon Horman 

> 
> > ---
> >  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
> > 7db89fb2544411b5..4ae7910af09ffcb4 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
> 
> -- 
> 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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-23 Thread Simon Horman
On Wed, Oct 22, 2014 at 05:59:25PM +0300, Laurent Pinchart wrote:
 Hi Geert,
 
 Thank you for the patch.
 
 On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
  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+rene...@glider.be
 
 Acked-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com

Acked-by: Simon Horman horms+rene...@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
  7db89fb2544411b5..4ae7910af09ffcb4 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
 
 -- 
 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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-22 Thread Laurent Pinchart
Hi Geert,

Thank you for the patch.

On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
> 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 

Acked-by: Laurent Pinchart 

> ---
>  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
> 7db89fb2544411b5..4ae7910af09ffcb4 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

-- 
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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-22 Thread Geert Uytterhoeven
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 
---
 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 7db89fb2544411b5..4ae7910af09ffcb4 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
-- 
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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-22 Thread Geert Uytterhoeven
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+rene...@glider.be
---
 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 7db89fb2544411b5..4ae7910af09ffcb4 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
-- 
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 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding

2014-10-22 Thread Laurent Pinchart
Hi Geert,

Thank you for the patch.

On Wednesday 22 October 2014 11:38:27 Geert Uytterhoeven wrote:
 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+rene...@glider.be

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

 ---
  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
 7db89fb2544411b5..4ae7910af09ffcb4 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

-- 
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/