From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [RFC-v2 2/7] capebus: Add beaglebone board support Date: Wed, 31 Oct 2012 10:55:46 -0700 Message-ID: <20121031175546.GI12739@atomide.com> References: <1351783952-11804-1-git-send-email-panto@antoniou-consulting.com> <1351783952-11804-3-git-send-email-panto@antoniou-consulting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1351783952-11804-3-git-send-email-panto@antoniou-consulting.com> Sender: linux-kernel-owner@vger.kernel.org To: Pantelis Antoniou Cc: Paul Walmsley , "Hiremath, Vaibhav" , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Koen Kooi , Matt Porter , Russ Dill , linux-omap@vger.kernel.org List-Id: devicetree@vger.kernel.org * Pantelis Antoniou [121031 10:41]: > Introduce beaglebone capebus board support. ... > --- /dev/null > +++ b/drivers/capebus/boards/Kconfig > @@ -0,0 +1,6 @@ > +config CAPEBUS_BONE_CONTROLLER > + bool "Beaglebone capebus board controller" > + depends on CAPEBUS && ARCH_OMAP2PLUS && OF && I2C > + default n The default is n, so you can remove "default n" from your patches. > +++ b/drivers/capebus/boards/capebus-bone-generic.c > @@ -0,0 +1,237 @@ > +/* > + * TI Beaglebone capebus controller - Generic devices > + * > + * Copyright (C) 2012 Pantelis Antoniou > + * Copyright (C) 2012 Texas Instruments Inc. > + * > + * 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. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include