netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] cxgb4: Add PTP Hardware Clock (PHC) support
@ 2017-06-30 11:47 Atul Gupta
  2017-06-30 11:47 ` [PATCH net-next v3 1/2] " Atul Gupta
  2017-06-30 11:47 ` [PATCH net-next v3 2/2] cxgb4: Support for get_ts_info ethtool method Atul Gupta
  0 siblings, 2 replies; 4+ messages in thread
From: Atul Gupta @ 2017-06-30 11:47 UTC (permalink / raw)
  To: netdev, davem; +Cc: venkatesh, richardcochran, ganeshgr, Atul Gupta

This patchset adds PTP IEEE-1588 support for Chelsio T5/T6 adapters

V3:
	Releasing lock in the exit paths
V2:
	Splitting the patch

Atul Gupta (2):
  cxgb4: Add PTP Hardware Clock (PHC) support
  cxgb4: Support for get_ts_info ethtool method

 drivers/net/ethernet/chelsio/cxgb4/Makefile        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   9 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c |  19 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  82 +++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c     | 476 +++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.h     |  74 ++++
 drivers/net/ethernet/chelsio/cxgb4/sge.c           | 173 +++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        |  28 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   2 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |  50 +++
 10 files changed, 901 insertions(+), 14 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.h

-- 
1.8.3.1

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

end of thread, other threads:[~2017-06-30 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30 11:47 [PATCH net-next v3 0/2] cxgb4: Add PTP Hardware Clock (PHC) support Atul Gupta
2017-06-30 11:47 ` [PATCH net-next v3 1/2] " Atul Gupta
2017-06-30 13:44   ` Richard Cochran
2017-06-30 11:47 ` [PATCH net-next v3 2/2] cxgb4: Support for get_ts_info ethtool method Atul Gupta

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).