diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2013-09-05 17:37:08 -0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-09-11 10:28:27 -0400 |
commit | 8b59f017e4c3f6d30427440014aba8ac25ccb867 (patch) | |
tree | a1cf119a9e0f0ea2626db6ed8d5e604665b2c760 /drivers/net | |
parent | 9a12a30627f76f839e81beba243371a60a5aa1db (diff) |
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/sfc/ef10.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c index 5f42313b4965..357a6e5229c7 100644 --- a/drivers/net/ethernet/sfc/ef10.c +++ b/drivers/net/ethernet/sfc/ef10.c | |||
@@ -260,8 +260,6 @@ static int efx_ef10_probe(struct efx_nic *efx) | |||
260 | if (rc) | 260 | if (rc) |
261 | goto fail3; | 261 | goto fail3; |
262 | 262 | ||
263 | efx_ptp_probe(efx); | ||
264 | |||
265 | return 0; | 263 | return 0; |
266 | 264 | ||
267 | fail3: | 265 | fail3: |