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 v6.7
Date: Fri, 3 Nov 2023 18:03:42 +0530 [thread overview]
Message-ID: <ZUTopnFSSzruomdk@matsya> (raw)
[-- Attachment #1: Type: text/plain, Size: 6965 bytes --]
Hello Linus,
Please pull to receive generic phy updates for v6.7. This has couple of
Qualcomm & Mediatek device support, with Qualcomm, ST, Renesas driver
updates and device tree calls device_get_match_data() usage and
dropping of_match_device().
The following changes since commit 089667aaaa6aa33715d22b21a72216b43af3e896:
phy: realtek: Realtek PHYs should depend on ARCH_REALTEK (2023-09-29 21:47:37 +0530)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-6.7
for you to fetch changes up to d688c8264b8ed25edbdafac46ea2b41b2e77416a:
phy: Remove duplicated include in phy-ralink-usb.c (2023-10-23 11:55:36 +0530)
----------------------------------------------------------------
phy-for-6.6
- New Support
- Qualcomm sa8775p qmp-pcie support, IPQ5018 support,
SC7280 qmp-ufs support
- Mediatek MT8188 support
- Updates
- Device tree device_get_match_data() usage and dropping
of_match_device() calls
- Qualcomm qmp usb and combo phy updates for v6 register layout
- Qualcomm eusb2-repeater updates for tuning overrides, regmap fields
- STih407 usb binding and ralink usb-phy yaml conversion
- renesas r8a779f0 serdes init sequencing updates
----------------------------------------------------------------
Christophe JAILLET (1):
phy: sun4i-usb: update array size
Dmitry Baryshkov (9):
dt-bindings: phy: migrate QMP USB PHY bindings to qcom,sc8280xp-qmp-usb3-uni-phy.yaml
phy: qcom-qmp-usb: simplify clock handling
phy: qcom-qmp-usb: rework reset handling
phy: qcom-qmp-usb: make QPHY_PCS_MISC_CLAMP_ENABLE access conditional
phy: qcom-qmp: move PCS MISC V4 registers to separate header
phy: qcom-qmp-usb: populate offsets configuration
phy: qcom-qmp-combo: fix the prefix for the PCS_USB v6 registers
phy: qcom-qmp-usb: move PCS v6 register to the proper header
phy: qcom-qmp-combo: use v6 registers in v6 regs layout
Duje Mihanović (1):
dt-bindings: phy: Convert PXA1928 USB/HSIC PHY to DT schema
Konrad Dybcio (4):
dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides
phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs
phy: qualcomm: phy-qcom-eusb2-repeater: Add tuning overrides
Mrinmay Sarkar (1):
phy: qcom-qmp-pcie: add endpoint support for sa8775p
Nitheesh Sekar (2):
dt-bindings: phy: qcom,m31: Add IPQ5018 compatible
phy: qcom-m31: Add compatible, phy init sequence for IPQ5018
Nitin Rawat (2):
dt-bindings: phy: Add QMP UFS PHY comptible for SC7280
phy: qcom-qmp-ufs: Add Phy Configuration support for SC7280
Raphael Gallais-Pou (1):
dt-bindings: phy: st: convert phy-stih407-usb to DT schema
Rob Herring (4):
phy: realtek: Replace of_device.h with explicit includes
phy: Use device_get_match_data()
phy: rockchip-inno-usb2: Drop unnecessary DT includes
phy: Drop unnecessary of_match_device() calls
Sakari Ailus (1):
phy: Kconfig: Select GENERIC_PHY for GENERIC_PHY_MIPI_DPHY
Sergio Paracuellos (1):
dt-bindings: phy: ralink-usb-phy: convert to dtschema
Shuijing Li (1):
dt-bindings: phy: Add compatible for Mediatek MT8188
Varadarajan Narayanan (1):
phy: qcom: m31: Fix indentation issues
Vinod Koul (1):
Merge branch 'fixes' into next
Yang Li (1):
phy: Remove duplicated include in phy-ralink-usb.c
Yoshihiro Shimoda (2):
phy: renesas: r8a779f0-ether-serdes: Reset in .init()
phy: renesas: r8a779f0-ether-serdes: Add .exit() ops
.../bindings/phy/marvell,pxa1928-usb-phy.yaml | 47 ++++
.../devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 +
.../bindings/phy/mediatek,mt7628-usbphy.yaml | 74 ++++++
.../devicetree/bindings/phy/phy-stih407-usb.txt | 24 --
.../devicetree/bindings/phy/pxa1928-usb-phy.txt | 18 --
.../bindings/phy/qcom,ipq5332-usb-hsphy.yaml | 4 +-
.../bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml | 287 ---------------------
.../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 +
.../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 55 +++-
.../bindings/phy/qcom,snps-eusb2-repeater.yaml | 21 ++
.../devicetree/bindings/phy/ralink-usb-phy.txt | 23 --
.../bindings/phy/st,stih407-usb2-phy.yaml | 63 +++++
drivers/phy/Kconfig | 2 +-
drivers/phy/allwinner/phy-sun4i-usb.c | 2 +-
drivers/phy/broadcom/phy-bcm-ns-usb3.c | 9 +-
drivers/phy/marvell/phy-berlin-usb.c | 7 +-
drivers/phy/motorola/phy-cpcap-usb.c | 7 -
drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c | 146 ++++++++---
drivers/phy/qualcomm/phy-qcom-m31.c | 59 ++++-
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 50 ++--
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 37 +++
drivers/phy/qualcomm/phy-qcom-qmp-pcs-misc-v4.h | 17 ++
drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h | 29 +--
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h | 2 +
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6.h | 20 +-
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 142 ++++++++++
drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 225 ++++++++--------
drivers/phy/qualcomm/phy-qcom-qmp.h | 8 -
drivers/phy/ralink/phy-ralink-usb.c | 9 +-
drivers/phy/realtek/phy-rtk-usb2.c | 2 +-
drivers/phy/realtek/phy-rtk-usb3.c | 2 +-
drivers/phy/renesas/r8a779f0-ether-serdes.c | 16 +-
drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 2 -
drivers/phy/rockchip/phy-rockchip-pcie.c | 11 +-
drivers/phy/rockchip/phy-rockchip-usb.c | 10 +-
drivers/phy/ti/phy-dm816x-usb.c | 11 +-
drivers/phy/ti/phy-omap-control.c | 9 +-
drivers/phy/ti/phy-omap-usb2.c | 11 +-
drivers/phy/ti/phy-ti-pipe3.c | 14 +-
39 files changed, 828 insertions(+), 650 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/marvell,pxa1928-usb-phy.yaml
create mode 100644 Documentation/devicetree/bindings/phy/mediatek,mt7628-usbphy.yaml
delete mode 100644 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
delete mode 100644 Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt
delete mode 100644 Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml
delete mode 100644 Documentation/devicetree/bindings/phy/ralink-usb-phy.txt
create mode 100644 Documentation/devicetree/bindings/phy/st,stih407-usb2-phy.yaml
create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-misc-v4.h
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2023-11-03 12:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-03 12:33 Vinod Koul [this message]
2023-11-04 5:26 ` [GIT PULL]: Generic phy updates for v6.7 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=ZUTopnFSSzruomdk@matsya \
--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 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.