From: Conor Dooley <conor@kernel.org>
To: Drew Fustini <dfustini@tenstorrent.com>
Cc: Emil Renner Berthing <emil.renner.berthing@canonical.com>,
Drew Fustini <drew@pdp7.com>, Guo Ren <guoren@kernel.org>,
Fu Wei <wefu@redhat.com>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Thomas Bonnefille <thomas.bonnefille@bootlin.com>,
Kanak Shilledar <kanakshilledar@gmail.com>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/8] riscv: dts: thead: Add TH1520 pin controller support
Date: Tue, 15 Oct 2024 18:19:19 +0100 [thread overview]
Message-ID: <20241015-thriving-dizzy-4708ff6b6ebe@spud> (raw)
In-Reply-To: <20241014-th1520-pinctrl-dts-v1-0-268592ca786e@tenstorrent.com>
[-- Attachment #1.1: Type: text/plain, Size: 917 bytes --]
On Mon, Oct 14, 2024 at 10:54:17AM -0700, Drew Fustini wrote:
> This series of device tree patches enables the TH1520 pin controllers on
> the BeagleV Ahead and Lichee Pi 4A boards.
>
> Patches 1-7 have all been cherry picked from esmil's th1520 branch [1].
> They do not have the issues pointed out in the previous series [2] that
> I sent out which contained out dated versions of the patches.
>
> The final patch was suggested by Emil as there are not currently any
> users of the spi0 node so there is no need to enable it in the board dts
> files.
>
> I have tested on the BeagleV Ahead and the LicheePi 4A. The leds on the
> BeagleV can be controlled as expected through sysfs.
>
> [1] https://github.com/esmil/linux
> [2] https://lore.kernel.org/lkml/20240930-th1520-pinctrl-v3-0-32cea2bdbecb@tenstorrent.com/
btw, this should have continued the version numbering from [2] and been
v4
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Drew Fustini <dfustini@tenstorrent.com>
Cc: Emil Renner Berthing <emil.renner.berthing@canonical.com>,
Drew Fustini <drew@pdp7.com>, Guo Ren <guoren@kernel.org>,
Fu Wei <wefu@redhat.com>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Thomas Bonnefille <thomas.bonnefille@bootlin.com>,
Kanak Shilledar <kanakshilledar@gmail.com>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/8] riscv: dts: thead: Add TH1520 pin controller support
Date: Tue, 15 Oct 2024 18:19:19 +0100 [thread overview]
Message-ID: <20241015-thriving-dizzy-4708ff6b6ebe@spud> (raw)
In-Reply-To: <20241014-th1520-pinctrl-dts-v1-0-268592ca786e@tenstorrent.com>
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
On Mon, Oct 14, 2024 at 10:54:17AM -0700, Drew Fustini wrote:
> This series of device tree patches enables the TH1520 pin controllers on
> the BeagleV Ahead and Lichee Pi 4A boards.
>
> Patches 1-7 have all been cherry picked from esmil's th1520 branch [1].
> They do not have the issues pointed out in the previous series [2] that
> I sent out which contained out dated versions of the patches.
>
> The final patch was suggested by Emil as there are not currently any
> users of the spi0 node so there is no need to enable it in the board dts
> files.
>
> I have tested on the BeagleV Ahead and the LicheePi 4A. The leds on the
> BeagleV can be controlled as expected through sysfs.
>
> [1] https://github.com/esmil/linux
> [2] https://lore.kernel.org/lkml/20240930-th1520-pinctrl-v3-0-32cea2bdbecb@tenstorrent.com/
btw, this should have continued the version numbering from [2] and been
v4
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-10-15 17:20 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 17:54 [PATCH 0/8] riscv: dts: thead: Add TH1520 pin controller support Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 1/8] riscv: dts: thead: Add TH1520 pin control nodes Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 2/8] riscv: dts: thead: Add TH1520 GPIO ranges Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 3/8] riscv: dts: thead: Adjust TH1520 GPIO labels Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 4/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 5/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0 Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 6/8] riscv: dtb: thead: Add BeagleV Ahead LEDs Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 7/8] riscv: dts: thead: Add missing GPIO clock-names Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-14 17:54 ` [PATCH 8/8] riscv: dts: thead: remove enabled property for spi0 Drew Fustini
2024-10-14 17:54 ` Drew Fustini
2024-10-15 17:19 ` Conor Dooley [this message]
2024-10-15 17:19 ` [PATCH 0/8] riscv: dts: thead: Add TH1520 pin controller support Conor Dooley
2024-10-15 17:35 ` Drew Fustini
2024-10-15 17:35 ` Drew Fustini
2024-10-15 17:49 ` Drew Fustini
2024-10-15 17:49 ` 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=20241015-thriving-dizzy-4708ff6b6ebe@spud \
--to=conor@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dfustini@tenstorrent.com \
--cc=drew@pdp7.com \
--cc=emil.renner.berthing@canonical.com \
--cc=guoren@kernel.org \
--cc=kanakshilledar@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=thomas.bonnefille@bootlin.com \
--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.