[PATCH] MAINTAINERS: Update maintainers for ptp_vmw driver

Srivatsa S. Bhat posted 1 patch 3 years, 3 months ago
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update maintainers for ptp_vmw driver
Posted by Srivatsa S. Bhat 3 years, 3 months ago
From: "Srivatsa S. Bhat (VMware)" <srivatsa@csail.mit.edu>

Vivek has decided to transfer the maintainership of the VMware virtual
PTP clock driver (ptp_vmw) to Srivatsa and Deep. Update the
MAINTAINERS file to reflect this change, and also add Alexey as a
reviewer for the driver.

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Acked-by: Vivek Thampi <vivek@vivekthampi.com>
Acked-by: Deep Shah <sdeep@vmware.com>
Acked-by: Alexey Makhalov <amakhalov@vmware.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7f86d02cb427..ea941dc469fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22246,7 +22246,9 @@ F:	drivers/scsi/vmw_pvscsi.c
 F:	drivers/scsi/vmw_pvscsi.h
 
 VMWARE VIRTUAL PTP CLOCK DRIVER
-M:	Vivek Thampi <vithampi@vmware.com>
+M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
+M:	Deep Shah <sdeep@vmware.com>
+R:	Alexey Makhalov <amakhalov@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	netdev@vger.kernel.org
 S:	Supported
-- 
2.25.1
Re: [PATCH] MAINTAINERS: Update maintainers for ptp_vmw driver
Posted by Jakub Kicinski 3 years, 3 months ago
On Tue,  3 Jan 2023 14:09:41 -0800 Srivatsa S. Bhat wrote:
> From: "Srivatsa S. Bhat (VMware)" <srivatsa@csail.mit.edu>
> 
> Vivek has decided to transfer the maintainership of the VMware virtual
> PTP clock driver (ptp_vmw) to Srivatsa and Deep. Update the
> MAINTAINERS file to reflect this change, and also add Alexey as a
> reviewer for the driver.
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> Acked-by: Vivek Thampi <vivek@vivekthampi.com>
> Acked-by: Deep Shah <sdeep@vmware.com>
> Acked-by: Alexey Makhalov <amakhalov@vmware.com>

Applied, thanks!