Re: [PATCH 0/4] mv643xx_eth: use mvmdio MDIO bus driver
From: David Miller <davem@davemloft.net>
Date: 2013-03-15 12:53:10
Also in:
linux-arm-kernel, linux-devicetree, linuxppc-dev, lkml
From: David Miller <davem@davemloft.net>
Date: 2013-03-15 12:53:10
Also in:
linux-arm-kernel, linux-devicetree, linuxppc-dev, lkml
From: Florian Fainelli <florian@openwrt.org> Date: Thu, 14 Mar 2013 19:08:31 +0100
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.
All applied to net-next, thanks.