linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] Add PPS support to am65-cpts driver
@ 2023-01-16  8:55 Siddharth Vadapalli
  2023-01-16  8:55 ` [PATCH net-next v2 1/3] dt-binding: net: ti: am65x-cpts: add 'ti,pps' property Siddharth Vadapalli
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Siddharth Vadapalli @ 2023-01-16  8:55 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski,
	krzysztof.kozlowski+dt, vigneshr, rogerq, nsekhar
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, srk, s-vadapalli

The CPTS hardware doesn't support PPS signal generation. Using the GenFx
(periodic signal generator) function, it is possible to model a PPS signal
followed by routing it via the time sync router to the CPTS_HWy_TS_PUSH
(hardware time stamp) input, in order to generate timestamps at 1 second
intervals.

This series adds driver support for enabling PPS signal generation.
Additionally, the documentation for the am65-cpts driver is updated with
the bindings for the "ti,pps" property, which is used to inform the
pair [CPTS_HWy_TS_PUSH, GenFx] to the cpts driver.

Changes from v1:
1. Drop device-tree patches.
2. Address Roger's comments on the:
   "net: ethernet: ti: am65-cpts: add pps support" patch.
3. Collect Reviewed-by tag from Rob Herring.

v1:
https://lore.kernel.org/r/20230111114429.1297557-1-s-vadapalli@ti.com/

Grygorii Strashko (3):
  dt-binding: net: ti: am65x-cpts: add 'ti,pps' property
  net: ethernet: ti: am65-cpts: add pps support
  net: ethernet: ti: am65-cpts: adjust pps following ptp changes

 .../bindings/net/ti,k3-am654-cpts.yaml        |   8 +
 drivers/net/ethernet/ti/am65-cpts.c           | 155 ++++++++++++++++--
 2 files changed, 148 insertions(+), 15 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-18 13:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  8:55 [PATCH net-next v2 0/3] Add PPS support to am65-cpts driver Siddharth Vadapalli
2023-01-16  8:55 ` [PATCH net-next v2 1/3] dt-binding: net: ti: am65x-cpts: add 'ti,pps' property Siddharth Vadapalli
2023-01-16  8:55 ` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpts: add pps support Siddharth Vadapalli
2023-01-16 16:09   ` Roger Quadros
2023-01-16  8:55 ` [PATCH net-next v2 3/3] net: ethernet: ti: am65-cpts: adjust pps following ptp changes Siddharth Vadapalli
2023-01-16 16:09   ` Roger Quadros
2023-01-18 13:10 ` [PATCH net-next v2 0/3] Add PPS support to am65-cpts driver 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).