mbox series

[net-next,0/4] Add CPSWxG SGMII support for J7200 and J721E

Message ID 20230321111958.2800005-1-s-vadapalli@ti.com (mailing list archive)
Headers show
Series Add CPSWxG SGMII support for J7200 and J721E | expand

Message

Siddharth Vadapalli March 21, 2023, 11:19 a.m. UTC
Hello,

This series adds support to configure the CPSW Ethernet Switch in SGMII
mode, using the am65-cpsw-nuss driver. SGMII mode is supported by the
CPSWxG instances on TI's J7200 and J721E SoCs. Thus, SGMII mode is added
in the list of extra_modes for the appropriate compatibles corresponding
to the aforementioned SoCs.

Additionally, the method of setting the supported interface via struct
"phylink_config" is simplified by converting the IF/ELSE statements to
SWITCH statements.

Regards,
Siddharth.

Siddharth Vadapalli (4):
  net: ethernet: ti: am65-cpsw: Simplify setting supported interface
  net: ethernet: ti: am65-cpsw: Add support for SGMII mode
  net: ethernet: ti: am65-cpsw: Enable SGMII mode for J7200
  net: ethernet: ti: am65-cpsw: Enable SGMII mode for J721E

 drivers/net/ethernet/ti/am65-cpsw-nuss.c | 42 +++++++++++++++++++-----
 1 file changed, 33 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 23, 2023, 5:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 21 Mar 2023 16:49:54 +0530 you wrote:
> Hello,
> 
> This series adds support to configure the CPSW Ethernet Switch in SGMII
> mode, using the am65-cpsw-nuss driver. SGMII mode is supported by the
> CPSWxG instances on TI's J7200 and J721E SoCs. Thus, SGMII mode is added
> in the list of extra_modes for the appropriate compatibles corresponding
> to the aforementioned SoCs.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: ethernet: ti: am65-cpsw: Simplify setting supported interface
    https://git.kernel.org/netdev/net-next/c/a2935a1cd85f
  - [net-next,2/4] net: ethernet: ti: am65-cpsw: Add support for SGMII mode
    https://git.kernel.org/netdev/net-next/c/e0f72db37547
  - [net-next,3/4] net: ethernet: ti: am65-cpsw: Enable SGMII mode for J7200
    https://git.kernel.org/netdev/net-next/c/2e20e764f24e
  - [net-next,4/4] net: ethernet: ti: am65-cpsw: Enable SGMII mode for J721E
    https://git.kernel.org/netdev/net-next/c/186016da9cca

You are awesome, thank you!