Merge branch 'qca8081-phy-driver'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2021 13:04:19 +0000 (14:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2021 13:04:19 +0000 (14:04 +0100)
commit71de5b234c3be9f5a58082a2fd43627fba6aa86b
treee38821eb631a39b86940ecebfb43af5cb7380613
parent0b87074b9064645ce1ccd5045fe8f29ed5e2fef2
parent8c84d7528d8d84e625f548e74d4959c6f7b7cb52
Merge branch 'qca8081-phy-driver'

Luo Jie says:

====================
net: phy: Add qca8081 ethernet phy driver

This patch series add the qca8081 ethernet phy driver support, which
improve the wol feature, leverage at803x phy driver and add the fast
retrain, master/slave seed and CDT feature.

Changes in v7:
* update Reviewed-by tags.

Changes in v6:
* add Reviewed-by tags on the applicable patches.

Changes in v5:
* rebase the patches on net-next/master.

Changes in v4:
* handle other interrupts in set_wol.
* add genphy_c45_fast_retrain.

Changes in v3:
* correct a typo "excpet".
* remove the suffix "PHY" from phy name.

Changes in v2:
* add definitions of fast retrain related registers in mdio.h.
* break up the patch into small patches.
* improve the at803x legacy code.

Changes in v1:
* merge qca8081 phy driver into at803x.
* add cdt feature.
* leverage at803x phy driver helpers.
====================

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