mbox series

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

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

Message

Divya Koppera Jan. 3, 2025, 9:07 a.m. UTC
Adds support for PEROUT library, where phys can generate
periodic output signals on supported GPIO pins.

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

 drivers/net/phy/microchip_rds_ptp.c | 320 ++++++++++++++++++++++++++++
 drivers/net/phy/microchip_rds_ptp.h |  47 ++++
 drivers/net/phy/microchip_t1.c      |  18 ++
 3 files changed, 385 insertions(+)