[net-next,0/2] net: phy: at803x: additional cleanup for qca808x

Message ID 20231214004432.16702-1-ansuelsmth@gmail.com
Headers
Series net: phy: at803x: additional cleanup for qca808x |

Message

Christian Marangi Dec. 14, 2023, 12:44 a.m. UTC
  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.

Christian Marangi (2):
  net: phy: at803x: move specific qca808x config_aneg to dedicated
    function
  net: phy: at803x: make read specific status function more generic

 drivers/net/phy/at803x.c | 92 +++++++++++++++++++++++++---------------
 1 file changed, 58 insertions(+), 34 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 15, 2023, 10:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 14 Dec 2023 01:44:30 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: phy: at803x: move specific qca808x config_aneg to dedicated function
    https://git.kernel.org/netdev/net-next/c/8e732f1c6f2d
  - [net-next,2/2] net: phy: at803x: make read specific status function more generic
    https://git.kernel.org/netdev/net-next/c/38eb804e8458

You are awesome, thank you!