Thread (45 messages) 45 messages, 4 authors, 2018-01-04
STALE3075d REVIEWED: 1 (0M)
Revisions (6)
  1. v1 [diff vs current]
  2. v2 [diff vs current]
  3. v3 [diff vs current]
  4. v5 current
  5. v6 [diff vs current]
  6. v7 [diff vs current]

[PATCH v5 25/39] nds32: Generic timers support

From: Greentime Hu <hidden>
Date: 2018-01-02 08:33:43
Also in: linux-arch, linux-devicetree, linux-serial, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

From: Greentime Hu <redacted>

This patch adds support for timer.

Signed-off-by: Vincent Chen <redacted>
Signed-off-by: Greentime Hu <redacted>
Reviewed-by: Linus Walleij <redacted>
---
 arch/nds32/kernel/time.c |   11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 arch/nds32/kernel/time.c
diff --git a/arch/nds32/kernel/time.c b/arch/nds32/kernel/time.c
new file mode 100644
index 0000000..ac9d78c
--- /dev/null
+++ b/arch/nds32/kernel/time.c
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2005-2017 Andes Technology Corporation
+
+#include <linux/clocksource.h>
+#include <linux/clk-provider.h>
+
+void __init time_init(void)
+{
+	of_clk_init(NULL);
+	timer_probe();
+}
-- 
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help