From: Dinh Nguyen <dinguyen@altera.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Arnd Bergmann <arnd@arndb.de>,
netdev@vger.kernel.org
Subject: Re: [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g
Date: Fri, 25 Apr 2014 10:47:30 -0500 [thread overview]
Message-ID: <1398440850.389.0.camel@linux-builds1> (raw)
In-Reply-To: <1398192025-31523-1-git-send-email-geert+renesas@glider.be>
On Tue, 2014-04-22 at 20:40 +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Dinh Nguyen <dinguyen@altera.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: netdev@vger.kernel.org
> ---
> .../devicetree/bindings/net/socfpga-dwmac.txt | 2 +-
> Documentation/devicetree/bindings/net/stmmac.txt | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> index 636f0ac4e223..2a60cd3e8d5d 100644
> --- a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> +++ b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> @@ -23,5 +23,5 @@ gmac0: ethernet@ff700000 {
> interrupt-names = "macirq";
> mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
> clocks = <&emac_0_clk>;
> - clocks-names = "stmmaceth";
> + clock-names = "stmmaceth";
> };
> diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
> index 80c1fb8bfbb8..a2acd2b26baf 100644
> --- a/Documentation/devicetree/bindings/net/stmmac.txt
> +++ b/Documentation/devicetree/bindings/net/stmmac.txt
> @@ -33,7 +33,7 @@ Optional properties:
> - max-frame-size: See ethernet.txt file in the same directory
> - clocks: If present, the first clock should be the GMAC main clock,
> further clocks may be specified in derived bindings.
> -- clocks-names: One name for each entry in the clocks property, the
> +- clock-names: One name for each entry in the clocks property, the
> first one should be "stmmaceth".
>
> Examples:
I've applied this patch to git.rocketboards.org/linux-socfpga-next.git
next-dt.
Thanks,
Dinh
WARNING: multiple messages have this Message-ID (diff)
From: Dinh Nguyen <dinguyen@altera.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Rob Herring <robh+dt@kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, Arnd Bergmann <arnd@arndb.de>,
<netdev@vger.kernel.org>
Subject: Re: [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g
Date: Fri, 25 Apr 2014 10:47:30 -0500 [thread overview]
Message-ID: <1398440850.389.0.camel@linux-builds1> (raw)
In-Reply-To: <1398192025-31523-1-git-send-email-geert+renesas@glider.be>
On Tue, 2014-04-22 at 20:40 +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Dinh Nguyen <dinguyen@altera.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: netdev@vger.kernel.org
> ---
> .../devicetree/bindings/net/socfpga-dwmac.txt | 2 +-
> Documentation/devicetree/bindings/net/stmmac.txt | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> index 636f0ac4e223..2a60cd3e8d5d 100644
> --- a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> +++ b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
> @@ -23,5 +23,5 @@ gmac0: ethernet@ff700000 {
> interrupt-names = "macirq";
> mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
> clocks = <&emac_0_clk>;
> - clocks-names = "stmmaceth";
> + clock-names = "stmmaceth";
> };
> diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
> index 80c1fb8bfbb8..a2acd2b26baf 100644
> --- a/Documentation/devicetree/bindings/net/stmmac.txt
> +++ b/Documentation/devicetree/bindings/net/stmmac.txt
> @@ -33,7 +33,7 @@ Optional properties:
> - max-frame-size: See ethernet.txt file in the same directory
> - clocks: If present, the first clock should be the GMAC main clock,
> further clocks may be specified in derived bindings.
> -- clocks-names: One name for each entry in the clocks property, the
> +- clock-names: One name for each entry in the clocks property, the
> first one should be "stmmaceth".
>
> Examples:
I've applied this patch to git.rocketboards.org/linux-socfpga-next.git
next-dt.
Thanks,
Dinh
next prev parent reply other threads:[~2014-04-25 15:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-22 18:40 [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g Geert Uytterhoeven
2014-04-22 18:40 ` [PATCH 2/4] dt: bindings: Typo s/interrupts-names/interrupt-names/g Geert Uytterhoeven
[not found] ` <1398192025-31523-2-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-04-23 14:11 ` Linus Walleij
2014-04-23 14:11 ` Linus Walleij
2014-04-23 17:35 ` Geert Uytterhoeven
2014-04-22 18:40 ` [PATCH 3/4] ARM: dts: " Geert Uytterhoeven
2014-04-22 18:40 ` Geert Uytterhoeven
2014-04-22 18:40 ` Geert Uytterhoeven
2014-04-23 7:03 ` [STLinux Kernel] " Patrice Chotard
2014-04-23 7:03 ` Patrice Chotard
2014-04-23 7:03 ` Patrice Chotard
2014-04-22 18:40 ` [PATCH 4/4] of/irq: " Geert Uytterhoeven
[not found] ` <1398192025-31523-4-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-04-23 12:02 ` Grant Likely
2014-04-23 12:02 ` Grant Likely
2014-04-25 15:47 ` Dinh Nguyen [this message]
2014-04-25 15:47 ` [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g Dinh Nguyen
2014-04-28 11:42 ` Grant Likely
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=1398440850.389.0.camel@linux-builds1 \
--to=dinguyen@altera.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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.