diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-06-13 18:58:09 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-10 15:47:46 +0200 |
commit | 6fe9cbd1119b3cd2595dabaf25a400eed95b170c (patch) | |
tree | aa96492935ea17a43a3fcc8974bd6cd6556f5e6a /include/linux/time-armada-370-xp.h | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) | |
download | talos-obmc-linux-6fe9cbd1119b3cd2595dabaf25a400eed95b170c.tar.gz talos-obmc-linux-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.h | 18 |
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 |