From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: net: Network driver for the Armada 370 and Armada XP ARM Marvell SoCs Date: Tue, 4 Sep 2012 15:06:40 +0200 Message-ID: <1346764004-16332-1-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Lior Amsalem , Andrew Lunn , Ike Pan , Albert Stone , Nadav Haklai , Ian Molton , David Marlin , Rami Rosen , Yehuda Yitschak , Jani Monoses , Tawfik Bayouk , Dan Frazier , Eran Ben-Avi , Li Li , Leif Lindholm , Sebastian Hesselbarth , Jason Cooper , Arnd Bergmann , Jon Masters , Ben Dooks , Gregory Clement , linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , To: "David S. Miller" , Lennert Buytenhek Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org David, Lennert, This patch set adds a new network driver for the network unit available in the newest Marvell ARM SoCs Armada 370 and Armada XP, as well as the necessary Device Tree information to use this driver in the two evaluation platforms of those SoCs. In details: * Patch 1 contains the driver itself. The commit log contains a detailed explanation about why a new driver is needed for this new Marvell SoC, compared to older Marvell SoCs (Orion, Kirkwood, Dove) that use the mv643xx_eth driver. * Patch 2 adds the necessary entry to the MAINTAINERS file. * Patch 3 adds the SoC-level Device Tree information for Armada 370 and Armada XP. * Patch 4 adds the board-level Device Tree information for the Marvell evaluation boards of Armada 370 and Armada XP. Thanks, Thomas Petazzoni