Merge branch 'ENETC-support-hardware-timestamping'
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2019 20:16:33 +0000 (13:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2019 20:16:33 +0000 (13:16 -0700)
Y.b. Lu says:

====================
ENETC: support hardware timestamping

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.
====================

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

Trivial merge