linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: mvmdio: add clocks property to binding documentation
@ 2013-04-10 17:36 Sebastian Hesselbarth
  2013-04-11  3:27 ` David Miller
  2013-04-11  9:24 ` [PATCH v2] " Sebastian Hesselbarth
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Hesselbarth @ 2013-04-10 17:36 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Grant Likely, Rob Herring, Rob Landley, David S. Miller,
	Florian Fainelli, Thomas Petazzoni, Greg Kroah-Hartman, netdev,
	devicetree-discuss, linux-doc, linux-kernel

Patch "net: mvmdio: get and enable optional clock" was missing an
update of the corresponding device tree binding documentation. This
patch adds the clocks property to mvmdio binding documentation.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Florian Fainelli <florian@openwrt.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: netdev@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/devicetree/bindings/net/marvell-orion-mdio.txt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
index 052b5f2..9417e54 100644
--- a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
+++ b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
@@ -11,6 +11,7 @@ Required properties:
 
 Optional properties:
 - interrupts: interrupt line number for the SMI error/done interrupt
+- clocks: Phandle to the clock control device and gate bit
 
 The child nodes of the MDIO driver are the individual PHY devices
 connected to this MDIO bus. They must have a "reg" property given the
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: mvmdio: add clocks property to binding documentation
  2013-04-10 17:36 [PATCH] net: mvmdio: add clocks property to binding documentation Sebastian Hesselbarth
@ 2013-04-11  3:27 ` David Miller
  2013-04-11  9:24 ` [PATCH v2] " Sebastian Hesselbarth
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2013-04-11  3:27 UTC (permalink / raw)
  To: sebastian.hesselbarth
  Cc: grant.likely, rob.herring, rob, florian, thomas.petazzoni,
	gregkh, netdev, devicetree-discuss, linux-doc, linux-kernel

From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Date: Wed, 10 Apr 2013 19:36:29 +0200

> Patch "net: mvmdio: get and enable optional clock" was missing an
> update of the corresponding device tree binding documentation. This
> patch adds the clocks property to mvmdio binding documentation.
> 
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

Please reference commits by SHA1 ID as well as the commit log
message header line (the latter of which should be inside
of parenthesis and double quotes).

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] net: mvmdio: add clocks property to binding documentation
  2013-04-10 17:36 [PATCH] net: mvmdio: add clocks property to binding documentation Sebastian Hesselbarth
  2013-04-11  3:27 ` David Miller
@ 2013-04-11  9:24 ` Sebastian Hesselbarth
  2013-04-11 20:19   ` David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Hesselbarth @ 2013-04-11  9:24 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Grant Likely, Rob Herring, Rob Landley, David S. Miller,
	Florian Fainelli, Thomas Petazzoni, Greg Kroah-Hartman, netdev,
	devicetree-discuss, linux-doc, linux-kernel

Commit 3d604da1e9547c09c9dcc0ee443c306c9ae1a480
  ("net: mvmdio: get and enable optional clock")

was missing an update of the corresponding device tree binding
documentation. This patch adds the clocks property to mvmdio
binding documentation.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Changes from v1:
- name commit and hash in commit message

Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Florian Fainelli <florian@openwrt.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: netdev@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/devicetree/bindings/net/marvell-orion-mdio.txt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
index 052b5f2..9417e54 100644
--- a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
+++ b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
@@ -11,6 +11,7 @@ Required properties:
 
 Optional properties:
 - interrupts: interrupt line number for the SMI error/done interrupt
+- clocks: Phandle to the clock control device and gate bit
 
 The child nodes of the MDIO driver are the individual PHY devices
 connected to this MDIO bus. They must have a "reg" property given the
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] net: mvmdio: add clocks property to binding documentation
  2013-04-11  9:24 ` [PATCH v2] " Sebastian Hesselbarth
@ 2013-04-11 20:19   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2013-04-11 20:19 UTC (permalink / raw)
  To: sebastian.hesselbarth
  Cc: grant.likely, rob.herring, rob, florian, thomas.petazzoni,
	gregkh, netdev, devicetree-discuss, linux-doc, linux-kernel

From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Date: Thu, 11 Apr 2013 11:24:48 +0200

> Commit 3d604da1e9547c09c9dcc0ee443c306c9ae1a480
>   ("net: mvmdio: get and enable optional clock")
> 
> was missing an update of the corresponding device tree binding
> documentation. This patch adds the clocks property to mvmdio
> binding documentation.
> 
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-11 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 17:36 [PATCH] net: mvmdio: add clocks property to binding documentation Sebastian Hesselbarth
2013-04-11  3:27 ` David Miller
2013-04-11  9:24 ` [PATCH v2] " Sebastian Hesselbarth
2013-04-11 20:19   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).