Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932867Ab3CVNxn (ORCPT ); Fri, 22 Mar 2013 09:53:43 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:59422 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932116Ab3CVNxl (ORCPT ); Fri, 22 Mar 2013 09:53:41 -0400 Date: Fri, 22 Mar 2013 14:53:37 +0100 From: Thomas Petazzoni To: Florian Fainelli Cc: davem@davemloft.net, Grant Likely , Rob Herring , Rob Landley , Jason Cooper , Andrew Lunn , Russell King , Benjamin Herrenschmidt , Paul Mackerras , Lennert Buytenhek , Greg Kroah-Hartman , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/4 v3] mv643xx_eth: use mvmdio MDIO bus driver Message-ID: <20130322145337.3814fcc8@skate> In-Reply-To: <1363959568-16976-1-git-send-email-florian@openwrt.org> References: <1363284515-9865-1-git-send-email-florian@openwrt.org> <1363959568-16976-1-git-send-email-florian@openwrt.org> Organization: Free Electrons X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1789 Lines: 47 Hello, On Fri, 22 Mar 2013 14:39:24 +0100, Florian Fainelli wrote: > 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. > > Florian Fainelli (4): > net: mvmdio: allow platform device style registration > net: mvmdio: rename base register cookie from smireg to regs > net: mvmdio: enhance driver to support SMI error/done interrupts > mv643xx_eth: convert to use the Marvell Orion MDIO driver For the entire series: Tested-by: Thomas Petazzoni tested on: * Armada XP DB, DT-based, which uses the mvneta driver. It is affected by the 3 first commits since Armada XP also uses the mvmdio driver. * Kirkwood development board, non-DT, which uses the mv643xx_eth driver. Thanks Florian for this work, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/