]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'stmmac-ptp'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 00:56:18 +0000 (19:56 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 00:56:18 +0000 (19:56 -0500)
commit744dfcb1d91499b6aec509d27a88b2821be22998
treeb6ed6bd0b935a1d69e1abb208151941926a61238
parent24803f38a5c0b6c57ed800b47e695f9ce474bc3a
parentee112c12ebd22baca85812175008ef584250e415
Merge branch 'stmmac-ptp'

Giuseppe Cavallaro says:

====================
stmmac: fix PTP support

This subset of patches aim to fix the PTP support
for the stmmac and especially for 4.x chip series.
While setting PTP on an ST box with 4.00a Ethernet
core, the kernel panics due to a broken settings
of the descriptors. The patches review the
register configuration, the algo used for configuring
the protocol, the way to get the timestamp inside
the RX/TX descriptors and, in the end, the statistics
displayed by ethtool.

V2: RESEND all the patches adding the Acked-by.
====================

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