Add two erratas to the lan8842. The errata document can be found here [1]
The two erratas are:
- module 2 ("Analog front-end not optimized for PHY-side shorted center taps").
- module 7 ("1000BASE-T PMA EEE TX wake timer is non-compliant")
v3->v4:
- introduce struct to contains all the register accesses
- fix commit message for second commit
v2->v3
- fix some register addresses
- add reviewed-by tag
v1->v2:
- split the patch in 2 patches, one patch for each errata
- rebase on net instead of net-next
Horatiu Vultur (2):
net: phy: micrel: lan8842 errata
net: phy: micrel: lan8842 errata
drivers/net/phy/micrel.c | 163 +++++++++++++++++++++++++++++++++++++++
1 file changed, 163 insertions(+)
--
2.34.1