]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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)
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

index 5f42313b4965a3013f5e28c907895783aa5206cb..357a6e5229c792923ee29ace50a3256142981881 100644 (file)
@@ -260,8 +260,6 @@ static int efx_ef10_probe(struct efx_nic *efx)
        if (rc)
                goto fail3;
 
-       efx_ptp_probe(efx);
-
        return 0;
 
 fail3: