mbox series

[net-next,v2,0/3] Add PEROUT library for RDS PTP supported phys

Message ID 20250109102533.15621-1-divya.koppera@microchip.com (mailing list archive)
Headers show
Series Add PEROUT library for RDS PTP supported phys | expand

Message

Divya Koppera Jan. 9, 2025, 10:25 a.m. UTC
Adds support for PEROUT library, where phys can generate
periodic output signal on supported pin out.

Divya Koppera (3):
  net: phy: microchip_rds_ptp: Header file library changes for PEROUT
  net: phy: microchip_t1: Enable pin out specific to lan887x phy for
    PEROUT signal
  net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP
    supported phys

 drivers/net/phy/microchip_rds_ptp.c | 294 ++++++++++++++++++++++++++++
 drivers/net/phy/microchip_rds_ptp.h |  39 ++++
 drivers/net/phy/microchip_t1.c      |  12 ++
 3 files changed, 345 insertions(+)