[PATCH 0/8] Add support for J721e CPSW9G and SGMII mode

Siddharth Vadapalli posted 8 patches 3 years, 6 months ago
.../bindings/net/ti,k3-am654-cpsw-nuss.yaml   |  23 ++-
drivers/net/ethernet/ti/am65-cpsw-nuss.c      | 186 +++++++++++++++---
2 files changed, 178 insertions(+), 31 deletions(-)
[PATCH 0/8] Add support for J721e CPSW9G and SGMII mode
Posted by Siddharth Vadapalli 3 years, 6 months ago
Add compatible for J721e CPSW9G.

Add support to power on and configure SERDES PHY.

Add support for SGMII mode for J7200 CPSW5G and J721e CPSW9G.

Siddharth Vadapalli (8):
  dt-bindings: net: ti: k3-am654-cpsw-nuss: Update bindings for J721e
    CPSW9G
  net: ethernet: ti: am65-cpsw: Add support for SERDES configuration
  net: ethernet: ti: am65-cpsw: Add mac control function
  net: ethernet: ti: am65-cpsw: Add mac enable link function
  net: ethernet: ti: am65-cpsw: Add support for fixed-link configuration
  net: ethernet: ti: am65-cpsw: Add support for SGMII mode for J7200
    CPSW5G
  net: ethernet: ti: am65-cpsw: Add support for J721e CPSW9G
  net: ethernet: ti: am65-cpsw: Enable SGMII mode for J721e CPSW9G

 .../bindings/net/ti,k3-am654-cpsw-nuss.yaml   |  23 ++-
 drivers/net/ethernet/ti/am65-cpsw-nuss.c      | 186 +++++++++++++++---
 2 files changed, 178 insertions(+), 31 deletions(-)

-- 
2.25.1
Re: [PATCH 0/8] Add support for J721e CPSW9G and SGMII mode
Posted by Krzysztof Kozlowski 3 years, 6 months ago
On 14/09/2022 10:50, Siddharth Vadapalli wrote:
> Add compatible for J721e CPSW9G.
> 
> Add support to power on and configure SERDES PHY.
> 
> Add support for SGMII mode for J7200 CPSW5G and J721e CPSW9G.

I got two same patchsets from you... version your patches instead. See
submitting-patches doc.

Best regards,
Krzysztof
Re: [PATCH 0/8] Add support for J721e CPSW9G and SGMII mode
Posted by Siddharth Vadapalli 3 years, 6 months ago
Hello Krzysztof,

On 16/09/22 15:27, Krzysztof Kozlowski wrote:
> On 14/09/2022 10:50, Siddharth Vadapalli wrote:
>> Add compatible for J721e CPSW9G.
>>
>> Add support to power on and configure SERDES PHY.
>>
>> Add support for SGMII mode for J7200 CPSW5G and J721e CPSW9G.
> 
> I got two same patchsets from you... version your patches instead. See
> submitting-patches doc.

I had posted two series, both v1, with the series corresponding to
patches meant for the PHY and the NET subsystems. I did not realize
while posting, that the cover letters for both of them had the same
subject, making them appear as the same series, but of different
versions. I apologize for the confusion.

Regards,
Siddharth.