ptp: Added a clock driver for the IXP46x.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 22 Apr 2011 10:04:31 +0000 (12:04 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 23 May 2011 20:10:19 +0000 (13:10 -0700)
commit32bd93e8f924c23b8cc2e2a12fef0d8cc9cda0c5
treede808d7b959459c741b9999444dfc4a4460b1d2f
parentc78275f366c687b5b3ead3d99fc96d1f02d38a8e
ptp: Added a clock driver for the IXP46x.

This patch adds a driver for the hardware time stamping unit found on the
IXP465. The basic clock operations and an external trigger are implemented.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: John Stultz <john.stultz@linaro.org>
Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: John Stultz <john.stultz@linaro.org>
arch/arm/mach-ixp4xx/include/mach/ixp46x_ts.h [new file with mode: 0644]
drivers/net/arm/ixp4xx_eth.c
drivers/ptp/Kconfig
drivers/ptp/Makefile
drivers/ptp/ptp_ixp46x.c [new file with mode: 0644]