From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH] mv643xx_eth: convert to use the Marvell Orion MDIO driver Date: Thu, 14 Mar 2013 20:32:57 +0100 Message-ID: <514225E9.9060902@openwrt.org> References: <1359473048-26551-1-git-send-email-florian@openwrt.org> <1363284515-9865-1-git-send-email-florian@openwrt.org> <1363284515-9865-2-git-send-email-florian@openwrt.org> <20130314190235.GW12700@titan.lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: davem@davemloft.net, Thomas Petazzoni , Andrew Lunn , Russell King , linux-doc@vger.kernel.org, Benjamin Herrenschmidt , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , Grant Likely , netdev@vger.kernel.org, Paul Mackerras , linux-arm-kernel@lists.infradead.org, Rob Landley , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, Lennert Buytenhek To: Jason Cooper Return-path: In-Reply-To: <20130314190235.GW12700@titan.lakedaemon.net> Sender: linux-doc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello Jason, Le 14/03/2013 20:02, Jason Cooper a =E9crit : > Florian, > > On Thu, Mar 14, 2013 at 07:08:32PM +0100, Florian Fainelli wrote: >> This patch converts the Marvell MV643XX ethernet driver to use the >> Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms >> registering the Marvell MV643XX ethernet driver are also updated to >> register a Marvell Orion MDIO driver. This driver voluntarily overla= ps >> with the Marvell Ethernet shared registers because it will use a sub= set >> of this shared register (shared_base + 0x4 - shared_base + 0x84). Th= e >> Ethernet driver is also updated to look up for a PHY device using th= e >> Orion MDIO bus driver. >> >> Signed-off-by: Florian Fainelli >> --- >> arch/arm/plat-orion/common.c | 97 +++++++++++---- >> 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 | 186 ++--------------= ------------ >> include/linux/mv643xx_eth.h | 1 - >> 6 files changed, 117 insertions(+), 202 deletions(-) > > Isn't this the old version of 4/4 ? No this really is v2, but I reformatted just that one and sent it=20 without the v2 changelog, you should have received the proper version a= =20 couple minutes later once I realized my mistake. -- =46lorian