public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/1]
@ 2005-05-13 21:44 domen
  2005-05-13 21:55 ` Domen Puncer
  0 siblings, 1 reply; 8+ messages in thread
From: domen @ 2005-05-13 21:44 UTC (permalink / raw)
  To: rth; +Cc: linux-kernel

--

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

* Re: [patch 0/1]
  2005-05-13 21:44 [patch 0/1] domen
@ 2005-05-13 21:55 ` Domen Puncer
  0 siblings, 0 replies; 8+ messages in thread
From: Domen Puncer @ 2005-05-13 21:55 UTC (permalink / raw)
  To: rth; +Cc: linux-kernel

On 13/05/05 23:44 +0200, domen@coderock.org wrote:
> --
> -

I always succeed doing something stupid like this... I'll work on it.
[1/1] should be ok though.
Sorry.


	Domen

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

* [PATCH 0/1]
@ 2022-10-07 23:45 Bastian Germann
  2022-10-07 23:45 ` [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook Bastian Germann
  0 siblings, 1 reply; 8+ messages in thread
From: Bastian Germann @ 2022-10-07 23:45 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Bastian Germann

Pinebook uses RTL8723CS for WiFi and bluetooth. Enable it in the device tree.
This was part of a patch series adding RTL8723CS Bluetooth support to btrtl.

Vasily Khoruzhick (1):
  arm64: allwinner: a64: enable Bluetooth on Pinebook

 .../boot/dts/allwinner/sun50i-a64-pinebook.dts      | 13 +++++++++++++
 1 file changed, 13 insertions(+)

-- 
2.37.2


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

* [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook
  2022-10-07 23:45 [PATCH 0/1] Bastian Germann
@ 2022-10-07 23:45 ` Bastian Germann
  2022-11-04 23:42   ` Bastian Germann
  2022-11-05  2:32   ` Samuel Holland
  0 siblings, 2 replies; 8+ messages in thread
From: Bastian Germann @ 2022-10-07 23:45 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Vasily Khoruzhick, Bastian Germann

From: Vasily Khoruzhick <anarsoul@gmail.com>

Pinebook has an RTL8723CS WiFi + BT chip. BT is connected to UART1
and uses PL5 as device wake GPIO and PL6 as host wake GPIO.
The I2C controlling signals are connected to R_I2C bus.

Enable it in the device tree.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Bastian Germann <bage@debian.org>
---
 .../boot/dts/allwinner/sun50i-a64-pinebook.dts      | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
index 620cb3ef5f6c..19ba87c411ed 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
@@ -406,6 +406,19 @@ &uart0 {
 	status = "okay";
 };
 
+&uart1 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
+	uart-has-rtscts;
+	status = "okay";
+
+	bluetooth {
+		compatible = "realtek,rtl8723cs-bt";
+		device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */
+		host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
+	};
+};
+
 &usb_otg {
 	dr_mode = "host";
 };
-- 
2.37.2


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

* Re: [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook
  2022-10-07 23:45 ` [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook Bastian Germann
@ 2022-11-04 23:42   ` Bastian Germann
  2022-11-05  2:32   ` Samuel Holland
  1 sibling, 0 replies; 8+ messages in thread
From: Bastian Germann @ 2022-11-04 23:42 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Vasily Khoruzhick

On 08.10.22 at 01:45 Bastian Germann wrote:
> Pinebook has an RTL8723CS WiFi + BT chip. BT is connected to UART1
> and uses PL5 as device wake GPIO and PL6 as host wake GPIO.
> The I2C controlling signals are connected to R_I2C bus.
> 
> Enable it in the device tree.

Hey,

Any chance you have a look at this patch? It has been a month and it was the third time the patch hit the list.
If there is something wrong with it I would appreciate a comment.

Thanks,
Bastian


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

* Re: [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook
  2022-10-07 23:45 ` [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook Bastian Germann
  2022-11-04 23:42   ` Bastian Germann
@ 2022-11-05  2:32   ` Samuel Holland
  1 sibling, 0 replies; 8+ messages in thread
From: Samuel Holland @ 2022-11-05  2:32 UTC (permalink / raw)
  To: Bastian Germann
  Cc: Vasily Khoruzhick, Rob Herring, Krzysztof Kozlowski, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, Jernej Skrabec

Hi Bastian,

Please make sure you include the sunxi platform maintainers (as reported
by get_maintainers.pl) when sending your patch, so it gets in our inboxes.

Subject prefix should be "arm64: dts: allwinner: a64:" (with "dts:").

On 10/7/22 18:45, Bastian Germann wrote:
> From: Vasily Khoruzhick <anarsoul@gmail.com>
> 
> Pinebook has an RTL8723CS WiFi + BT chip. BT is connected to UART1
> and uses PL5 as device wake GPIO and PL6 as host wake GPIO.
> The I2C controlling signals are connected to R_I2C bus.

Please remove this sentence; it doesn't make sense. The RTL8723CS does
not have any I2C connection.

> Enable it in the device tree.
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
> Signed-off-by: Bastian Germann <bage@debian.org>
> ---
>  .../boot/dts/allwinner/sun50i-a64-pinebook.dts      | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
> index 620cb3ef5f6c..19ba87c411ed 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
> @@ -406,6 +406,19 @@ &uart0 {
>  	status = "okay";
>  };
>  
> +&uart1 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
> +	uart-has-rtscts;
> +	status = "okay";
> +
> +	bluetooth {
> +		compatible = "realtek,rtl8723cs-bt";
> +		device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */

You also need:

		enable-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */

(this is BT-RST-N in the schematic).

The rest looks good to me.

Regards,
Samuel

> +		host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
> +	};
> +};
> +
>  &usb_otg {
>  	dr_mode = "host";
>  };


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

* [PATCH 0/1]
@ 2024-09-12  0:47 Dennis Lam
  2024-09-12  0:59 ` Dennis Lam
  0 siblings, 1 reply; 8+ messages in thread
From: Dennis Lam @ 2024-09-12  0:47 UTC (permalink / raw)
  To: dennis.lamerice; +Cc: linux-doc, linux-kernel

Removed the :c:func usage in the journaling filesystems page.

Dennis Lam (1):
  docs: filesystems: removed the :c:func usage in the journaling page

 Documentation/filesystems/journalling.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.46.0


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

* Re: [PATCH 0/1]
  2024-09-12  0:47 [PATCH 0/1] Dennis Lam
@ 2024-09-12  0:59 ` Dennis Lam
  0 siblings, 0 replies; 8+ messages in thread
From: Dennis Lam @ 2024-09-12  0:59 UTC (permalink / raw)
  To: dennis.lamerice; +Cc: linux-doc, linux-kernel

On Wed, Sep 11, 2024 at 8:48 PM Dennis Lam <dennis.lamerice@gmail.com> wrote:
>
> Removed the :c:func usage in the journaling filesystems page.
>
> Dennis Lam (1):
>   docs: filesystems: removed the :c:func usage in the journaling page
>
>  Documentation/filesystems/journalling.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.46.0
>

Please ignore the post, this email was an accident.

Dennis

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

end of thread, other threads:[~2024-09-12  0:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-07 23:45 [PATCH 0/1] Bastian Germann
2022-10-07 23:45 ` [PATCH 1/1] arm64: allwinner: a64: enable Bluetooth on Pinebook Bastian Germann
2022-11-04 23:42   ` Bastian Germann
2022-11-05  2:32   ` Samuel Holland
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  0:47 [PATCH 0/1] Dennis Lam
2024-09-12  0:59 ` Dennis Lam
2005-05-13 21:44 [patch 0/1] domen
2005-05-13 21:55 ` Domen Puncer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox