From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Florian Fainelli To: davem@davemloft.net Subject: [PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver Date: Tue, 29 Jan 2013 16:24:03 +0100 Message-Id: <1359473048-26551-1-git-send-email-florian@openwrt.org> Cc: Thomas Petazzoni , Andrew Lunn , Russell King , Jason Cooper , linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , netdev@vger.kernel.org, Paul Mackerras , linux-arm-kernel@lists.infradead.org, Rob Landley , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, Florian Fainelli , Lennert Buytenhek List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, This patch converts the mv643xx_eth driver to use the mvmdio MDIO bus driver instead of rolling its own implementation. As a result, all users of this mv643xx_eth driver are converted to register an "orion-mdio" platform_device. The mvmdio driver is also updated to support an interrupt line which reports SMI error/completion, and to allow traditionnal platform device registration instead of just device tree. David, I think it makes sense for you to merge all of this, since we do not want the architecture files to be desynchronized from the mv643xx_eth to avoid runtime breakage. The potential for merge conflicts should be very small. You can probably safely merge patches 1 to 4 if Thomas agrees, and we will see what kind of feeback I get on patch 5. Florian Fainelli (5): net: mvmdio: unmap base register address at driver removal net: mvmdio: rename base register cookie from smireg to regs net: mvmdio: enhance driver to support SMI error/done interrupts net: mvmdio: allow Device Tree and platform device to coexist mv643xx_eth: convert to use the Marvell Orion MDIO driver .../devicetree/bindings/net/marvell-orion-mdio.txt | 3 + arch/arm/plat-orion/common.c | 84 +++++++-- arch/powerpc/platforms/chrp/pegasos_eth.c | 20 +++ arch/powerpc/sysdev/mv64x60_dev.c | 14 +- drivers/net/ethernet/marvell/Kconfig | 1 + drivers/net/ethernet/marvell/mv643xx_eth.c | 187 +------------------- drivers/net/ethernet/marvell/mvmdio.c | 136 +++++++++++--- 7 files changed, 226 insertions(+), 219 deletions(-) -- 1.7.10.4