From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Mircea Gherzan <mgherzan@gmail.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
Date: Thu, 23 Feb 2012 11:00:26 -0800 [thread overview]
Message-ID: <20120223190026.GA18185@atomide.com> (raw)
In-Reply-To: <201202231512.57684.arnd@arndb.de>
* Arnd Bergmann <arnd@arndb.de> [120223 06:41]:
> 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 <mgherzan@gmail.com>
>
> 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.
Thanks, seeing the repost now. Will queue it.
Tony
> > 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
> >
> >
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
Date: Thu, 23 Feb 2012 11:00:26 -0800 [thread overview]
Message-ID: <20120223190026.GA18185@atomide.com> (raw)
In-Reply-To: <201202231512.57684.arnd@arndb.de>
* Arnd Bergmann <arnd@arndb.de> [120223 06:41]:
> 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 <mgherzan@gmail.com>
>
> 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.
Thanks, seeing the repost now. Will queue it.
Tony
> > 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
> >
> >
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2012-02-23 19:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-23 9:45 [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard Mircea Gherzan
2012-02-23 9:45 ` Mircea Gherzan
2012-02-23 15:12 ` Arnd Bergmann
2012-02-23 15:12 ` Arnd Bergmann
2012-02-23 19:00 ` Tony Lindgren [this message]
2012-02-23 19:00 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120223190026.GA18185@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=mgherzan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.