mbox series

[net,v3,0/1] stmmac: dwmac-mediatek: fix clock issue

Message ID 20220708083937.27334-1-biao.huang@mediatek.com (mailing list archive)
Headers show
Series stmmac: dwmac-mediatek: fix clock issue | expand

Message

Biao Huang (黄彪) July 8, 2022, 8:39 a.m. UTC
changes in v3:
1. delete mediatek_dwmac_exit() since there is no operation in it,
as Matthias's comments.

changes in v2:
1. clock configuration is still needed in probe,
and invoke mediatek_dwmac_clks_config() instead.
2. update commit message.

v1:
remove duplicated clock configuration in init/exit.

Biao Huang (1):
  stmmac: dwmac-mediatek: fix clock issue

 .../ethernet/stmicro/stmmac/dwmac-mediatek.c  | 36 +++++--------------
 1 file changed, 9 insertions(+), 27 deletions(-)