All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minda Chen <minda.chen@starfivetech.com>
To: Vinod Koul <vkoul@kernel.org>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	linux-phy@lists.infradead.org
Cc: Emil Renner Berthing <emil.renner.berthing@canonical.com>,
	Rob Herring <robh+dt@kernel.org>, Conor Dooley <conor@kernel.org>,
	linux-kernel@vger.kernel.org,
	Minda Chen <minda.chen@starfivetech.com>
Subject: [PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support
Date: Tue, 15 Oct 2024 15:04:43 +0800	[thread overview]
Message-ID: <20241015070444.20972-1-minda.chen@starfivetech.com> (raw)

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


-- 
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: Minda Chen <minda.chen@starfivetech.com>
To: Vinod Koul <vkoul@kernel.org>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	linux-phy@lists.infradead.org
Cc: Emil Renner Berthing <emil.renner.berthing@canonical.com>,
	Rob Herring <robh+dt@kernel.org>, Conor Dooley <conor@kernel.org>,
	linux-kernel@vger.kernel.org,
	Minda Chen <minda.chen@starfivetech.com>
Subject: [PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support
Date: Tue, 15 Oct 2024 15:04:43 +0800	[thread overview]
Message-ID: <20241015070444.20972-1-minda.chen@starfivetech.com> (raw)

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


             reply	other threads:[~2024-10-15  7:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15  7:04 Minda Chen [this message]
2024-10-15  7:04 ` [PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support Minda Chen
2024-10-15  7:04 ` [PATCH v4 1/1] phy: starfive: jh7110-usb: Fix link configuration to controller Minda Chen
2024-10-15  7:04   ` Minda Chen
2024-10-17 15:31 ` [PATCH v3 0/4] Fix configuration for on-chip USB 2.0 support Vinod Koul
2024-10-17 15:31   ` Vinod Koul

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=20241015070444.20972-1-minda.chen@starfivetech.com \
    --to=minda.chen@starfivetech.com \
    --cc=conor@kernel.org \
    --cc=emil.renner.berthing@canonical.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kishon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=robh+dt@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.