aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time-armada-370-xp.h
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2012-06-13 18:58:09 +0200
committerArnd Bergmann <arnd@arndb.de>2012-07-10 15:47:46 +0200
commit6fe9cbd1119b3cd2595dabaf25a400eed95b170c (patch)
treeaa96492935ea17a43a3fcc8974bd6cd6556f5e6a /include/linux/time-armada-370-xp.h
parentLinux 3.5-rc5 (diff)
downloadlinux-dev-6fe9cbd1119b3cd2595dabaf25a400eed95b170c.tar.xz
linux-dev-6fe9cbd1119b3cd2595dabaf25a400eed95b170c.zip
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 <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Lior Amsalem <alior@marvell.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Yehuda Yitschak <yehuday@marvell.com> Tested-by: Lior Amsalem <alior@marvell.com> Acked-by: Andrew Lunn <andrew@lunn.ch> CC: Thomas Gleixner <tglx@linutronix.de> CC: John Stultz <johnstul@us.ibm.com>
Diffstat (limited to 'include/linux/time-armada-370-xp.h')
-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 <alior@marvell.com>
+ * Gregory CLEMENT <gregory.clement@free-electrons.com>
+ * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+ *
+ */
+#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