mbox series

[v3,0/1] net: ethernet: stmmac: simplify phy modes management for stm32

Message ID 20200427100038.19252-1-christophe.roullier@st.com (mailing list archive)
Headers show
Series net: ethernet: stmmac: simplify phy modes management for stm32 | expand

Message

Christophe Roullier April 27, 2020, 10 a.m. UTC
No new feature, just to simplify stm32 part to be easier to use.
Add by default all Ethernet clocks in DT, and activate or not in function
of phy mode, clock frequency, if property "st,ext-phyclk" is set or not.
Keep backward compatibility

version 3:
Add acked from Alexandre Torgue
Rebased on top of v5.7-rc2

Christophe Roullier (1):
  net: ethernet: stmmac: simplify phy modes management for stm32

 .../net/ethernet/stmicro/stmmac/dwmac-stm32.c | 74 +++++++++++--------
 1 file changed, 44 insertions(+), 30 deletions(-)

Comments

Christophe Roullier May 18, 2020, 12:02 p.m. UTC | #1
Hi,

Just a "gentleman ping"

Regards,

Christophe.

On 27/04/2020 12:00, Christophe Roullier wrote:
> No new feature, just to simplify stm32 part to be easier to use.
> Add by default all Ethernet clocks in DT, and activate or not in function
> of phy mode, clock frequency, if property "st,ext-phyclk" is set or not.
> Keep backward compatibility
>
> version 3:
> Add acked from Alexandre Torgue
> Rebased on top of v5.7-rc2
>
> Christophe Roullier (1):
>    net: ethernet: stmmac: simplify phy modes management for stm32
>
>   .../net/ethernet/stmicro/stmmac/dwmac-stm32.c | 74 +++++++++++--------
>   1 file changed, 44 insertions(+), 30 deletions(-)
>