Cadence Torrent PHY is a multiprotocol PHY supporting different multilink PHY configurations including DisplayPort, PCIe, USB, SGMII, QSGMII etc. Existing Torrent PHY driver supports only DisplayPort. This patch series prepares Torrent PHY driver so that different multilink configurations can be supported. It also updates DT bindings accordingly. Support for different multilink configurations with register sequences for protocols above will be added in a separate patch series. This patch series is dependent on PHY patch series [1]. [1] https://lkml.org/lkml/2020/7/17/158 Swapnil Jakhade (7): phy: cadence-torrent: Use of_device_get_match_data() to get driver data phy: cadence-torrent: Use devm_platform_ioremap_resource() to get reg addresses phy: cadence-torrent: Enable support for multiple subnodes phy: cadence-torrent: Add separate regmap functions for torrent and DP phy: cadence-torrent: Check total lane count for all subnodes is within limit dt-bindings: phy: cadence-torrent: Add binding to specify SSC mode dt-bindings: phy: cadence-torrent: Update Torrent PHY bindings for generic use .../bindings/phy/phy-cadence-torrent.yaml | 85 +++++++--- drivers/phy/cadence/phy-cadence-torrent.c | 146 ++++++++++-------- include/dt-bindings/phy/phy-cadence-torrent.h | 13 ++ 3 files changed, 164 insertions(+), 80 deletions(-) create mode 100644 include/dt-bindings/phy/phy-cadence-torrent.h -- 2.26.1