[PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support

Minda Chen posted 4 patches 1 month, 1 week ago
Only 1 patches received!
drivers/phy/starfive/phy-jh7110-usb.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
[PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support
Posted by Minda Chen 1 month, 1 week ago
While mainline has support for the USB controller of the JH7110 since 6.5,
this never really worked in USB 2.0 only case.
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

Change in v3:
 - Using syscon_regmap_lookup_by_compatible() to lookup regmap. So dts
   with no changed. Delete v2 patch1 and patch 2.

Change in v4:
 - changed the format to make it pass strict checkpatch.

base on v6.12-rc1

Jan Kiszka (1):
  phy: starfive: jh7110-usb: Fix link configuration to controller

 drivers/phy/starfive/phy-jh7110-usb.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)


base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
-- 
2.17.1
Re: [PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support
Posted by Vinod Koul 1 month, 1 week ago
On Tue, 15 Oct 2024 15:04:43 +0800, Minda Chen wrote:
> While mainline has support for the USB controller of the JH7110 since 6.5,
> this never really worked in USB 2.0 only case.
> 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
> 
> [...]

Applied, thanks!

[1/1] phy: starfive: jh7110-usb: Fix link configuration to controller
      commit: e10c52e7e064038d9bd67b20bf4ce92077d7d84e

Best regards,
-- 
~Vinod