Re: [PATCH 0/5] net: ethernet: stmmac: some fixes and optimization

2019-10-03 Thread Alexandre Torgue
Hi Christophe On 9/20/19 7:38 AM, Christophe Roullier wrote: Some improvements (manage syscfg as optional clock, update slew rate of ETH_MDIO pin, Enable gating of the MAC TX clock during TX low-power mode) Fix warning build message when W=1 Christophe Roullier (5): net: ethernet: stmmac: Ad

Re: [PATCH 0/5] net: ethernet: stmmac: some fixes and optimization

2019-09-23 Thread Christophe ROULLIER
Hi Jakub, all, It is not urgent, no problem to wait next merge window (release 5.5) For patch 1 and 3, it is improvement/cleanup because now syscfg clock is not mandatory (I put code backward compatible). Regards, Christophe On 9/23/19 12:12 AM, Jakub Kicinski wrote: > On Fri, 20 Sep 2019 07:

Re: [PATCH 0/5] net: ethernet: stmmac: some fixes and optimization

2019-09-22 Thread Jakub Kicinski
On Fri, 20 Sep 2019 07:38:12 +0200, Christophe Roullier wrote: > Some improvements (manage syscfg as optional clock, update slew rate of > ETH_MDIO pin, Enable gating of the MAC TX clock during TX low-power mode) > Fix warning build message when W=1 There seems to be some new features/cleanups (or

[PATCH 0/5] net: ethernet: stmmac: some fixes and optimization

2019-09-19 Thread Christophe Roullier
Some improvements (manage syscfg as optional clock, update slew rate of ETH_MDIO pin, Enable gating of the MAC TX clock during TX low-power mode) Fix warning build message when W=1 Christophe Roullier (5): net: ethernet: stmmac: Add support for syscfg clock net: ethernet: stmmac: fix warning w