aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-03-10 01:55:53 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-11 15:46:16 -0700
commit7fbc415d7bd0ff0224eea53c678fa9f13f646b4f (patch)
treec297ef66294333f48c27de811864646aa52fb8c6 /MAINTAINERS
parent5047fb5d1dfcc92cf2133f246c1fe7b447ec4e5f (diff)
MAINTAINERS: add an entry for the PHC code
Some months ago, tglx asked me off list if I would maintain the PTP Hardware Clock code. Since then, the code has been fully merged, and I am actively looking after it. This patch makes it official. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Acked-by: John Stultz <john.stultz@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0d01192651e..209a386214c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5317,6 +5317,17 @@ L: cbe-oss-dev@lists.ozlabs.org
S: Maintained
F: drivers/block/ps3vram.c
+PTP HARDWARE CLOCK SUPPORT
+M: Richard Cochran <richardcochran@gmail.com>
+S: Maintained
+W: http://linuxptp.sourceforge.net/
+F: Documentation/ABI/testing/sysfs-ptp
+F: Documentation/ptp/*
+F: drivers/net/gianfar_ptp.c
+F: drivers/net/phy/dp83640*
+F: drivers/ptp/*
+F: include/linux/ptp_cl*
+
PTRACE SUPPORT
M: Roland McGrath <roland@redhat.com>
M: Oleg Nesterov <oleg@redhat.com>