mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: phy: microchip_t1s: Add support for LAN867x Rev.D0 PHY
@ 2025-10-30 10:22 Parthiban Veerasooran
  2025-10-30 10:22 ` [PATCH net-next 1/2] net: phy: microchip_t1s: add support for Microchip LAN867X " Parthiban Veerasooran
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Parthiban Veerasooran @ 2025-10-30 10:22 UTC (permalink / raw)
  To: Parthiban.Veerasooran, andrew, hkallweit1, linux, davem,
	edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Parthiban Veerasooran

This patch series adds support for the latest Microchip LAN8670/1/2 Rev.D0
10BASE-T1S PHYs to the microchip_t1s driver.

The new Rev.D0 silicon introduces updated initialization requirements and
link status handling behavior compared to earlier revisions (Rev.C2 and
below). These updates are necessary for full compliance with the OPEN
Alliance 10BASE-T1S specification and are documented in Microchip
Application Note AN1699 Revision G (DS60001699G – October 2025).

Summary of changes:
- Implements Rev.D0-specific configuration sequence as described in AN1699
  Rev.G.
- Introduces link status control configuration for LAN867x Rev.D0.

Parthiban Veerasooran (2):
  net: phy: microchip_t1s: add support for Microchip LAN867X Rev.D0 PHY
  net: phy: microchip_t1s: configure link status control for LAN867x
    Rev.D0

 drivers/net/phy/Kconfig         |  2 +-
 drivers/net/phy/microchip_t1s.c | 96 ++++++++++++++++++++++++++++++++-
 2 files changed, 96 insertions(+), 2 deletions(-)


base-commit: 1bae0fd90077875b6c9c853245189032cbf019f7
-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH net-next 0/2] net: phy: microchip_t1s: Add support for LAN867x Rev.D0 PHY
@ 2025-11-04 10:20 Parthiban Veerasooran
  0 siblings, 0 replies; 7+ messages in thread
From: Parthiban Veerasooran @ 2025-11-04 10:20 UTC (permalink / raw)
  To: Parthiban.Veerasooran, piergiorgio.beruto, andrew, hkallweit1,
	linux, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Parthiban Veerasooran

This patch series adds Open Alliance TC14 (OATC14) 10BASE-T1S cable
diagnostic feature support to the Linux kernel PHY subsystem and enable
this feature for Microchip LAN867x Rev.D0 PHYs. These patches provide
standardized cable test functionality for 10BASE-T1S Ethernet PHYs,
allowing users to perform cable diagnostics via ethtool.

Patch Summary:
1. add OATC14 10BASE-T1S PHY cable diagnostic support
	- Implements support for the OATC14 cable diagnostic feature in
	  Clause 45 PHYs.
	- Adds functions to start a cable test and retrieve its status,
	  mapping hardware results to ethtool codes.
	- Exports these functions for use by PHY drivers.
	- Open Alliance TC14 10BASE-T1S Advanced Diagnostic PHY Features.
	  https://opensig.org/wp-content/uploads/2025/06/OPEN_Alliance_10BASE-T1S_Advanced_PHY_features_for-automotive_Ethernet_V2.1b.pdf
	
2. add cable diagnostic support for LAN867x Rev.D0
	- Integrates the generic OATC14 cable test functions into the
	  Microchip LAN867x Rev.D0 PHY driver.
	- Enables ethtool cable diagnostics for this PHY, improving
	  troubleshooting and maintenance.

Parthiban Veerasooran (2):
  net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic support
  net: phy: microchip_t1s:: add cable diagnostic support for LAN867x
    Rev.D0

 drivers/net/phy/mdio-open-alliance.h |  36 ++++++++
 drivers/net/phy/microchip_t1s.c      |   3 +
 drivers/net/phy/phy-c45.c            | 122 +++++++++++++++++++++++++++
 include/linux/phy.h                  |   3 +
 4 files changed, 164 insertions(+)


base-commit: 9e8a443401dfb15574f9cc962783500ca8c2eec2
-- 
2.34.1


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

end of thread, other threads:[~2025-11-04 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-30 10:22 [PATCH net-next 0/2] net: phy: microchip_t1s: Add support for LAN867x Rev.D0 PHY Parthiban Veerasooran
2025-10-30 10:22 ` [PATCH net-next 1/2] net: phy: microchip_t1s: add support for Microchip LAN867X " Parthiban Veerasooran
2025-10-30 14:51   ` Andrew Lunn
2025-10-30 10:22 ` [PATCH net-next 2/2] net: phy: microchip_t1s: configure link status control for LAN867x Rev.D0 Parthiban Veerasooran
2025-10-30 14:53   ` Andrew Lunn
2025-11-01  0:30 ` [PATCH net-next 0/2] net: phy: microchip_t1s: Add support for LAN867x Rev.D0 PHY patchwork-bot+netdevbpf
2025-11-04 10:20 Parthiban Veerasooran

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

all inboxes | Powered by JetHome®