All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2, 0/4] ENETC: support hardware timestamping
@ 2019-05-23  2:33 ` Y.b. Lu
  0 siblings, 0 replies; 23+ messages in thread
From: Y.b. Lu @ 2019-05-23  2:33 UTC (permalink / raw)
  To: netdev, Richard Cochran, David Miller, Claudiu Manoil, Shawn Guo,
	Rob Herring, Alexandru Marginean
  Cc: devicetree, linux-arm-kernel, linux-kernel, Y.b. Lu

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

Because the ENETC RX BD ring dynamic allocation has not been
supported and it is too expensive to use extended RX BDs
if timestamping is not used, a Kconfig option is used to
enable extended RX BDs in order to support hardware
timestamping. This option will be removed once RX BD
ring dynamic allocation is implemented.

Yangbo Lu (4):
  enetc: add hardware timestamping support
  enetc: add get_ts_info interface for ethtool
  dt-binding: ptp_qoriq: support ENETC PTP compatible
  arm64: dts: fsl: ls1028a: add ENETC 1588 timer node

 .../devicetree/bindings/ptp/ptp-qoriq.txt     |   1 +
 .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi |   6 +
 drivers/net/ethernet/freescale/enetc/Kconfig  |  10 ++
 drivers/net/ethernet/freescale/enetc/enetc.c  | 158 +++++++++++++++++-
 drivers/net/ethernet/freescale/enetc/enetc.h  |  15 +-
 .../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 +
 10 files changed, 235 insertions(+), 6 deletions(-)

-- 
2.17.1


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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23  2:33 [PATCH net-next v2, 0/4] ENETC: support hardware timestamping Y.b. Lu
2019-05-23  2:33 ` Y.b. Lu
2019-05-23  2:33 ` Y.b. Lu
2019-05-23  2:33 ` [PATCH net-next v2, 1/4] enetc: add hardware timestamping support Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33 ` [PATCH net-next v2, 2/4] enetc: add get_ts_info interface for ethtool Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33 ` [PATCH net-next v2, 3/4] dt-binding: ptp_qoriq: support ENETC PTP compatible Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33 ` [PATCH net-next v2, 4/4] arm64: dts: fsl: ls1028a: add ENETC 1588 timer node Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23  2:33   ` Y.b. Lu
2019-05-23 13:48 ` [PATCH net-next v2, 0/4] ENETC: support hardware timestamping Richard Cochran
2019-05-23 13:48   ` Richard Cochran
2019-05-23 13:48   ` Richard Cochran
2019-05-24  2:20   ` Y.b. Lu
2019-05-24  2:20     ` Y.b. Lu
2019-05-24  2:20     ` Y.b. Lu
2019-05-24 20:16 ` David Miller
2019-05-24 20:16   ` David Miller

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.