devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] PHY: Add support for USXGMII and dual refclk configurations in Cadence Torrent PHY
@ 2023-03-01 13:11 Swapnil Jakhade
  2023-03-01 13:11 ` [PATCH 1/7] phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclk Swapnil Jakhade
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Swapnil Jakhade @ 2023-03-01 13:11 UTC (permalink / raw)
  To: vkoul, kishon, robh+dt, krzysztof.kozlowski+dt, linux-phy,
	devicetree, linux-kernel
  Cc: mparab, sjakhade, rogerq

This patch series extends Torrent PHY driver functionality to support
dual input reference clocks by implementing key:value pair table for
all settings instead of a 3D matrix.
It also adds support for single and multilink USXGMII configurations.

The changes have been validated on TI J721E and J7200 platforms.

This patch series is dependent on [1] and should be applied on
top of this.

[1] https://lore.kernel.org/linux-phy/20230227133104.29788-1-sjakhade@cadence.com/

Roger Quadros (1):
  phy: cadence-torrent: Use key:value pair table for all settings

Swapnil Jakhade (6):
  phy: cadence-torrent: Add single link USXGMII configuration for
    156.25MHz refclk
  dt-bindings: phy: cadence-torrent: Add bindings to support dual input
    reference clock configurations
  phy: cadence-torrent: Add PCIe(100MHz) + USXGMII(156.25MHz) multilink
    configuration
  phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz)
    multilink configuration
  dt-bindings: phy: cadence-torrent: Add a separate compatible for TI
    J7200
  phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz)
    multilink config for TI J7200

 .../bindings/phy/phy-cadence-torrent.yaml     |   36 +-
 drivers/phy/cadence/phy-cadence-torrent.c     | 2431 +++++++++--------
 2 files changed, 1358 insertions(+), 1109 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-03-02  8:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01 13:11 [PATCH 0/7] PHY: Add support for USXGMII and dual refclk configurations in Cadence Torrent PHY Swapnil Jakhade
2023-03-01 13:11 ` [PATCH 1/7] phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclk Swapnil Jakhade
2023-03-01 13:11 ` [PATCH 2/7] phy: cadence-torrent: Use key:value pair table for all settings Swapnil Jakhade
2023-03-01 13:11 ` [PATCH 3/7] dt-bindings: phy: cadence-torrent: Add bindings to support dual input reference clock configurations Swapnil Jakhade
2023-03-02  8:43   ` Krzysztof Kozlowski
2023-03-01 13:11 ` [PATCH 4/7] phy: cadence-torrent: Add PCIe(100MHz) + USXGMII(156.25MHz) multilink configuration Swapnil Jakhade
2023-03-01 13:11 ` [PATCH 5/7] phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) " Swapnil Jakhade
2023-03-01 13:11 ` [PATCH 6/7] dt-bindings: phy: cadence-torrent: Add a separate compatible for TI J7200 Swapnil Jakhade
2023-03-02  8:44   ` Krzysztof Kozlowski
2023-03-01 13:11 ` [PATCH 7/7] phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink config " Swapnil Jakhade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).