mbox series

[0/5] Extending features on DP83TG720 driver

Message ID cover.1726263095.git.a-reyes1@ti.com (mailing list archive)
Headers show
Series Extending features on DP83TG720 driver | expand

Message

Alvaro (Al-vuh-roe) Reyes Sept. 19, 2024, 9:01 p.m. UTC
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(-)