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

Trivial merge