diff mbox series

[RFC,v2,11/11] MAINTAINERS: Added HTE Subsystem

Message ID 20210930232617.6396-12-dipenp@nvidia.com
State Superseded
Headers show
Series Intro to Hardware timestamping engine | expand

Commit Message

Dipen Patel Sept. 30, 2021, 11:26 p.m. UTC
Added myself as a maintainer for this new Hardware Timestamping Engine
(HTE) subsystem.

Signed-off-by: Dipen Patel <dipenp@nvidia.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Randy Dunlap Oct. 2, 2021, 12:08 a.m. UTC | #1
On 9/30/21 4:26 PM, Dipen Patel wrote:
> Added myself as a maintainer for this new Hardware Timestamping Engine
> (HTE) subsystem.
> 
> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
> ---
>   MAINTAINERS | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index abd0dd5aa003..03ae8056c35b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8659,6 +8659,14 @@ L:	linux-input@vger.kernel.org
>   S:	Maintained
>   F:	drivers/input/touchscreen/htcpen.c
>   
> +HTE SUBSYSTEM
> +M:	dipenp@nvidia.com

Please update as documented:
	M: *Mail* patches to: FullName <address@domain>


> +S:	Maintained
> +F:	drivers/hte/*
> +F:	include/linux/hte.h
> +F:	Documentation/hte/*
> +F:	Documentation/devicetree/bindings/hte/*
> +
>   HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
>   M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
>   L:	linux-iio@vger.kernel.org
>
Joe Perches Oct. 2, 2021, 4 a.m. UTC | #2
On Fri, 2021-10-01 at 17:08 -0700, Randy Dunlap wrote:
> On 9/30/21 4:26 PM, Dipen Patel wrote:
> > Added myself as a maintainer for this new Hardware Timestamping Engine
> > (HTE) subsystem.
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > +S:	Maintained
> > +F:	drivers/hte/*
> > +F:	include/linux/hte.h
> > +F:	Documentation/hte/*
> > +F:	Documentation/devicetree/bindings/hte/*

And using * does not support any possible subdirectory

Likely these should be:

F:	drivers/hte/
F:	include/linux/hte.h
F:	Documentation/hte/
F:	Documentation/devicetree/bindings/hte/
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index abd0dd5aa003..03ae8056c35b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8659,6 +8659,14 @@  L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/touchscreen/htcpen.c
 
+HTE SUBSYSTEM
+M:	dipenp@nvidia.com
+S:	Maintained
+F:	drivers/hte/*
+F:	include/linux/hte.h
+F:	Documentation/hte/*
+F:	Documentation/devicetree/bindings/hte/*
+
 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
 M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
 L:	linux-iio@vger.kernel.org