[PATCH net-next v7 0/5] Add rds ptp library for Microchip phys

Divya Koppera posted 5 patches 1 year ago
There is a newer version of this series
drivers/net/phy/Kconfig             |    9 +-
drivers/net/phy/Makefile            |    1 +
drivers/net/phy/microchip_rds_ptp.c | 1008 +++++++++++++++++++++++++++
drivers/net/phy/microchip_rds_ptp.h |  219 ++++++
drivers/net/phy/microchip_t1.c      |   41 +-
5 files changed, 1274 insertions(+), 4 deletions(-)
create mode 100644 drivers/net/phy/microchip_rds_ptp.c
create mode 100644 drivers/net/phy/microchip_rds_ptp.h
[PATCH net-next v7 0/5] Add rds ptp library for Microchip phys
Posted by Divya Koppera 1 year ago
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 | 1008 +++++++++++++++++++++++++++
 drivers/net/phy/microchip_rds_ptp.h |  219 ++++++
 drivers/net/phy/microchip_t1.c      |   41 +-
 5 files changed, 1274 insertions(+), 4 deletions(-)
 create mode 100644 drivers/net/phy/microchip_rds_ptp.c
 create mode 100644 drivers/net/phy/microchip_rds_ptp.h

-- 
2.17.1