All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-sh@vger.kernel.org,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding
Date: Fri, 24 Oct 2014 02:34:55 +0000	[thread overview]
Message-ID: <20141024023451.GE7537@verge.net.au> (raw)
In-Reply-To: <6890235.hnMLlLN6KA@avalon>

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+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-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
> > 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-sh@vger.kernel.org,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding
Date: Fri, 24 Oct 2014 11:34:55 +0900	[thread overview]
Message-ID: <20141024023451.GE7537@verge.net.au> (raw)
In-Reply-To: <6890235.hnMLlLN6KA@avalon>

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+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-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
> > 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2014-10-24  2:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22  9:38 [PATCH 0/3] ARM: shmobile: r8a7740/armadillo800eva dts: Enable TMU0 Geert Uytterhoeven
2014-10-22  9:38 ` Geert Uytterhoeven
2014-10-22  9:38 ` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding Geert Uytterhoeven
2014-10-22  9:38   ` Geert Uytterhoeven
2014-10-22 14:59   ` Laurent Pinchart
2014-10-22 14:59     ` Laurent Pinchart
2014-10-24  2:34     ` Simon Horman [this message]
2014-10-24  2:34       ` Simon Horman
2014-10-27  0:24       ` Simon Horman
2014-10-27  0:24         ` Simon Horman
2014-10-22  9:38 ` [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add TMU0 and TMU1 device nodes Geert Uytterhoeven
2014-10-22  9:38   ` Geert Uytterhoeven
2014-10-22 14:57   ` Laurent Pinchart
2014-10-22 14:57     ` Laurent Pinchart
2014-10-22  9:38 ` [PATCH 3/3] ARM: shmobile: armadillo800eva dts: Enable TMU0 Geert Uytterhoeven
2014-10-22  9:38   ` Geert Uytterhoeven
2014-10-22 14:58   ` Laurent Pinchart
2014-10-22 14:58     ` Laurent Pinchart
2014-10-22 15:17     ` Geert Uytterhoeven
2014-10-22 15:17       ` Geert Uytterhoeven
2014-10-24  2:39       ` Simon Horman
2014-10-24  2:39         ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141024023451.GE7537@verge.net.au \
    --to=horms@verge.net.au \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.