All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: sparx5: Add PTP Hardware Clock support
@ 2022-03-04 11:08 ` Horatiu Vultur
  0 siblings, 0 replies; 22+ messages in thread
From: Horatiu Vultur @ 2022-03-04 11:08 UTC (permalink / raw)
  To: netdev, devicetree, linux-arm-kernel, linux-kernel
  Cc: davem, kuba, robh+dt, UNGLinuxDriver, casper.casan,
	richardcochran, Horatiu Vultur

Add support for PTP Hardware Clock (PHC) for sparx5.

Horatiu Vultur (9):
  net: sparx5: Move ifh from port to local variable
  dt-bindings: net: sparx5: Extend with the ptp interrupt
  dts: sparx5: Enable ptp interrupt
  net: sparx5: Add registers that are used by ptp functionality
  net: sparx5: Add support for ptp clocks
  net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
  net: sparx5: Update extraction/injection for timestamping
  net: sparx5: Add support for ptp interrupts
  net: sparx5: Implement get_ts_info

 .../bindings/net/microchip,sparx5-switch.yaml |   2 +
 arch/arm64/boot/dts/microchip/sparx5.dtsi     |   5 +-
 .../net/ethernet/microchip/sparx5/Makefile    |   3 +-
 .../microchip/sparx5/sparx5_ethtool.c         |  34 +
 .../ethernet/microchip/sparx5/sparx5_fdma.c   |   2 +
 .../ethernet/microchip/sparx5/sparx5_main.c   |  21 +
 .../ethernet/microchip/sparx5/sparx5_main.h   |  66 +-
 .../microchip/sparx5/sparx5_main_regs.h       | 335 ++++++++-
 .../ethernet/microchip/sparx5/sparx5_netdev.c |  42 +-
 .../ethernet/microchip/sparx5/sparx5_packet.c |  37 +-
 .../ethernet/microchip/sparx5/sparx5_ptp.c    | 685 ++++++++++++++++++
 11 files changed, 1221 insertions(+), 11 deletions(-)
 create mode 100644 drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c

-- 
2.33.0


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

end of thread, other threads:[~2022-03-04 13:12 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 11:08 [PATCH net-next 0/9] net: sparx5: Add PTP Hardware Clock support Horatiu Vultur
2022-03-04 11:08 ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 1/9] net: sparx5: Move ifh from port to local variable Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 2/9] dt-bindings: net: sparx5: Extend with the ptp interrupt Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 3/9] dts: sparx5: Enable " Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 4/9] net: sparx5: Add registers that are used by ptp functionality Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 5/9] net: sparx5: Add support for ptp clocks Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 6/9] net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 7/9] net: sparx5: Update extraction/injection for timestamping Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:08 ` [PATCH net-next 8/9] net: sparx5: Add support for ptp interrupts Horatiu Vultur
2022-03-04 11:08   ` Horatiu Vultur
2022-03-04 11:09 ` [PATCH net-next 9/9] net: sparx5: Implement get_ts_info Horatiu Vultur
2022-03-04 11:09   ` Horatiu Vultur
2022-03-04 13:10 ` [PATCH net-next 0/9] net: sparx5: Add PTP Hardware Clock support patchwork-bot+netdevbpf
2022-03-04 13:10   ` patchwork-bot+netdevbpf

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.