public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 0/5] Extending features on DP83TG720 driver
@ 2024-09-19 21:01 Alvaro (Al-vuh-roe) Reyes
  2024-09-19 21:01 ` [PATCH 1/5] net: phy: dp83tg720: Changed Macro names Alvaro (Al-vuh-roe) Reyes
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Alvaro (Al-vuh-roe) Reyes @ 2024-09-19 21:01 UTC (permalink / raw)
  To: netdev
  Cc: andrew, hkallweit1, linux, maxime.chevallier, o.rempel, spatton,
	r-kommineni, e-mayhew, praneeth, p-varis, d-qiu,
	Alvaro (Al-vuh-roe) Reyes

The DP83TG720S-Q1 device is an IEEE 802.3bp
and Open Alliance compliant automotive Ethernet
physical layer transceiver. It provides all physical layer
functions needed to transmit and receive data over
unshielded/shielded single twisted-pair cables.

Changes include changing Macros Names, adding SGMII support, extending
support to DP83TG721 PHY, and adding the Open Alliance initialization script.

Each of these changes are a separate patch and are meant to
be applied in order.

The following test cases were validated:
PHY detection
PHY link up/down
Speed/Duplex mode
PHY register access
Ping test
Throughput test
SQI test
TDR test
Forced master-slave

Changes in v2:
1. split all changes made into different patches
2. fixed typos in original patch descriptions

Alvaro (Al-vuh-roe) Reyes (5):
  net: phy: dp83tg720: Changed Macro names
  net: phy: dp83tg720: Added SGMII Support
  net: phy: dp83tg720: Extending support to DP83TG721 PHY
  net: phy: dp83tg720: Added OA script
  net: phy: dp83tg720: fixed Linux coding standards issues

 drivers/net/phy/dp83tg720.c | 582 +++++++++++++++++++++++++++++++-----
 1 file changed, 504 insertions(+), 78 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-09-23  6:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 21:01 [PATCH 0/5] Extending features on DP83TG720 driver Alvaro (Al-vuh-roe) Reyes
2024-09-19 21:01 ` [PATCH 1/5] net: phy: dp83tg720: Changed Macro names Alvaro (Al-vuh-roe) Reyes
2024-09-23  6:56   ` Oleksij Rempel
2024-09-19 21:01 ` [PATCH 2/5] net: phy: dp83tg720: Added SGMII Support Alvaro (Al-vuh-roe) Reyes
2024-09-19 21:12   ` Andrew Lunn
2024-09-19 21:01 ` [PATCH 3/5] net: phy: dp83tg720: Extending support to DP83TG721 PHY Alvaro (Al-vuh-roe) Reyes
2024-09-19 21:26   ` Andrew Lunn
2024-09-23  6:42     ` Oleksij Rempel
2024-09-19 21:01 ` [PATCH 4/5] net: phy: dp83tg720: Added OA script Alvaro (Al-vuh-roe) Reyes
2024-09-19 21:44   ` Andrew Lunn
2024-09-23  5:22     ` Oleksij Rempel
2024-09-19 21:01 ` [PATCH 5/5] net: phy: dp83tg720: fixed Linux coding standards issues Alvaro (Al-vuh-roe) Reyes
2024-09-19 21:47   ` Andrew Lunn
2024-09-20 11:26     ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox