Merge branch 'Fully-describe-the-waveform-for-PTP-periodic-output'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 02:22:57 +0000 (19:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 02:23:33 +0000 (19:23 -0700)
commit120c7dd52213d86ca65a76127b9a69b1cae132d0
tree6303c3b6958fdc5286c46b9ec3db56c0ab651a68
parenteba75c587e811d3249c8bd50d22bb2266ccd3c0f
parentecf9f9b77c637a3d9347a7c85b33964abac989ac
Merge branch 'Fully-describe-the-waveform-for-PTP-periodic-output'

Vladimir Oltean says:

====================
Fully describe the waveform for PTP periodic output

While using the ancillary pin functionality of PTP hardware clocks to
synchronize multiple DSA switches on a board, a need arised to be able
to configure the duty cycle of the master of this PPS hierarchy.

Also, the PPS master is not able to emit PPS starting from arbitrary
absolute times, so a new flag is introduced to support such hardware
without making guesses.

With these patches, struct ptp_perout_request now basically describes a
general-purpose square wave.

Changes in v2:
Made sure this applies to net-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>