OSDN Git Service

Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Jan 2020 02:44:48 +0000 (18:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jan 2020 02:44:48 +0000 (18:44 -0800)
commit5528e0d7f1511e7cb2d84677051c1af5bbf22f96
tree5adb2eae017bc3784acac5aea4974dc923d56abd
parent1b935183aeff11256b20a490b5ed37116b054fe2
parenta299df3524eabc1def8e93bf005b07ea396ff2bd
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
1GbE Intel Wired LAN Driver Updates 2020-01-06

This series contains updates to igc to add basic support for
timestamping.

Vinicius adds basic support for timestamping and enables ptp4l/phc2sys
to work with i225 devices.  Initially, adds the ability to read and
adjust the PHC clock.  Patches 2 & 3 enable and retrieve hardware
timestamps.  Patch 4 implements the ethtool ioctl that ptp4l uses to
check what timestamping methods are supported.  Lastly, added support to
do timestamping using the "Start of Packet" signal from the PHY, which
is now supported in i225 devices.

While i225 does support multiple PTP domains, with multiple timestamping
registers, we currently only support one PTP domain and use only one of
the timestamping registers for implementation purposes.
====================

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