linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ENETC: support hardware timestamping
@ 2019-05-16  9:59 Y.b. Lu
  2019-05-16  9:59 ` [PATCH 1/3] enetc: add hardware timestamping support Y.b. Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Y.b. Lu @ 2019-05-16  9:59 UTC (permalink / raw)
  To: netdev, Richard Cochran, David Miller, Claudiu Manoil, Shawn Guo,
	Rob Herring
  Cc: devicetree, linux-arm-kernel, linux-kernel, Y.b. Lu

This patch-set is to support hardware timestamping for ENETC
and also to add 1588 timer device tree node for ls1028a.

Because ENETC RX BD ring dynamic allocation hasn't been
supported and it's too expensive to use extended RX BDs
if timestamping isn't used, we have to use a Kconfig
option to enable/disable timestamping for now. This
Kconfig option will be removed once RX BD ring dynamic
allocation is implemented.

Yangbo Lu (3):
  enetc: add hardware timestamping support
  enetc: add get_ts_info interface for ethtool
  arm64: dts: fsl: ls1028a: add ENETC 1588 timer node

 .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi |   5 +
 drivers/net/ethernet/freescale/enetc/Kconfig  |  11 ++
 drivers/net/ethernet/freescale/enetc/enetc.c  | 156 +++++++++++++++++-
 drivers/net/ethernet/freescale/enetc/enetc.h  |  14 +-
 .../ethernet/freescale/enetc/enetc_ethtool.c  |  31 ++++
 .../net/ethernet/freescale/enetc/enetc_hw.h   |  13 ++
 .../net/ethernet/freescale/enetc/enetc_pf.c   |   1 +
 .../net/ethernet/freescale/enetc/enetc_ptp.c  |   5 +
 .../net/ethernet/freescale/enetc/enetc_vf.c   |   1 +
 9 files changed, 231 insertions(+), 6 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-05-20  4:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16  9:59 [PATCH 0/3] ENETC: support hardware timestamping Y.b. Lu
2019-05-16  9:59 ` [PATCH 1/3] enetc: add hardware timestamping support Y.b. Lu
2019-05-16 13:31   ` Claudiu Manoil
2019-05-20  2:55     ` Y.b. Lu
2019-05-16 14:32   ` Richard Cochran
2019-05-16 15:30     ` Claudiu Manoil
2019-05-20  3:25       ` Y.b. Lu
2019-05-20  3:20     ` [EXT] " Y.b. Lu
2019-05-20  4:41       ` Richard Cochran
2019-05-16  9:59 ` [PATCH 2/3] enetc: add get_ts_info interface for ethtool Y.b. Lu
2019-05-16  9:59 ` [PATCH 3/3] arm64: dts: fsl: ls1028a: add ENETC 1588 timer node Y.b. Lu

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