commit | 3c1b58261ff81fba9f6bd8f8d9bcec85920c2ff0 | [log] [tgz] |
---|---|---|
author | Joakim Zhang <qiangqing.zhang@nxp.com> | Thu Feb 25 17:01:10 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 17 17:06:16 2021 +0100 |
tree | 029bb83cb9b4a5fe27641eaabb91c63788cbbc8c | |
parent | 640492cf1732a9f97b062c3eec2c5ee37f73dada [diff] |
net: stmmac: stop each tx channel independently commit a3e860a83397bf761ec1128a3f0ba186445992c6 upstream. If clear GMAC_CONFIG_TE bit, it would stop all tx channels, but users may only want to stop specific tx channel. Fixes: 48863ce5940f ("stmmac: add DMA support for GMAC 4.xx") Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>