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)
commitdaeceb2df3dfb16f936bc169b0e768bdedc6367f
tree92243414c9f400d8a6149ccda9cc10308075d1fa
parentdfb569f2b96e2075bdf80883677d40d86f6b19db
parent49401003e260736fa05a999e570bd21c770b3db4
Merge branch 'ENETC-support-hardware-timestamping'

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>