]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dwmac-mediatek'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 00:03:14 +0000 (17:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 00:03:14 +0000 (17:03 -0700)
commit0cbade402d02352eff8227b065d69869eea319a8
tree20820c29c7113c5875ec86b9e3b6c83406a60e66
parenta1b630e6d78cfca1c5a0cb13ae4fc425b48708c0
parent0bb0791bd4b2f9b6bf2f8a65a86c1c74c390f3b4
Merge branch 'dwmac-mediatek'

Biao Huang says:

====================
complete dwmac-mediatek driver and fix flow control issue

Changes in v2:
        patch#1: there is no extra action in mediatek_dwmac_remove, remove it

v1:
This series mainly complete dwmac-mediatek driver:
        1. add power on/off operations for dwmac-mediatek.
        2. disable rx watchdog to reduce rx path reponding time.
        3. change the default value of tx-frames from 25 to 1, so
           ptp4l will test pass by default.

and also fix the issue that flow control won't be disabled any more
once being enabled.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>