From: Drew Fustini <fustini@kernel.org>
To: MoeLeak <i@leak.moe>
Cc: Guo Ren <guoren@kernel.org>, Fu Wei <wefu@redhat.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] riscv: dts: thead: Enable Lichee Pi 4A WiFi
Date: Wed, 27 May 2026 15:21:35 +0200 [thread overview]
Message-ID: <ahbv36NnoOiUnM9S@gen8> (raw)
In-Reply-To: <20260508-lichee-pi-4a-wifi-v2-0-7acf63559e62@leak.moe>
On Fri, May 08, 2026 at 07:44:12PM +0800, MoeLeak wrote:
> Enable the RTL8723DS WiFi module on the Sipeed Lichee Pi 4A.
>
> The module is connected to the TH1520 SDIO1 controller, while its reset
> line is controlled through a PCA9557 GPIO expander on I2C1. Add the I2C1
> controller to the TH1520 SoC description first, then enable the board
> specific I2C1, GPIO expander, MMC power sequencing, and SDIO1 wiring.
>
> Thanks to Drew for the detailed review and for pointing out the missing
> commit message, recipient list, revision notes, and patch split. This v2
> series follows that feedback.
>
> Changes in v2:
> - Split the TH1520 I2C1 controller addition into a separate patch.
> - Add commit messages describing why the changes are needed.
> - Add revision number to the patch subjects.
> - Add MAINTAINERS-derived To/Cc recipients from get_maintainer.pl.
>
> Signed-off-by: MoeLeak <i@leak.moe>
> ---
> MoeLeak (2):
> riscv: dts: thead: Add TH1520 I2C1 controller
> riscv: dts: thead: Enable WiFi on Lichee Pi 4A
>
> arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts | 47 +++++++++++++++++++++++
> arch/riscv/boot/dts/thead/th1520.dtsi | 11 ++++++
> 2 files changed, 58 insertions(+)
Both patches have been applied to thead-dt-for-next [1] [2].
Thanks,
Drew
[1] https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=thead-dt-for-next&id=2f60e351633044dee88b63fb1600e284d2476e9c
[2] https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=thead-dt-for-next&id=a20241c08385c875c4d0deb6c8ffc15f13f5b388
WARNING: multiple messages have this Message-ID (diff)
From: Drew Fustini <fustini@kernel.org>
To: MoeLeak <i@leak.moe>
Cc: Guo Ren <guoren@kernel.org>, Fu Wei <wefu@redhat.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] riscv: dts: thead: Enable Lichee Pi 4A WiFi
Date: Wed, 27 May 2026 15:21:35 +0200 [thread overview]
Message-ID: <ahbv36NnoOiUnM9S@gen8> (raw)
In-Reply-To: <20260508-lichee-pi-4a-wifi-v2-0-7acf63559e62@leak.moe>
On Fri, May 08, 2026 at 07:44:12PM +0800, MoeLeak wrote:
> Enable the RTL8723DS WiFi module on the Sipeed Lichee Pi 4A.
>
> The module is connected to the TH1520 SDIO1 controller, while its reset
> line is controlled through a PCA9557 GPIO expander on I2C1. Add the I2C1
> controller to the TH1520 SoC description first, then enable the board
> specific I2C1, GPIO expander, MMC power sequencing, and SDIO1 wiring.
>
> Thanks to Drew for the detailed review and for pointing out the missing
> commit message, recipient list, revision notes, and patch split. This v2
> series follows that feedback.
>
> Changes in v2:
> - Split the TH1520 I2C1 controller addition into a separate patch.
> - Add commit messages describing why the changes are needed.
> - Add revision number to the patch subjects.
> - Add MAINTAINERS-derived To/Cc recipients from get_maintainer.pl.
>
> Signed-off-by: MoeLeak <i@leak.moe>
> ---
> MoeLeak (2):
> riscv: dts: thead: Add TH1520 I2C1 controller
> riscv: dts: thead: Enable WiFi on Lichee Pi 4A
>
> arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts | 47 +++++++++++++++++++++++
> arch/riscv/boot/dts/thead/th1520.dtsi | 11 ++++++
> 2 files changed, 58 insertions(+)
Both patches have been applied to thead-dt-for-next [1] [2].
Thanks,
Drew
[1] https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=thead-dt-for-next&id=2f60e351633044dee88b63fb1600e284d2476e9c
[2] https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=thead-dt-for-next&id=a20241c08385c875c4d0deb6c8ffc15f13f5b388
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2026-05-27 13:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-08 11:44 [PATCH v2 0/2] riscv: dts: thead: Enable Lichee Pi 4A WiFi MoeLeak
2026-05-08 11:44 ` MoeLeak
2026-05-08 11:44 ` [PATCH v2 1/2] riscv: dts: thead: Add TH1520 I2C1 controller MoeLeak
2026-05-08 11:44 ` MoeLeak
2026-05-27 13:14 ` Drew Fustini
2026-05-27 13:14 ` Drew Fustini
2026-05-08 11:44 ` [PATCH v2 2/2] riscv: dts: thead: Enable WiFi on Lichee Pi 4A MoeLeak
2026-05-08 11:44 ` MoeLeak
2026-05-08 20:39 ` sashiko-bot
2026-05-27 13:17 ` Drew Fustini
2026-05-27 13:19 ` Drew Fustini
2026-05-27 13:19 ` Drew Fustini
2026-05-27 13:21 ` Drew Fustini [this message]
2026-05-27 13:21 ` [PATCH v2 0/2] riscv: dts: thead: Enable Lichee Pi 4A WiFi Drew Fustini
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=ahbv36NnoOiUnM9S@gen8 \
--to=fustini@kernel.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=guoren@kernel.org \
--cc=i@leak.moe \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=robh@kernel.org \
--cc=wefu@redhat.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.