| From: |
| "Alvaro (Al-vuh-roe) Reyes" <a-reyes1-AT-ti.com> |
| To: |
| <netdev-AT-vger.kernel.org> |
| Subject: |
| [PATCH 0/5] Extending features on DP83TG720 driver |
| Date: |
| Thu, 19 Sep 2024 14:01:14 -0700 |
| Message-ID: |
| <cover.1726263095.git.a-reyes1@ti.com> |
| Cc: |
| <andrew-AT-lunn.ch>, <hkallweit1-AT-gmail.com>, <linux-AT-armlinux.org.uk>, <maxime.chevallier-AT-bootlin.com>, <o.rempel-AT-pengutronix.de>, <spatton-AT-ti.com>, <r-kommineni-AT-ti.com>, <e-mayhew-AT-ti.com>, <praneeth-AT-ti.com>, <p-varis-AT-ti.com>, <d-qiu-AT-ti.com>, "Alvaro (Al-vuh-roe) Reyes" <a-reyes1-AT-ti.com> |
| Archive-link: |
| Article |
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