mbox series

[0/2] PHY: Add support for single link USXGMII in Cadence Torrent PHY driver

Message ID 20230530143853.26571-1-sjakhade@cadence.com
Headers show
Series PHY: Add support for single link USXGMII in Cadence Torrent PHY driver | expand

Message

Swapnil Kashinath Jakhade May 30, 2023, 2:38 p.m. UTC
This patch series extends Torrent PHY driver functionality to support
single link USXGMII for 156.25MHz refclk.
It also implements key:value pair table for all settings instead
of a 3D matrix.

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

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

Swapnil Jakhade (1):
  phy: cadence-torrent: Add single link USXGMII configuration for
    156.25MHz refclk

 drivers/phy/cadence/phy-cadence-torrent.c | 1732 ++++++++-------------
 1 file changed, 632 insertions(+), 1100 deletions(-)

Comments

Roger Quadros June 23, 2023, 8:13 a.m. UTC | #1
Hi Vinod,

On 30/05/2023 20:08, Swapnil Jakhade wrote:
> This patch series extends Torrent PHY driver functionality to support
> single link USXGMII for 156.25MHz refclk.
> It also implements key:value pair table for all settings instead
> of a 3D matrix.
> 
> The changes have been validated on TI J721E and J7200 platforms.
> 
> Roger Quadros (1):
>   phy: cadence-torrent: Use key:value pair table for all settings
> 
> Swapnil Jakhade (1):
>   phy: cadence-torrent: Add single link USXGMII configuration for
>     156.25MHz refclk
> 
>  drivers/phy/cadence/phy-cadence-torrent.c | 1732 ++++++++-------------
>  1 file changed, 632 insertions(+), 1100 deletions(-)
> 

Gentle reminder to pull this in -next. Thanks.
Vinod Koul July 11, 2023, 5:11 a.m. UTC | #2
On Tue, 30 May 2023 16:38:51 +0200, Swapnil Jakhade wrote:
> This patch series extends Torrent PHY driver functionality to support
> single link USXGMII for 156.25MHz refclk.
> It also implements key:value pair table for all settings instead
> of a 3D matrix.
> 
> The changes have been validated on TI J721E and J7200 platforms.
> 
> [...]

Applied, thanks!

[1/2] phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclk
      commit: 81e4c826b35672838e2cb9ef693855998913fde4
[2/2] phy: cadence-torrent: Use key:value pair table for all settings
      commit: 01c69d7d76db623ed7bcaf60a652af64bfbe4a15

Best regards,