* [GIT PULL]: Generic phy updates for v7.1
@ 2026-04-17 8:43 Vinod Koul
2026-04-17 17:50 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2026-04-17 8:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL]: Generic phy updates for v7.1
2026-04-17 8:43 [GIT PULL]: Generic phy updates for v7.1 Vinod Koul
@ 2026-04-17 17:50 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-04-17 17:50 UTC (permalink / raw)
To: Vinod Koul; +Cc: Linus Torvalds, LKML
The pull request you sent on Fri, 17 Apr 2026 14:13:23 +0530:
> git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-7.1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3f887edd35c63a7092a0babbc6074355ebc57248
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-17 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-17 8:43 [GIT PULL]: Generic phy updates for v7.1 Vinod Koul
2026-04-17 17:50 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox