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

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


             reply	other threads:[~2024-09-19 21:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-19 21:01 Alvaro (Al-vuh-roe) Reyes [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1726263095.git.a-reyes1@ti.com \
    --to=a-reyes1@ti.com \
    --cc=andrew@lunn.ch \
    --cc=d-qiu@ti.com \
    --cc=e-mayhew@ti.com \
    --cc=hkallweit1@gmail.com \
    --cc=linux@armlinux.org.uk \
    --cc=maxime.chevallier@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=p-varis@ti.com \
    --cc=praneeth@ti.com \
    --cc=r-kommineni@ti.com \
    --cc=spatton@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).