Files
linux/drivers
Russell King bfd4ecdd87 net: fec: consolidate hwtstamp implementation
Both transmit and receive use the same infrastructure for calculating
the packet timestamp.  Rather than duplicating the code, provide a
function to do this common work.  Model this function in the Intel
e1000e version which avoids calling ns_to_ktime() within the spinlock;
the spinlock is critical for timecounter_cyc2time() but not
ns_to_ktime().

Acked-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-08 20:57:46 -07:00
..
2014-06-23 16:47:44 -07:00
2014-07-07 16:32:16 -04:00
2014-06-17 14:28:04 +02:00
2014-05-27 17:38:11 -07:00
2014-05-26 21:27:09 +02:00
2014-06-23 09:22:48 +03:00