]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63cf164c44676508ccd937b5fe812175af643248
tree92243414c9f400d8a6149ccda9cc10308075d1fa
parent02a416ccfdd3ed22a8958d4502f1acb988aba18d
parent9d17a53285a1fc2c8fcaf22e0360a4d805dcb1ea
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>