From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Tue, 15 May 2012 15:15:03 +0200 Subject: [PATCH] arm: Add basic support for new Marvell Armada SoC family In-Reply-To: <20120515115511.75ece9c3@skate> References: <1337072084-21967-1-git-send-email-thomas.petazzoni@free-electrons.com> <20120515091838.GC6820@lunn.ch> <4FB22727.6090406@codethink.co.uk> <20120515115511.75ece9c3@skate> Message-ID: <20120515131503.GH6820@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 15, 2012 at 11:55:11AM +0200, Thomas Petazzoni wrote: > Le Tue, 15 May 2012 10:51:35 +0100, > Ben Dooks a ??crit : > > > >> You'll find in this patch set the initial support for a new family > > >> of ARMv7-compatible Marvell SoCs, that we have choosen to support > > >> in the arch/arm/mach-armada/ directory. > > > > I went for the arch/arm/mach-mv-armadaxp as it kept the marvell socs > > together (ignoring kirkwood and dove for the moment). > > mach-mv-armadaxp would be a good name if we supported only the Armada > XP SoC, but we also support the Armada 370 SoC within the same > directory. Do these devices have alternative names. We currently have dove, orion5x, kirkwood, and mv78xx0. In the past there was also loki. Are there any names like these for these devices? Thanks Andrew