Re: [PATCH] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-19 15:58:01
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-19 15:58:01
Also in:
lkml
I am not sure that it will be accepted by the maintainers if you use a lot of registers that are not documented.
Sometimes there is no choice, there is no documentation except the vendor crap driver which we try to clean up as much as possible, but we still end up with lots of magic numbers. Andrew