2023-01-03 23:35:32

by Srivatsa S. Bhat

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update maintainers for ptp_vmw driver

From: "Srivatsa S. Bhat (VMware)" <[email protected]>

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) <[email protected]>
Acked-by: Vivek Thampi <[email protected]>
Acked-by: Deep Shah <[email protected]>
Acked-by: Alexey Makhalov <[email protected]>
---
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 <[email protected]>
+M: Srivatsa S. Bhat (VMware) <[email protected]>
+M: Deep Shah <[email protected]>
+R: Alexey Makhalov <[email protected]>
R: VMware PV-Drivers Reviewers <[email protected]>
L: [email protected]
S: Supported
--
2.25.1


2023-01-05 04:46:57

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update maintainers for ptp_vmw driver

On Tue, 3 Jan 2023 14:09:41 -0800 Srivatsa S. Bhat wrote:
> From: "Srivatsa S. Bhat (VMware)" <[email protected]>
>
> 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) <[email protected]>
> Acked-by: Vivek Thampi <[email protected]>
> Acked-by: Deep Shah <[email protected]>
> Acked-by: Alexey Makhalov <[email protected]>

Applied, thanks!