[net-next,v4,0/4] net: phy: at803x: even more generalization

Message ID 20240104213044.4653-1-ansuelsmth@gmail.com
Headers
Series net: phy: at803x: even more generalization |

Message

Christian Marangi Jan. 4, 2024, 9:30 p.m. UTC
  This is part 3 of at803x required patches to split the PHY driver
in more specific PHY Family driver.

While adding support for a new PHY Family qca807x it was notice lots
of similarities with the qca808x cdt function. Hence this series
is done to make things easier in the future when qca807x PHY will be
submitted.

Changes v4:
- Fix Smatch warning
Changes v3:
- Rebase on top of net-next
Changes v2:
- Address request from Russell in a previous series on cdt get
  status improvement

Christian Marangi (4):
  net: phy: at803x: generalize cdt fault length function
  net: phy: at803x: refactor qca808x cable test get status function
  net: phy: at803x: add support for cdt cross short test for qca808x
  net: phy: at803x: make read_status more generic

 drivers/net/phy/at803x.c | 186 +++++++++++++++++++++++++++------------
 1 file changed, 131 insertions(+), 55 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 7, 2024, 4:30 p.m. UTC | #1
Hello:

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

On Thu,  4 Jan 2024 22:30:37 +0100 you wrote:
> This is part 3 of at803x required patches to split the PHY driver
> in more specific PHY Family driver.
> 
> While adding support for a new PHY Family qca807x it was notice lots
> of similarities with the qca808x cdt function. Hence this series
> is done to make things easier in the future when qca807x PHY will be
> submitted.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/4] net: phy: at803x: generalize cdt fault length function
    https://git.kernel.org/netdev/net-next/c/22eb276098da
  - [net-next,v4,2/4] net: phy: at803x: refactor qca808x cable test get status function
    https://git.kernel.org/netdev/net-next/c/e0e9ada1df61
  - [net-next,v4,3/4] net: phy: at803x: add support for cdt cross short test for qca808x
    https://git.kernel.org/netdev/net-next/c/ea73e5ea442e
  - [net-next,v4,4/4] net: phy: at803x: make read_status more generic
    https://git.kernel.org/netdev/net-next/c/c34d9452d4e5

You are awesome, thank you!