aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Ferre <[email protected]>2012-03-26 15:59:32 +0200
committerNicolas Ferre <[email protected]>2012-04-17 15:38:51 +0200
commite9cb1c5a5ba906d01bf49a27460bd357aa6089ab (patch)
tree81b4f80e79768b8eca10edec09e7783a9f493051
parentb414dc16f6ee64a23c525f80b924e44b0f0bee18 (diff)
MAINTAINERS: add entry for Atmel timer counter (TC)
Add an entry for the Timer Counter (TC) library and the clocksource driver that is using this library. Signed-off-by: Nicolas Ferre <[email protected]>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 74f53c5f72d4..a39d4eed389c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1363,6 +1363,13 @@ M: Nicolas Ferre <[email protected]>
S: Supported
F: drivers/spi/spi-atmel.*
+ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
+M: Nicolas Ferre <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+S: Supported
+F: drivers/misc/atmel_tclib.c
+F: drivers/clocksource/tcb_clksrc.c
+
ATMEL TSADCC DRIVER
M: Josh Wu <[email protected]>