mbox series

[U-Boot,v2,0/6] net: ti: set of fixes and improvements

Message ID 20190919081642.21038-1-grygorii.strashko@ti.com
Headers show
Series net: ti: set of fixes and improvements | expand

Message

Grygorii Strashko Sept. 19, 2019, 8:16 a.m. UTC
Hi All,

This series introduces set of fixes and improvements for TI CPSW and AM654x
CPSW networking drivers.

Patch 1 - Enables support of 10Mbit link speeds for TI CPSW driver.
Patch 3 - Adds support of standard Ethernet "max-speed" DT property.
Patches 4-5 - fix mac tx internal delay for rgmii-rxid mode
Patches 2,6 - are code improvements

Changes in v2:
- fixed network init in Patch 3

v1: 
 https://patchwork.ozlabs.org/cover/1159782/

Grygorii Strashko (6):
  net: ti: cpsw: enable 10Mbps link speed support in rgmii mode
  net: ti: cpsw: move parsing of dt port's parameters in separate func
  net: ti: cpsw: add support for standard eth "max-speed" dt property
  net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode
  net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode
  net: ti: cpsw: convert to use dev/ofnode api

 drivers/net/ti/am65-cpsw-nuss.c |   2 +-
 drivers/net/ti/cpsw.c           | 154 +++++++++++++++++---------------
 include/cpsw.h                  |   3 +-
 3 files changed, 84 insertions(+), 75 deletions(-)

Comments

Grygorii Strashko Oct. 11, 2019, 12:28 p.m. UTC | #1
Hi Joe, Tom

On 19/09/2019 11:16, Grygorii Strashko wrote:
> Hi All,
> 
> This series introduces set of fixes and improvements for TI CPSW and AM654x
> CPSW networking drivers.
> 
> Patch 1 - Enables support of 10Mbit link speeds for TI CPSW driver.
> Patch 3 - Adds support of standard Ethernet "max-speed" DT property.
> Patches 4-5 - fix mac tx internal delay for rgmii-rxid mode
> Patches 2,6 - are code improvements
> 
> Changes in v2:
> - fixed network init in Patch 3
> 
> v1:
>   https://patchwork.ozlabs.org/cover/1159782/
> 
> Grygorii Strashko (6):
>    net: ti: cpsw: enable 10Mbps link speed support in rgmii mode
>    net: ti: cpsw: move parsing of dt port's parameters in separate func
>    net: ti: cpsw: add support for standard eth "max-speed" dt property
>    net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode
>    net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode
>    net: ti: cpsw: convert to use dev/ofnode api
> 
>   drivers/net/ti/am65-cpsw-nuss.c |   2 +-
>   drivers/net/ti/cpsw.c           | 154 +++++++++++++++++---------------
>   include/cpsw.h                  |   3 +-
>   3 files changed, 84 insertions(+), 75 deletions(-)
> 

Are there any comments? can it be merged?
Lokesh Vutla Nov. 1, 2019, 4:37 p.m. UTC | #2
Joe, Tom,

On 19/09/19 1:46 PM, Grygorii Strashko wrote:
> Hi All,
> 
> This series introduces set of fixes and improvements for TI CPSW and AM654x
> CPSW networking drivers.
> 
> Patch 1 - Enables support of 10Mbit link speeds for TI CPSW driver.
> Patch 3 - Adds support of standard Ethernet "max-speed" DT property.
> Patches 4-5 - fix mac tx internal delay for rgmii-rxid mode
> Patches 2,6 - are code improvements
> 
> Changes in v2:
> - fixed network init in Patch 3

This series is floating around for long time and further comments are expected.
Can you pull these in for rc2?

Thanks and regards,
Lokesh

> 
> v1: 
>  https://patchwork.ozlabs.org/cover/1159782/
> 
> Grygorii Strashko (6):
>   net: ti: cpsw: enable 10Mbps link speed support in rgmii mode
>   net: ti: cpsw: move parsing of dt port's parameters in separate func
>   net: ti: cpsw: add support for standard eth "max-speed" dt property
>   net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode
>   net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode
>   net: ti: cpsw: convert to use dev/ofnode api
> 
>  drivers/net/ti/am65-cpsw-nuss.c |   2 +-
>  drivers/net/ti/cpsw.c           | 154 +++++++++++++++++---------------
>  include/cpsw.h                  |   3 +-
>  3 files changed, 84 insertions(+), 75 deletions(-)
>
Lokesh Vutla Nov. 1, 2019, 4:38 p.m. UTC | #3
On 01/11/19 10:07 PM, Lokesh Vutla wrote:
> Joe, Tom,
> 
> On 19/09/19 1:46 PM, Grygorii Strashko wrote:
>> Hi All,
>>
>> This series introduces set of fixes and improvements for TI CPSW and AM654x
>> CPSW networking drivers.
>>
>> Patch 1 - Enables support of 10Mbit link speeds for TI CPSW driver.
>> Patch 3 - Adds support of standard Ethernet "max-speed" DT property.
>> Patches 4-5 - fix mac tx internal delay for rgmii-rxid mode
>> Patches 2,6 - are code improvements
>>
>> Changes in v2:
>> - fixed network init in Patch 3
> 
> This series is floating around for long time and further comments are expected.

I mean, no further comments are expected.

Thanks and regards,
Lokesh

> Can you pull these in for rc2?
> 
> Thanks and regards,
> Lokesh
> 
>>
>> v1: 
>>  https://patchwork.ozlabs.org/cover/1159782/
>>
>> Grygorii Strashko (6):
>>   net: ti: cpsw: enable 10Mbps link speed support in rgmii mode
>>   net: ti: cpsw: move parsing of dt port's parameters in separate func
>>   net: ti: cpsw: add support for standard eth "max-speed" dt property
>>   net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode
>>   net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode
>>   net: ti: cpsw: convert to use dev/ofnode api
>>
>>  drivers/net/ti/am65-cpsw-nuss.c |   2 +-
>>  drivers/net/ti/cpsw.c           | 154 +++++++++++++++++---------------
>>  include/cpsw.h                  |   3 +-
>>  3 files changed, 84 insertions(+), 75 deletions(-)
>>