ptp: Added a clock that uses the eTSEC found on the MPC85xx.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 22 Apr 2011 10:03:54 +0000 (12:03 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 23 May 2011 20:10:14 +0000 (13:10 -0700)
commitc78275f366c687b5b3ead3d99fc96d1f02d38a8e
tree279a8cccfc56fd347b4864c3f400935f18244a5f
parentd94ba80ebbea17f036cecb104398fbcd788aa742
ptp: Added a clock that uses the eTSEC found on the MPC85xx.

The eTSEC includes a PTP clock with quite a few features. This patch adds
support for the basic clock adjustment functions, plus two external time
stamps, one alarm, and the PPS callback.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
arch/powerpc/boot/dts/mpc8313erdb.dts
arch/powerpc/boot/dts/mpc8572ds.dts
arch/powerpc/boot/dts/p2020ds.dts
arch/powerpc/boot/dts/p2020rdb.dts
drivers/net/Makefile
drivers/net/gianfar_ptp.c [new file with mode: 0644]
drivers/ptp/Kconfig