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

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

Message

Christian Marangi Jan. 2, 2024, 2:03 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 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 | 171 ++++++++++++++++++++++++++-------------
 1 file changed, 116 insertions(+), 55 deletions(-)
  

Comments

Jakub Kicinski Jan. 2, 2024, 10:37 p.m. UTC | #1
On Tue,  2 Jan 2024 15:03:24 +0100 Christian Marangi 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.

Does not apply..
  
Christian Marangi Jan. 2, 2024, 10:41 p.m. UTC | #2
On Tue, Jan 02, 2024 at 02:37:07PM -0800, Jakub Kicinski wrote:
> On Tue,  2 Jan 2024 15:03:24 +0100 Christian Marangi 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.
> 
> Does not apply..

Yes sorry was based on a tool old net-next branch and notice the fail on
patchwork. Was waiting the 24 hours to resend rebased.

Sorry for the noise.