From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard Date: Thu, 23 Feb 2012 15:12:57 +0000 Message-ID: <201202231512.57684.arnd@arndb.de> References: <1329990318-4575-1-git-send-email-mgherzan@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:58270 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754957Ab2BWPNA (ORCPT ); Thu, 23 Feb 2012 10:13:00 -0500 In-Reply-To: <1329990318-4575-1-git-send-email-mgherzan@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Mircea Gherzan Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tony Lindgren On Thursday 23 February 2012, Mircea Gherzan wrote: > The PandaBoard features a Texas Instruments WiLink7 Bluetooth > chip, supported by the "btwilink" driver. > > Signed-off-by: Mircea Gherzan No objections to the patch, but please send it to the maintainer, not to me. You also misspelled the address of the linux-omap list, so Tony probably didn't get it there either. Arnd > diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c > index 28fc271..b1d74d6 100644 > --- a/arch/arm/mach-omap2/board-omap4panda.c > +++ b/arch/arm/mach-omap2/board-omap4panda.c > @@ -91,9 +91,15 @@ static struct platform_device leds_gpio = { > }, > }; > > +static struct platform_device btwilink_device = { > + .name = "btwilink", > + .id = -1, > +}; > + > static struct platform_device *panda_devices[] __initdata = { > &leds_gpio, > &wl1271_device, > + &btwilink_device, > }; > > static const struct usbhs_omap_board_data usbhs_bdata __initconst = { > -- > 1.7.9.1 > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 23 Feb 2012 15:12:57 +0000 Subject: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard In-Reply-To: <1329990318-4575-1-git-send-email-mgherzan@gmail.com> References: <1329990318-4575-1-git-send-email-mgherzan@gmail.com> Message-ID: <201202231512.57684.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 23 February 2012, Mircea Gherzan wrote: > The PandaBoard features a Texas Instruments WiLink7 Bluetooth > chip, supported by the "btwilink" driver. > > Signed-off-by: Mircea Gherzan No objections to the patch, but please send it to the maintainer, not to me. You also misspelled the address of the linux-omap list, so Tony probably didn't get it there either. Arnd > diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c > index 28fc271..b1d74d6 100644 > --- a/arch/arm/mach-omap2/board-omap4panda.c > +++ b/arch/arm/mach-omap2/board-omap4panda.c > @@ -91,9 +91,15 @@ static struct platform_device leds_gpio = { > }, > }; > > +static struct platform_device btwilink_device = { > + .name = "btwilink", > + .id = -1, > +}; > + > static struct platform_device *panda_devices[] __initdata = { > &leds_gpio, > &wl1271_device, > + &btwilink_device, > }; > > static const struct usbhs_omap_board_data usbhs_bdata __initconst = { > -- > 1.7.9.1 > >