]> Git Repo - linux.git/commit
cpts: introduce time stamping code and a PTP hardware clock.
authorRichard Cochran <[email protected]>
Mon, 29 Oct 2012 08:45:16 +0000 (08:45 +0000)
committerDavid S. Miller <[email protected]>
Thu, 1 Nov 2012 16:21:30 +0000 (12:21 -0400)
commit87c0e764d43aca7f8bae8bfa86c50fa715e80050
tree0895740b527ca8b82b6e60dea2bda6b518ea5fba
parent9750a3ade7b635a18f04371b4fddad0de0b4e6d8
cpts: introduce time stamping code and a PTP hardware clock.

This patch adds a driver for the CPTS that offers time
stamping and a PTP hardware clock. Because some of the
CPTS hardware variants (like the am335x) do not support
frequency adjustment, we have implemented this in software
by changing the multiplication factor of the timecounter.

Signed-off-by: Richard Cochran <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/ti/Kconfig
drivers/net/ethernet/ti/Makefile
drivers/net/ethernet/ti/cpts.c [new file with mode: 0644]
drivers/net/ethernet/ti/cpts.h [new file with mode: 0644]
This page took 0.046057 seconds and 4 git commands to generate.