summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2012-10-09 10:54:39 +0100
committerJames Hogan <james.hogan@imgtec.com>2013-02-06 13:11:34 +0000
commit3fedb0674fbc9c4f3ac5e63d35a6fc27b058f804 (patch)
tree956b4c82f04ec896e33a211082af3e7bb1f9bcc3 /MAINTAINERS
parent18d6f1f1d84e1b50c4ee473c15ce24fcb3a2ed66 (diff)
metag: Time keeping
Add time keeping code for metag. Meta hardware threads have 2 timers. The background timer (TXTIMER) is used as a free-running time base, and the interrupt timer (TXTIMERI) is used for the timer interrupt. Both counters traditionally count at approximately 1MHz. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: John Stultz <johnstul@us.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fc1c3fe80f5a..e99e58024467 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5040,6 +5040,7 @@ S: Supported
F: arch/metag/
F: Documentation/metag/
F: Documentation/devicetree/bindings/metag/
+F: drivers/clocksource/metag_generic.c
MICROBLAZE ARCHITECTURE
M: Michal Simek <monstr@monstr.eu>