From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Mon, 28 Apr 2014 10:56:32 -0400 Subject: [PATCH v2 05/38] memory: mvebu-devbus: use ARMADA_ prefix in defines In-Reply-To: <20140428131949.GA11604@arch.cereza> References: <1398202002-28530-1-git-send-email-thomas.petazzoni@free-electrons.com> <1398202002-28530-6-git-send-email-thomas.petazzoni@free-electrons.com> <20140426142132.GU28159@titan.lakedaemon.net> <20140428131949.GA11604@arch.cereza> Message-ID: <20140428145632.GZ28159@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 28, 2014 at 10:19:49AM -0300, Ezequiel Garcia wrote: > Hi guys, > > On Apr 26, Jason Cooper wrote: > > On Tue, Apr 22, 2014 at 11:26:09PM +0200, Thomas Petazzoni wrote: > > > The mvebu-devbus driver currently only supports the Armada 370/XP > > > family, but it can also cover the Orion5x family. However, the Orion5x > > > family has a different organization of the register. Therefore, in > > > preparation to the introduction of Orion5x support, we rename the > > > Armada 370/XP specific definitions to have an ARMADA_ prefix. > > > > > > Signed-off-by: Thomas Petazzoni > > > --- > > > drivers/memory/mvebu-devbus.c | 48 +++++++++++++++++++++---------------------- > > > 1 file changed, 24 insertions(+), 24 deletions(-) > > > > Patches 5 through 9 (devbus) applied to mvebu/drivers With Sebastian's > > Acks and a dep on mvebu/fixes. > > > > Tested the branch (plus some -next fixes) on the AXP-GP. The NOR works perfectly fine. Which fixes? Does this count as a Tested-by? thx, Jason.