]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sfc: Disable PTP on EF10 until we're ready to handle inline RX timestamps
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 5 Sep 2013 21:37:08 +0000 (22:37 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Wed, 11 Sep 2013 14:28:27 +0000 (15:28 +0100)
commit8b59f017e4c3f6d30427440014aba8ac25ccb867
treea1cf119a9e0f0ea2626db6ed8d5e604665b2c760
parent9a12a30627f76f839e81beba243371a60a5aa1db
sfc: Disable PTP on EF10 until we're ready to handle inline RX timestamps

Unlike Siena where timestamping is provided by a peripheral, EF10
delivers RX timestamps in the packet prefix.  However the driver
doesn't yet support this.

We are also creating a PHC device for each EF10 function, even though
the clock is really shared between all of them.

Disable hardware PTP/timestamping support until it's complete.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/ef10.c