Merge branch 'net-at803x-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2023 10:45:57 +0000 (10:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2023 10:45:57 +0000 (10:45 +0000)
commit523e1f5f3754fa738f2ab6eb6f4d2b6f51d10b83
tree20d40c236d99d1cf500152b1f6f46af1045af8c1
parent6da0bcb82037655fa538293552aa52311f9c11fa
parent38eb804e8458ba181a03a0498ce4bf84eebd1931
Merge branch 'net-at803x-cleanups'

Christian Marangi says:

====================
net: phy: at803x: additional cleanup for qca808x

This small series is a preparation for the big code split. While the
qca808x code is waiting to be reviwed and merged, we can further cleanup
and generalize shared functions between at803x and qca808x.

With these last 2 patch everything is ready to move the driver to a
dedicated directory and split the code by creating a library module
for the few shared functions between the 2 driver.

Eventually at803x can be further cleaned and generalized but everything
will be already self contained and related only to at803x family of PHYs.
====================

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