OSDN Git Service

Merge branch 'mtk-star-emac-features'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2022 12:45:31 +0000 (13:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2022 12:45:31 +0000 (13:45 +0100)
commit2165163513150d347641845845879abbca63f41d
tree55cee50c72b2df8021f2772be94973d6280b8342
parentbfc715146ea6dca52c97f7d59b0a2e35ff4aa772
parent02e9ce07d8b8e508d3276a73c056d26d30d76450
Merge branch 'mtk-star-emac-features'

Biao Huang says:

====================
net: add more features for mtk-star-emac

Changes in v4:
1. correct the usage of spin_lock/__napi_schedule.
2. fix coding style as Jakub's comments.

Changes in v3:
1. refractor driver as Jakub's comments in patch
   "net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs".
2. add acked-by as Rob's comments.
3. add a new patch for halp-duplex support in driver.

Changes in v2:
1. fix coding style as Bartosz's comments.
2. add reviewed-by as Bartosz's comments.

This series add more features for mtk-star-emac:
1. add reference clock pad selection for RMII;
2. add simple timing adjustment for RMII;
3. add support for MII;
4. add support for new IC MT8365;
5. separate tx/rx interrupt handling.
====================

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