linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags
@ 2019-01-09 17:47 H. Nikolaus Schaller
  2019-01-09 17:55 ` [Letux-kernel] " H. Nikolaus Schaller
  2019-01-09 17:57 ` Andreas Kemnade
  0 siblings, 2 replies; 4+ messages in thread
From: H. Nikolaus Schaller @ 2019-01-09 17:47 UTC (permalink / raw)
  To: Tony Lindgren, Tomi Valkeinen, Rob Herring, Benoît Cousson,
	devicetree, Rob Herring, Mark Rutland
  Cc: linux-kernel, linux-omap, letux-kernel, Andreas Kemnade

From: Andreas Kemnade <andreas@kemnade.info>

gta04a[34] have bluetooth chips which simply understand
h4 protocol.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 499e3b0e920b..ec7b1e31c07e 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -722,6 +722,8 @@
 
 	bluetooth: bluetooth {
 		compatible = "wi2wi,w2cbw003-bluetooth";
+		speed = <3000000>;
+		flow;
 		vdd-supply = <&vaux4>;
 	};
 };
-- 
2.19.1


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

* Re: [Letux-kernel] [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags
  2019-01-09 17:47 [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags H. Nikolaus Schaller
@ 2019-01-09 17:55 ` H. Nikolaus Schaller
  2019-01-09 17:57 ` Andreas Kemnade
  1 sibling, 0 replies; 4+ messages in thread
From: H. Nikolaus Schaller @ 2019-01-09 17:55 UTC (permalink / raw)
  To: Discussions about the Letux Kernel
  Cc: Tony Lindgren, Tomi Valkeinen, Rob Herring, Benoît Cousson,
	devicetree, Rob Herring, Mark Rutland, linux-omap, linux-kernel

Ops,
that was the wrong one...
Please ignore.

> Am 09.01.2019 um 18:47 schrieb H. Nikolaus Schaller <hns@goldelico.com>:
> 
> From: Andreas Kemnade <andreas@kemnade.info>
> 
> gta04a[34] have bluetooth chips which simply understand
> h4 protocol.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
> arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
> index 499e3b0e920b..ec7b1e31c07e 100644
> --- a/arch/arm/boot/dts/omap3-gta04.dtsi
> +++ b/arch/arm/boot/dts/omap3-gta04.dtsi
> @@ -722,6 +722,8 @@
> 
> 	bluetooth: bluetooth {
> 		compatible = "wi2wi,w2cbw003-bluetooth";
> +		speed = <3000000>;
> +		flow;
> 		vdd-supply = <&vaux4>;
> 	};
> };
> -- 
> 2.19.1
> 
> _______________________________________________
> http://projects.goldelico.com/p/gta04-kernel/
> Letux-kernel mailing list
> Letux-kernel@openphoenux.org
> http://lists.goldelico.com/mailman/listinfo.cgi/letux-kernel


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

* Re: [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags
  2019-01-09 17:47 [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags H. Nikolaus Schaller
  2019-01-09 17:55 ` [Letux-kernel] " H. Nikolaus Schaller
@ 2019-01-09 17:57 ` Andreas Kemnade
  2019-01-09 18:05   ` H. Nikolaus Schaller
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Kemnade @ 2019-01-09 17:57 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Tony Lindgren, Tomi Valkeinen, Rob Herring, Benoît Cousson,
	devicetree, Rob Herring, Mark Rutland, linux-kernel, linux-omap,
	letux-kernel

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

Hi,

On Wed,  9 Jan 2019 18:47:52 +0100
"H. Nikolaus Schaller" <hns@goldelico.com> wrote:

> From: Andreas Kemnade <andreas@kemnade.info>
> 
> gta04a[34] have bluetooth chips which simply understand
> h4 protocol.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

what about upstreaming the full patch based on mainline and not your
on-top-of-other-stuff rebased version of this patch?

Regards,
Andreas

> ---
>  arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
> index 499e3b0e920b..ec7b1e31c07e 100644
> --- a/arch/arm/boot/dts/omap3-gta04.dtsi
> +++ b/arch/arm/boot/dts/omap3-gta04.dtsi
> @@ -722,6 +722,8 @@
>  
>  	bluetooth: bluetooth {
>  		compatible = "wi2wi,w2cbw003-bluetooth";
> +		speed = <3000000>;
> +		flow;
>  		vdd-supply = <&vaux4>;
>  	};
>  };


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags
  2019-01-09 17:57 ` Andreas Kemnade
@ 2019-01-09 18:05   ` H. Nikolaus Schaller
  0 siblings, 0 replies; 4+ messages in thread
From: H. Nikolaus Schaller @ 2019-01-09 18:05 UTC (permalink / raw)
  To: Andreas Kemnade
  Cc: Tony Lindgren, Tomi Valkeinen, Rob Herring, Benoît Cousson,
	devicetree, Rob Herring, Mark Rutland, linux-kernel, linux-omap,
	letux-kernel

Hi Andreas,

> Am 09.01.2019 um 18:57 schrieb Andreas Kemnade <andreas@kemnade.info>:
> 
> Hi,
> 
> On Wed,  9 Jan 2019 18:47:52 +0100
> "H. Nikolaus Schaller" <hns@goldelico.com> wrote:
> 
>> From: Andreas Kemnade <andreas@kemnade.info>
>> 
>> gta04a[34] have bluetooth chips which simply understand
>> h4 protocol.
>> 
>> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> 
> what about upstreaming the full patch based on mainline and not your
> on-top-of-other-stuff rebased version of this patch?

What do you mean? This patch is basically based on mainline (v5.0-rc1),
but I did not want to push it now, but a different one in the same patch
stack and this happened due to an still unknown error in my send-mail tool
which picked the wrong one after doing a test.

So please simply ignore the noise and don't worry about this patch.

BR,
Nikolaus

> 
> Regards,
> Andreas
> 
>> ---
>> arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++
>> 1 file changed, 2 insertions(+)
>> 
>> diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
>> index 499e3b0e920b..ec7b1e31c07e 100644
>> --- a/arch/arm/boot/dts/omap3-gta04.dtsi
>> +++ b/arch/arm/boot/dts/omap3-gta04.dtsi
>> @@ -722,6 +722,8 @@
>> 
>> 	bluetooth: bluetooth {
>> 		compatible = "wi2wi,w2cbw003-bluetooth";
>> +		speed = <3000000>;
>> +		flow;
>> 		vdd-supply = <&vaux4>;
>> 	};
>> };
> 


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

end of thread, other threads:[~2019-01-09 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 17:47 [PATCH v2] arm: dts: gta04: add bluetooth serdev driver flags H. Nikolaus Schaller
2019-01-09 17:55 ` [Letux-kernel] " H. Nikolaus Schaller
2019-01-09 17:57 ` Andreas Kemnade
2019-01-09 18:05   ` H. Nikolaus Schaller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).