diff options
author | Richard Cochran <richardcochran@gmail.com> | 2011-04-22 06:04:31 -0400 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2011-05-23 16:10:19 -0400 |
commit | 32bd93e8f924c23b8cc2e2a12fef0d8cc9cda0c5 (patch) | |
tree | de808d7b959459c741b9999444dfc4a4460b1d2f /drivers/ptp/Makefile | |
parent | c78275f366c687b5b3ead3d99fc96d1f02d38a8e (diff) |
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>
Diffstat (limited to 'drivers/ptp/Makefile')
-rw-r--r-- | drivers/ptp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/Makefile b/drivers/ptp/Makefile index 480e2afdc999..f6933e83de72 100644 --- a/drivers/ptp/Makefile +++ b/drivers/ptp/Makefile | |||
@@ -4,3 +4,4 @@ | |||
4 | 4 | ||
5 | ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o | 5 | ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o |
6 | obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o | 6 | obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o |
7 | obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o | ||