From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: Generic phy updates for v7.1
Date: Fri, 17 Apr 2026 14:13:23 +0530 [thread overview]
Message-ID: <aeHyq1mNc8y4pUrP@vaman> (raw)
[-- Attachment #1: Type: text/plain, Size: 3875 bytes --]
Hello Linus,
Couple of device and driver support in this cycle.
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-7.1
for you to fetch changes up to caf08514bbee0736c31d8d4f406e3415cdf726bb:
dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHY (2026-02-27 20:45:35 +0530)
----------------------------------------------------------------
phy-for-7.1
- New Support
- Qualcomm Eliza QMP UFS PHY
- Canaan K230 USB 2.0 PHY driver
- Mediatek mt8167 dsi-phy
- Eswin EIC7700 SATA PHY driver
- Updates
- Sorted subsytem Makefile/Kconfig and some kernel-doc udpates
----------------------------------------------------------------
Abel Vesa (1):
dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHY
Elson Serrao (1):
phy: qcom: m31-eusb2: clear PLL_EN during init
Janne Grunau (1):
phy: apple: apple: Use local variable for ioremap return value
Jiayu Du (2):
dt-bindings: phy: Add Canaan K230 USB PHY
phy: usb: Add driver for Canaan K230 USB 2.0 PHY
Krzysztof Kozlowski (3):
phy: apple: atc: Make atcphy_dwc3_reset_ops variable static
phy: marvell: mmp3-hsic: Avoid re-casting __iomem
phy: qcom: qmp-usbc: Simplify check for non-NULL pointer
Luca Leonardo Scorcia (1):
dt-bindings: phy: mediatek,dsi-phy: Add support for mt8167
Vinod Koul (4):
phy: move spacemit pcie driver to its subfolder
phy: Sort the subsystem Makefile
phy: Sort the subsystem Kconfig
phy: phy-mtk-tphy: Update names and format of kernel-doc comments
Yulin Lu (2):
dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
.../bindings/phy/canaan,k230-usb-phy.yaml | 35 +++
.../bindings/phy/eswin,eic7700-sata-phy.yaml | 92 +++++++
.../devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 +
.../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 8 +-
drivers/phy/Kconfig | 102 ++++----
drivers/phy/Makefile | 12 +-
drivers/phy/apple/atc.c | 10 +-
drivers/phy/canaan/Kconfig | 14 +
drivers/phy/canaan/Makefile | 2 +
drivers/phy/canaan/phy-k230-usb.c | 284 +++++++++++++++++++++
drivers/phy/eswin/Kconfig | 14 +
drivers/phy/eswin/Makefile | 2 +
drivers/phy/eswin/phy-eic7700-sata.c | 273 ++++++++++++++++++++
drivers/phy/marvell/phy-mmp3-hsic.c | 24 +-
drivers/phy/mediatek/phy-mtk-tphy.c | 4 +-
drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 +-
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 6 +-
drivers/phy/spacemit/Kconfig | 12 +
drivers/phy/spacemit/Makefile | 1 +
.../phy-k1-pcie.c} | 0
20 files changed, 817 insertions(+), 81 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/canaan,k230-usb-phy.yaml
create mode 100644 Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
create mode 100644 drivers/phy/canaan/Kconfig
create mode 100644 drivers/phy/canaan/Makefile
create mode 100644 drivers/phy/canaan/phy-k230-usb.c
create mode 100644 drivers/phy/eswin/Kconfig
create mode 100644 drivers/phy/eswin/Makefile
create mode 100644 drivers/phy/eswin/phy-eic7700-sata.c
rename drivers/phy/{phy-spacemit-k1-pcie.c => spacemit/phy-k1-pcie.c} (100%)
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2026-04-17 8:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 8:43 Vinod Koul [this message]
2026-04-17 17:50 ` [GIT PULL]: Generic phy updates for v7.1 pr-tracker-bot
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=aeHyq1mNc8y4pUrP@vaman \
--to=vkoul@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox