diff mbox

[net-next,1/1] MAINTAINERS: add an entry for the PHC code

Message ID 24d5bd16fdf73810d57fe1756401277f92628e71.1331380050.git.richardcochran@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Richard Cochran March 10, 2012, 11:55 a.m. UTC
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>
---
 MAINTAINERS |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

Comments

David Miller March 11, 2012, 10:46 p.m. UTC | #1
From: Richard Cochran <richardcochran@gmail.com>
Date: Sat, 10 Mar 2012 12:55:53 +0100

> 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0d01192..209a3862 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>