All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
@ 2012-02-23  9:45 ` Mircea Gherzan
  0 siblings, 0 replies; 6+ messages in thread
From: Mircea Gherzan @ 2012-02-23  9:45 UTC (permalink / raw)
  To: arnd; +Cc: linux-omap, linux-arm-kernel, mgherzan

The PandaBoard features a Texas Instruments WiLink7 Bluetooth
chip, supported by the "btwilink" driver.

Signed-off-by: Mircea Gherzan <mgherzan@gmail.com>
---
 arch/arm/mach-omap2/board-omap4panda.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
@ 2012-02-23  9:45 ` Mircea Gherzan
  0 siblings, 0 replies; 6+ messages in thread
From: Mircea Gherzan @ 2012-02-23  9:45 UTC (permalink / raw)
  To: linux-arm-kernel

The PandaBoard features a Texas Instruments WiLink7 Bluetooth
chip, supported by the "btwilink" driver.

Signed-off-by: Mircea Gherzan <mgherzan@gmail.com>
---
 arch/arm/mach-omap2/board-omap4panda.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
  2012-02-23  9:45 ` Mircea Gherzan
@ 2012-02-23 15:12   ` Arnd Bergmann
  -1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-23 15:12 UTC (permalink / raw)
  To: Mircea Gherzan; +Cc: linux-omap, linux-arm-kernel, 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 <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.

	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
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
@ 2012-02-23 15:12   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-23 15:12 UTC (permalink / raw)
  To: linux-arm-kernel

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.

	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
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
  2012-02-23 15:12   ` Arnd Bergmann
@ 2012-02-23 19:00     ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2012-02-23 19:00 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Mircea Gherzan, linux-omap, linux-arm-kernel

* 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: OMAP: enable Bluetooth on the PandaBoard
@ 2012-02-23 19:00     ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2012-02-23 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

* 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-23 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2012-02-23 19:00     ` Tony Lindgren

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.