All of lore.kernel.org
 help / color / mirror / Atom feed
From: emilio@elopez.com.ar (Emilio López)
To: linux-arm-kernel@lists.infradead.org
Subject: stmmac-socfpga breakage in arm-soc
Date: Wed, 19 Mar 2014 13:47:38 -0300	[thread overview]
Message-ID: <5329CA2A.8030309@elopez.com.ar> (raw)
In-Reply-To: <29079107.ja9Hu9mMY0@wuerfel>

Hi Arnd,

El 19/03/14 11:58, Arnd Bergmann escribi?:
(snip)
> diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
> index 5748351..19d5648 100644
> --- a/Documentation/devicetree/bindings/net/stmmac.txt
> +++ b/Documentation/devicetree/bindings/net/stmmac.txt
> @@ -31,6 +31,10 @@ Optional properties:
>   - reset-names: Should contain the reset signal name "stmmaceth", if a
>   	reset phandle is given
>   - 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
> +- clock-names: One name for each entry in the clocks property, the
> +  first one should be "stmmaceth".
>
>   Examples:
>
> @@ -43,4 +47,6 @@ Examples:
>   		mac-address = [000000000000]; /* Filled in by U-Boot */
>   		max-frame-size = <3800>;
>   		phy-mode = "gmii";
> +		clocks = <&clock>;
> +		clock-names = "stmmaceth">

There's a small typo there on the ;

Cheers,

Emilio

WARNING: multiple messages have this Message-ID (diff)
From: "Emilio López" <emilio@elopez.com.ar>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Dinh Nguyen <dinh.linux@gmail.com>,
	Srinivas Kandagatla <srinivas.kandagatla@st.com>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Hans de Goede <hdegoede@redhat.com>,
	arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	"David S. Miller" <davem@davemloft.net>,
	Dinh Nguyen <dinguyen@altera.com>
Subject: Re: stmmac-socfpga breakage in arm-soc
Date: Wed, 19 Mar 2014 13:47:38 -0300	[thread overview]
Message-ID: <5329CA2A.8030309@elopez.com.ar> (raw)
In-Reply-To: <29079107.ja9Hu9mMY0@wuerfel>

Hi Arnd,

El 19/03/14 11:58, Arnd Bergmann escribió:
(snip)
> diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
> index 5748351..19d5648 100644
> --- a/Documentation/devicetree/bindings/net/stmmac.txt
> +++ b/Documentation/devicetree/bindings/net/stmmac.txt
> @@ -31,6 +31,10 @@ Optional properties:
>   - reset-names: Should contain the reset signal name "stmmaceth", if a
>   	reset phandle is given
>   - 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
> +- clock-names: One name for each entry in the clocks property, the
> +  first one should be "stmmaceth".
>
>   Examples:
>
> @@ -43,4 +47,6 @@ Examples:
>   		mac-address = [000000000000]; /* Filled in by U-Boot */
>   		max-frame-size = <3800>;
>   		phy-mode = "gmii";
> +		clocks = <&clock>;
> +		clock-names = "stmmaceth">

There's a small typo there on the ;

Cheers,

Emilio

  reply	other threads:[~2014-03-19 16:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-19 12:33 stmmac-socfpga breakage in arm-soc Arnd Bergmann
2014-03-19 12:33 ` Arnd Bergmann
2014-03-19 13:33 ` Dinh Nguyen
2014-03-19 13:33   ` Dinh Nguyen
2014-03-19 14:05   ` Arnd Bergmann
2014-03-19 14:05     ` Arnd Bergmann
2014-03-19 14:20     ` Dinh Nguyen
2014-03-19 14:20       ` Dinh Nguyen
2014-03-19 15:07       ` Arnd Bergmann
2014-03-19 15:07         ` Arnd Bergmann
2014-03-19 15:07         ` Arnd Bergmann
2014-03-24  9:15         ` srinivas kandagatla
2014-03-24  9:15           ` srinivas kandagatla
2014-03-24  9:15           ` srinivas kandagatla
2014-03-19 14:34     ` Dinh Nguyen
2014-03-19 14:34       ` Dinh Nguyen
2014-03-19 14:34       ` Dinh Nguyen
2014-03-19 14:58       ` Arnd Bergmann
2014-03-19 14:58         ` Arnd Bergmann
2014-03-19 14:58         ` Arnd Bergmann
2014-03-19 16:47         ` Emilio López [this message]
2014-03-19 16:47           ` Emilio López
2014-03-21 17:51           ` Arnd Bergmann
2014-03-21 17:51             ` Arnd Bergmann

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=5329CA2A.8030309@elopez.com.ar \
    --to=emilio@elopez.com.ar \
    --cc=linux-arm-kernel@lists.infradead.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.