All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Simon Horman <horms@verge.net.au>, Magnus Damm <magnus.damm@gmail.com>
Cc: Ben Dooks <ben.dooks@codethink.co.uk>,
	devicetree@vger.kernel.org, linux-sh@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH v2 1/6] clk: shmobile: Deprecate renesas,clock-indices
Date: Wed, 19 Nov 2014 19:21:04 +0000	[thread overview]
Message-ID: <20141119192104.25314.14333@quantum> (raw)
In-Reply-To: <1415645379-3366-2-git-send-email-geert+renesas@glider.be>

Quoting Geert Uytterhoeven (2014-11-10 10:49:34)
> Commit 8e33f91a0b84ae19 ("clk: shmobile: clk-mstp: change to using
> clock-indices") forgot to replace all occurrences of
> "renesas,clock-indices" in the driver-specific binding documentation.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Applied to clk-next.

Regards,
Mike

> ---
> v2:
>   - Drop the reference to "renesas,clock-indices" completely,
>   - Add Acked-by.
> ---
>  .../devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt         | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> index e566fb79af9e4d37..0a80fa70ca265c0f 100644
> --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> @@ -27,11 +27,11 @@ Required Properties:
>      must appear in the same order as the output clocks.
>    - #clock-cells: Must be 1
>    - clock-output-names: The name of the clocks as free-form strings
> -  - renesas,clock-indices: Indices of the gate clocks into the group (0 to 31)
> +  - clock-indices: Indices of the gate clocks into the group (0 to 31)
>  
> -The clocks, clock-output-names and renesas,clock-indices properties contain one
> -entry per gate clock. The MSTP groups are sparsely populated. Unimplemented
> -gate clocks must not be declared.
> +The clocks, clock-output-names and clock-indices properties contain one entry
> +per gate clock. The MSTP groups are sparsely populated. Unimplemented gate
> +clocks must not be declared.
>  
>  
>  Example
> -- 
> 1.9.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Simon Horman <horms@verge.net.au>, Magnus Damm <magnus.damm@gmail.com>
Cc: Ben Dooks <ben.dooks@codethink.co.uk>,
	devicetree@vger.kernel.org, linux-sh@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH v2 1/6] clk: shmobile: Deprecate renesas,clock-indices
Date: Wed, 19 Nov 2014 11:21:04 -0800	[thread overview]
Message-ID: <20141119192104.25314.14333@quantum> (raw)
In-Reply-To: <1415645379-3366-2-git-send-email-geert+renesas@glider.be>

Quoting Geert Uytterhoeven (2014-11-10 10:49:34)
> Commit 8e33f91a0b84ae19 ("clk: shmobile: clk-mstp: change to using
> clock-indices") forgot to replace all occurrences of
> "renesas,clock-indices" in the driver-specific binding documentation.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Applied to clk-next.

Regards,
Mike

> ---
> v2:
>   - Drop the reference to "renesas,clock-indices" completely,
>   - Add Acked-by.
> ---
>  .../devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt         | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> index e566fb79af9e4d37..0a80fa70ca265c0f 100644
> --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
> @@ -27,11 +27,11 @@ Required Properties:
>      must appear in the same order as the output clocks.
>    - #clock-cells: Must be 1
>    - clock-output-names: The name of the clocks as free-form strings
> -  - renesas,clock-indices: Indices of the gate clocks into the group (0 to 31)
> +  - clock-indices: Indices of the gate clocks into the group (0 to 31)
>  
> -The clocks, clock-output-names and renesas,clock-indices properties contain one
> -entry per gate clock. The MSTP groups are sparsely populated. Unimplemented
> -gate clocks must not be declared.
> +The clocks, clock-output-names and clock-indices properties contain one entry
> +per gate clock. The MSTP groups are sparsely populated. Unimplemented gate
> +clocks must not be declared.
>  
>  
>  Example
> -- 
> 1.9.1
> 

  reply	other threads:[~2014-11-19 19:21 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 18:49 [PATCH v2 0/6] ARM: shmobile: Change to using clock-indices Geert Uytterhoeven
2014-11-10 18:49 ` Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 1/6] clk: shmobile: Deprecate renesas,clock-indices Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-19 19:21   ` Mike Turquette [this message]
2014-11-19 19:21     ` Mike Turquette
2014-11-10 18:49 ` [PATCH v2 2/6] ARM: shmobile: r8a7740 dtsi: Change to using clock-indices Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 3/6] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 4/6] ARM: shmobile: r8a7790 " Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 5/6] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 6/6] ARM: shmobile: r8a7794 " Geert Uytterhoeven
2014-11-10 18:49   ` Geert Uytterhoeven
2014-11-12 16:43 ` [PATCH v2 0/6] ARM: shmobile: " Wolfram Sang
2014-11-12 16:43   ` Wolfram Sang
2014-12-03 11:27 ` Geert Uytterhoeven
2014-12-03 11:27   ` Geert Uytterhoeven
2014-12-04  4:11   ` Simon Horman
2014-12-04  4:11     ` Simon Horman
2014-12-04  7:00     ` Simon Horman
2014-12-04  7:00       ` Simon Horman
2014-12-04 10:22       ` Geert Uytterhoeven
2014-12-04 10:22         ` Geert Uytterhoeven
2014-12-04 11:50         ` Simon Horman
2014-12-04 11: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=20141119192104.25314.14333@quantum \
    --to=mturquette@linaro.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --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.