linux-sg2042/Documentation/networking/timestamping
Willem de Bruijn 4d276eb6a4 net: remove deprecated syststamp timestamp
The SO_TIMESTAMPING API defines three types of timestamps: software,
hardware in raw format (hwtstamp) and hardware converted to system
format (syststamp). The last has been deprecated in favor of combining
hwtstamp with a PTP clock driver. There are no active users in the
kernel.

The option was device driver dependent. If set, but without hardware
support, the correct behavior is to return zero in the relevant field
in the SCM_TIMESTAMPING ancillary message. Without device drivers
implementing the option, this field is effectively always zero.

Remove the internal plumbing to dissuage new drivers from implementing
the feature. Keep the SOF_TIMESTAMPING_SYS_HARDWARE flag, however, to
avoid breaking existing applications that request the timestamp.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-29 11:39:50 -07:00
..
.gitignore net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP 2013-11-22 20:10:53 +00:00
Makefile net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP 2013-11-22 20:10:53 +00:00
hwtstamp_config.c net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP 2013-11-22 20:10:53 +00:00
timestamping.c net: remove deprecated syststamp timestamp 2014-07-29 11:39:50 -07:00