From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: [RFC PATCH 0/3] Add DT support for fixed PHYs Date: Mon, 15 Jul 2013 17:34:07 +0200 Message-ID: <1373902450-11857-1-git-send-email-thomas.petazzoni@free-electrons.com> Cc: linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Lior Amsalem , Gregory Clement , Ezequiel Garcia To: Grant Likely , Rob Herring , "David S. Miller" , Florian Fainelli Return-path: Received: from mail.free-electrons.com ([94.23.35.102]:58191 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932244Ab3GOPeW (ORCPT ); Mon, 15 Jul 2013 11:34:22 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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