All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] Add ptp library for Microchip phys
@ 2024-11-11 12:58 Divya Koppera
  2024-11-11 12:58 ` [PATCH net-next v2 1/5] net: phy: microchip_ptp : Add header file for Microchip ptp library Divya Koppera
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Divya Koppera @ 2024-11-11 12:58 UTC (permalink / raw)
  To: andrew, arun.ramadoss, UNGLinuxDriver, hkallweit1, linux, davem,
	edumazet, kuba, pabeni, netdev, linux-kernel, richardcochran

Adds support of ptp library in Microchip phys

Divya Koppera (5):
  net: phy: microchip_ptp : Add header file for Microchip ptp library
  net: phy: microchip_ptp : Add ptp library for Microchip phys
  net: phy: Kconfig: Add ptp library support and 1588 optional flag in
    Microchip phys
  net: phy: Makefile: Add makefile support for 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_ptp.c | 998 ++++++++++++++++++++++++++++++++
 drivers/net/phy/microchip_ptp.h | 217 +++++++
 drivers/net/phy/microchip_t1.c  |  40 +-
 5 files changed, 1261 insertions(+), 4 deletions(-)
 create mode 100644 drivers/net/phy/microchip_ptp.c
 create mode 100644 drivers/net/phy/microchip_ptp.h

-- 
2.17.1


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

end of thread, other threads:[~2024-11-12  8:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 12:58 [PATCH net-next v2 0/5] Add ptp library for Microchip phys Divya Koppera
2024-11-11 12:58 ` [PATCH net-next v2 1/5] net: phy: microchip_ptp : Add header file for Microchip ptp library Divya Koppera
2024-11-11 12:58 ` [PATCH net-next v2 2/5] net: phy: microchip_ptp : Add ptp library for Microchip phys Divya Koppera
2024-11-11 13:41   ` Vadim Fedorenko
2024-11-12  8:27     ` Divya.Koppera
2024-11-11 12:58 ` [PATCH net-next v2 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in " Divya Koppera
2024-11-11 12:58 ` [PATCH net-next v2 4/5] net: phy: Makefile: Add makefile support for ptp " Divya Koppera
2024-11-11 18:07   ` Jakub Kicinski
2024-11-12  8:28     ` Divya.Koppera
2024-11-11 12:58 ` [PATCH net-next v2 5/5] net: phy: microchip_t1 : Add initialization of ptp for lan887x Divya Koppera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.