From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamie@jamieiles.com (Jamie Iles) Date: Fri, 14 Jan 2011 00:22:28 +0000 Subject: [PATCH] Introduce VPR200 board. In-Reply-To: <1294962532-15790-2-git-send-email-marc@cpdesign.com.au> References: <1294962532-15790-1-git-send-email-marc@cpdesign.com.au> <1294962532-15790-2-git-send-email-marc@cpdesign.com.au> Message-ID: <20110114002228.GF2822@pulham.picochip.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Marc, A couple of nitpicks inline, but otherwise looks good to me (I'm not familiar with mxc or most of the hardware though, so I'm not sure how useful my comments are!). Jamie On Fri, Jan 14, 2011 at 10:48:52AM +1100, Marc Reilly wrote: > diff --git a/arch/arm/mach-mx3/mach-vpr200.c b/arch/arm/mach-mx3/mach-vpr200.c > new file mode 100644 > index 0000000..a4f0514 > --- /dev/null > +++ b/arch/arm/mach-mx3/mach-vpr200.c > @@ -0,0 +1,404 @@ > +/* > + * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved. > + * Copyright (C) 2009 Marc Kleine-Budde, Pengutronix > + * Copyright 2010 Creative Product Design > + * > + * Derived from mx35 3stack. > + * Original author: Fabio Estevam > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > +#include > +#include > +#include I don't think you need asm/mach/map.h as you aren't setting up any IO mappings. > + > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > +#include > +#include I don't think you need linux/regulator/machine.h either. > +#include > +#include