mbox series

[net-next,v8,0/5] Add rds ptp library for Microchip phys

Message ID 20241219123311.30213-1-divya.koppera@microchip.com (mailing list archive)
Headers show
Series Add rds ptp library for Microchip phys | expand

Message

Divya Koppera Dec. 19, 2024, 12:33 p.m. UTC
Adds support for rds ptp library in Microchip phys, where rds is internal
code name for ptp IP or hardware. This library will be re-used in
Microchip phys where same ptp hardware is used. Register base addresses
and mmd may changes, due to which base addresses and mmd is made variable
in this library.

Divya Koppera (5):
  net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp
    library
  net: phy: microchip_rds_ptp : Add rds ptp library for Microchip phys
  net: phy: Kconfig: Add rds ptp library support and 1588 optional flag
    in Microchip phys
  net: phy: Makefile: Add makefile support for rds ptp in Microchip phys
  net: phy: microchip_t1 : Add initialization of ptp for lan887x

 drivers/net/phy/Kconfig             |    9 +-
 drivers/net/phy/Makefile            |    1 +
 drivers/net/phy/microchip_rds_ptp.c | 1039 +++++++++++++++++++++++++++
 drivers/net/phy/microchip_rds_ptp.h |  223 ++++++
 drivers/net/phy/microchip_t1.c      |   41 +-
 5 files changed, 1309 insertions(+), 4 deletions(-)
 create mode 100644 drivers/net/phy/microchip_rds_ptp.c
 create mode 100644 drivers/net/phy/microchip_rds_ptp.h