Re: [PATCH 2/6] ethernet: stmmac: stop each tx channal independently

2021-01-11 Thread Florian Fainelli
On 1/11/21 3:35 AM, Joakim Zhang wrote: > If clear GMAC_CONFIG_TE bit, it would stop all tx channals, but users > may only want to stop secific tx channel. > > Fixes: 48863ce5940f ("stmmac: add DMA support for GMAC 4.xx") > Signed-off-by: Joakim Zhang You have a typo in your subject:channal vs.

[PATCH 2/6] ethernet: stmmac: stop each tx channal independently

2021-01-11 Thread Joakim Zhang
If clear GMAC_CONFIG_TE bit, it would stop all tx channals, but users may only want to stop secific tx channel. Fixes: 48863ce5940f ("stmmac: add DMA support for GMAC 4.xx") Signed-off-by: Joakim Zhang --- drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c | 4 1 file changed, 4 deletions(-)