aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGregory CLEMENT <[email protected]>2012-06-13 18:58:09 +0200
committerArnd Bergmann <[email protected]>2012-07-10 15:47:46 +0200
commit6fe9cbd1119b3cd2595dabaf25a400eed95b170c (patch)
treeaa96492935ea17a43a3fcc8974bd6cd6556f5e6a /include/linux
parent6887a4131da3adaab011613776d865f4bcfb5678 (diff)
clocksource: time-armada-370-xp: Marvell Armada 370/XP SoC timer driver
Timer 0 is used as free-running clocksource, while timer 1 is used as clock_event_device. Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Lior Amsalem <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]> Tested-by: Yehuda Yitschak <[email protected]> Tested-by: Lior Amsalem <[email protected]> Acked-by: Andrew Lunn <[email protected]> CC: Thomas Gleixner <[email protected]> CC: John Stultz <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/time-armada-370-xp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/time-armada-370-xp.h b/include/linux/time-armada-370-xp.h
new file mode 100644
index 000000000000..dfdfdc03115b
--- /dev/null
+++ b/include/linux/time-armada-370-xp.h
@@ -0,0 +1,18 @@
+/*
+ * Marvell Armada 370/XP SoC timer handling.
+ *
+ * Copyright (C) 2012 Marvell
+ *
+ * Lior Amsalem <[email protected]>
+ * Gregory CLEMENT <[email protected]>
+ * Thomas Petazzoni <[email protected]>
+ *
+ */
+#ifndef __TIME_ARMADA_370_XPPRCMU_H
+#define __TIME_ARMADA_370_XPPRCMU_H
+
+#include <linux/init.h>
+
+void __init armada_370_xp_timer_init(void);
+
+#endif