mbox series

[0/4] PHY: Update Cadence Torrent PHY multilink configurations specific to TI

Message ID 1614838096-32291-1-git-send-email-sjakhade@cadence.com
Headers show
Series PHY: Update Cadence Torrent PHY multilink configurations specific to TI | expand

Message

Swapnil Kashinath Jakhade March 4, 2021, 6:08 a.m. UTC
This patch series updates Torrent PHY driver for multilink configurations
specific to TI platform. It also adds support for configuring QSGMII in
TI Wiz driver.

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

[1] https://patchwork.kernel.org/project/linux-phy/cover/20210222112314.10772-1-kishon@ti.com/

Kishon Vijay Abraham I (2):
  phy: ti: j721e-wiz: Add support for configuring QSGMII
  phy: cadence-torrent: Update SGMII/QSGMII configuration specific to TI

Swapnil Jakhade (2):
  phy: cadence-torrent: Update PCIe + QSGMII config for correct PLL1
    clock
  phy: cadence-torrent: Update PCIe + USB config for correct PLL1 clock

 drivers/phy/cadence/phy-cadence-torrent.c | 182 +++++++++++++++-------
 drivers/phy/ti/phy-j721e-wiz.c            |  64 +++++++-
 2 files changed, 186 insertions(+), 60 deletions(-)

Comments

Vinod Koul March 30, 2021, 6:04 p.m. UTC | #1
On 04-03-21, 07:08, Swapnil Jakhade wrote:
> This patch series updates Torrent PHY driver for multilink configurations
> specific to TI platform. It also adds support for configuring QSGMII in
> TI Wiz driver.
> 
> This patch series is dependent on [1] and should be applied on
> top of this.

Applied, thanks