[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1373902450-11857-1-git-send-email-thomas.petazzoni@free-electrons.com>
Date: Mon, 15 Jul 2013 17:34:07 +0200
From: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
To: Grant Likely <grant.likely@...retlab.ca>,
Rob Herring <rob.herring@...xeda.com>,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <florian@...nwrt.org>
Cc: linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org,
devicetree-discuss@...ts.ozlabs.org,
Lior Amsalem <alior@...vell.com>,
Gregory Clement <gregory.clement@...e-electrons.com>,
Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>
Subject: [RFC PATCH 0/3] Add DT support for fixed PHYs
Hello,
Following the discussion of last week with Florian Fainelli and Grant
Likely [1], this patch set introduces DT-based support for fixed PHYs
through an additional OF API, and uses it in the context of the
Marvell mvneta network driver.
Grant, Rob, your opinions as DT maintainers are welcome. Thanks!
Thomas
[1] http://www.spinics.net/lists/netdev/msg242766.html
http://www.spinics.net/lists/netdev/msg243192.html
Thomas Petazzoni (3):
of: provide a binding for the 'fixed-link' property
net: phy: call mdiobus_scan() after adding a fixed PHY
net: mvneta: add support for fixed links
.../devicetree/bindings/net/fixed-link.txt | 26 ++++++++++++++++
.../bindings/net/marvell-armada-370-neta.txt | 24 +++++++++++++--
drivers/net/ethernet/marvell/mvneta.c | 18 ++++++++---
drivers/net/phy/fixed.c | 2 ++
drivers/of/of_mdio.c | 36 +++++++++++++++++++---
include/linux/of_mdio.h | 10 ++++++
6 files changed, 104 insertions(+), 12 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/fixed-link.txt
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists