Merge branch 'xgmac_mdio-preamble-suppression-and-custom-MDC-frequerncies'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2022 13:41:30 +0000 (13:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2022 13:41:30 +0000 (13:41 +0000)
commitf0a910dd04f1be986e822e6704409bcb237c67bb
tree852c6e74a384d15106058ba58ff2d50255697d96
parent2e9589ff809e9232f689acd51da73390e135146a
parentf7af8fe85aacfeff5f3f61fd98889119a110ef18
Merge branch 'xgmac_mdio-preamble-suppression-and-custom-MDC-frequerncies'

Tobias Waldekranz says:

====================
net/fsl: xgmac_mdio: Preamble suppression and custom MDC frequencies

The first patch removes the docs for a binding that has never been
supported by the driver as far as I can see. This is a bit of a
mystery to me, maybe Freescale/NXP had/has support for it in an
internal version?

We then start working on the xgmac_mdio driver, converting the driver
to exclusively use managed resources, thereby simplifying the error
paths. Suggested by Andrew.

Preamble suppression is then added, followed by MDC frequency
customization. Neither code will change any bits if the corresponding
dt properties are not specified, so as to not trample on any setup
done by the bootloader, which boards might have relied on up to now.

Finally, we document the new bindings.

Tested on a T1023 based board.
====================

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