From: Jan Kiszka <jan.kiszka@siemens.com>
To: Minda Chen <minda.chen@starfivetech.com>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
Dan Carpenter <dan.carpenter@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Emil Renner Berthing <kernel@esmil.dk>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>
Subject: [PATCH v2 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support
Date: Mon, 12 Aug 2024 16:15:50 +0200 [thread overview]
Message-ID: <cover.1723472153.git.jan.kiszka@siemens.com> (raw)
While mainline has support for the USB controller of the JH7110 since 6.5,
this never really worked, even not with latest downstream kernels by Starfive -
unless you were also using an old downstream U-Boot version. The reason for
that was a missing syscon setting that prevented the connection between USB
2.0 PHY and the controller. This series finally fixes the issue.
Changes in v2:
- fix copy&paste mistake in error patch found by kernel test robot and Dan Carpenter
Jan
CC: Conor Dooley <conor+dt@kernel.org>
CC: Emil Renner Berthing <kernel@esmil.dk>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Rob Herring <robh@kernel.org>
Jan Kiszka (3):
dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property
riscv: dts: starfive: jh7110: Add sys-syscon property to usbphy0
phy: starfive: jh7110-usb: Fix link configuration to controller
.../bindings/phy/starfive,jh7110-usb-phy.yaml | 11 ++++++++++
arch/riscv/boot/dts/starfive/jh7110.dtsi | 1 +
drivers/phy/starfive/phy-jh7110-usb.c | 20 +++++++++++++++++++
3 files changed, 32 insertions(+)
--
2.43.0
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Minda Chen <minda.chen@starfivetech.com>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
Dan Carpenter <dan.carpenter@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Emil Renner Berthing <kernel@esmil.dk>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>
Subject: [PATCH v2 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support
Date: Mon, 12 Aug 2024 16:15:50 +0200 [thread overview]
Message-ID: <cover.1723472153.git.jan.kiszka@siemens.com> (raw)
While mainline has support for the USB controller of the JH7110 since 6.5,
this never really worked, even not with latest downstream kernels by Starfive -
unless you were also using an old downstream U-Boot version. The reason for
that was a missing syscon setting that prevented the connection between USB
2.0 PHY and the controller. This series finally fixes the issue.
Changes in v2:
- fix copy&paste mistake in error patch found by kernel test robot and Dan Carpenter
Jan
CC: Conor Dooley <conor+dt@kernel.org>
CC: Emil Renner Berthing <kernel@esmil.dk>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Rob Herring <robh@kernel.org>
Jan Kiszka (3):
dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property
riscv: dts: starfive: jh7110: Add sys-syscon property to usbphy0
phy: starfive: jh7110-usb: Fix link configuration to controller
.../bindings/phy/starfive,jh7110-usb-phy.yaml | 11 ++++++++++
arch/riscv/boot/dts/starfive/jh7110.dtsi | 1 +
drivers/phy/starfive/phy-jh7110-usb.c | 20 +++++++++++++++++++
3 files changed, 32 insertions(+)
--
2.43.0
_______________________________________________
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: Jan Kiszka <jan.kiszka@siemens.com>
To: Minda Chen <minda.chen@starfivetech.com>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
Dan Carpenter <dan.carpenter@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Emil Renner Berthing <kernel@esmil.dk>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>
Subject: [PATCH v2 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support
Date: Mon, 12 Aug 2024 16:15:50 +0200 [thread overview]
Message-ID: <cover.1723472153.git.jan.kiszka@siemens.com> (raw)
While mainline has support for the USB controller of the JH7110 since 6.5,
this never really worked, even not with latest downstream kernels by Starfive -
unless you were also using an old downstream U-Boot version. The reason for
that was a missing syscon setting that prevented the connection between USB
2.0 PHY and the controller. This series finally fixes the issue.
Changes in v2:
- fix copy&paste mistake in error patch found by kernel test robot and Dan Carpenter
Jan
CC: Conor Dooley <conor+dt@kernel.org>
CC: Emil Renner Berthing <kernel@esmil.dk>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Rob Herring <robh@kernel.org>
Jan Kiszka (3):
dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property
riscv: dts: starfive: jh7110: Add sys-syscon property to usbphy0
phy: starfive: jh7110-usb: Fix link configuration to controller
.../bindings/phy/starfive,jh7110-usb-phy.yaml | 11 ++++++++++
arch/riscv/boot/dts/starfive/jh7110.dtsi | 1 +
drivers/phy/starfive/phy-jh7110-usb.c | 20 +++++++++++++++++++
3 files changed, 32 insertions(+)
--
2.43.0
next reply other threads:[~2024-08-12 15:30 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 14:15 Jan Kiszka [this message]
2024-08-12 14:15 ` [PATCH v2 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 14:15 ` [PATCH v2 1/3] dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 15:55 ` Conor Dooley
2024-08-12 15:55 ` Conor Dooley
2024-08-12 15:55 ` Conor Dooley
2024-08-13 5:31 ` Jan Kiszka
2024-08-13 5:31 ` Jan Kiszka
2024-08-13 5:31 ` Jan Kiszka
2024-08-13 8:04 ` Conor Dooley
2024-08-13 8:04 ` Conor Dooley
2024-08-13 8:04 ` Conor Dooley
2024-08-15 10:33 ` 回复: " Minda Chen
2024-08-15 10:33 ` Minda Chen
2024-08-15 10:33 ` Minda Chen
2024-08-15 14:42 ` Conor Dooley
2024-08-15 14:42 ` Conor Dooley
2024-08-15 14:42 ` Conor Dooley
2024-09-02 9:19 ` Minda Chen
2024-09-02 9:19 ` Minda Chen
2024-09-02 9:19 ` Minda Chen
2024-09-03 9:42 ` Conor Dooley
2024-09-03 9:42 ` Conor Dooley
2024-09-03 9:42 ` Conor Dooley
2024-08-12 14:15 ` [PATCH v2 2/3] riscv: dts: starfive: jh7110: Add sys-syscon property to usbphy0 Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 14:15 ` [PATCH v2 3/3] phy: starfive: jh7110-usb: Fix link configuration to controller Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
2024-08-12 14:15 ` Jan Kiszka
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=cover.1723472153.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=conor+dt@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@esmil.dk \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-riscv@lists.infradead.org \
--cc=minda.chen@starfivetech.com \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/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.