linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/4] Externel ptp clock support
@ 2021-09-28 11:30 Hariprasad Kelam
  2021-09-28 11:30 ` [net-next PATCH 1/4] octeontx2-af: Reset PTP config in FLR handler Hariprasad Kelam
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hariprasad Kelam @ 2021-09-28 11:30 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: kuba, davem, sgoutham, lcherian, gakula, jerinj, sbhatta, hkelam

Externel ptp support is required in a scenario like connecting
a external timing device to the chip for time synchronization.
This series of patches adds support to ptp driver to use external
clock and enables PTP config in CN10K MAC block (RPM). Currently
PTP configuration is left unchanged in FLR handler these patches
addresses the same.

Hariprasad Kelam (1):
  octeontx2-af: cn10k: RPM hardware timestamp configuration

Harman Kalra (1):
  octeontx2-af: Reset PTP config in FLR handler

Subbaraya Sundeep (1):
  octeontx2-af: Use ptp input clock info from firmware data

Yi Guo (1):
  octeontx2-af: Add external ptp input clock

 .../net/ethernet/marvell/octeontx2/af/cgx.c   |  10 +-
 .../marvell/octeontx2/af/lmac_common.h        |   5 +
 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  44 +++---
 .../net/ethernet/marvell/octeontx2/af/ptp.c   | 133 +++++++++++-------
 .../net/ethernet/marvell/octeontx2/af/ptp.h   |   1 +
 .../net/ethernet/marvell/octeontx2/af/rpm.c   |  17 +++
 .../net/ethernet/marvell/octeontx2/af/rpm.h   |   3 +
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |   4 +
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |   5 +-
 .../ethernet/marvell/octeontx2/af/rvu_cgx.c   |   7 +-
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |  16 +++
 .../marvell/octeontx2/nic/otx2_common.h       |   6 +
 .../ethernet/marvell/octeontx2/nic/otx2_ptp.c | 120 +++++++++++++++-
 13 files changed, 292 insertions(+), 79 deletions(-)

--
2.17.1

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

end of thread, other threads:[~2021-09-28 13:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 11:30 [net-next PATCH 0/4] Externel ptp clock support Hariprasad Kelam
2021-09-28 11:30 ` [net-next PATCH 1/4] octeontx2-af: Reset PTP config in FLR handler Hariprasad Kelam
2021-09-28 11:30 ` [net-next PATCH 2/4] octeontx2-af: cn10k: RPM hardware timestamp configuration Hariprasad Kelam
2021-09-28 11:31 ` [net-next PATCH 3/4] octeontx2-af: Use ptp input clock info from firmware data Hariprasad Kelam
2021-09-28 11:31 ` [net-next PATCH 4/4] octeontx2-af: Add external ptp input clock Hariprasad Kelam
2021-09-28 13:00 ` [net-next PATCH 0/4] Externel ptp clock support patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).