linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch v2] MAINTAINERS: intel_telemetry: Update maintainers info
@ 2018-10-09 14:18 Rajneesh Bhardwaj
  2018-10-09 17:46 ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Rajneesh Bhardwaj @ 2018-10-09 14:18 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: dvhart, andy, linux-kernel, rajneesh.bhardwaj, david.e.box,
	Rajneesh Bhardwaj

Add myself and David as the new maintainers for Intel Telemetry driver
since Souvik no longer works with Intel. David and I work on power
management and debug related drivers which are pretty close to this one
in terms of functionalities so volunteering for the task.

Signed-off-by: Box, David E <david.e.box@linux.intel.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 22065048d89d..f33ebd1b8034 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7530,7 +7530,8 @@ F:	arch/x86/crypto/sha*-mb/
 F:	crypto/mcryptd.c
 
 INTEL TELEMETRY DRIVER
-M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
+M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
+M:	Box, David E <david.e.box@linux.intel.com>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	arch/x86/include/asm/intel_telemetry.h
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [Patch v2] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-09 14:18 [Patch v2] MAINTAINERS: intel_telemetry: Update maintainers info Rajneesh Bhardwaj
@ 2018-10-09 17:46 ` Joe Perches
  2018-10-12 16:28   ` [PATCH V3] " David E. Box
  0 siblings, 1 reply; 7+ messages in thread
From: Joe Perches @ 2018-10-09 17:46 UTC (permalink / raw)
  To: Rajneesh Bhardwaj, platform-driver-x86
  Cc: dvhart, andy, linux-kernel, rajneesh.bhardwaj, david.e.box

On Tue, 2018-10-09 at 19:48 +0530, Rajneesh Bhardwaj wrote:
> Add myself and David as the new maintainers for Intel Telemetry driver
> since Souvik no longer works with Intel. David and I work on power
> management and debug related drivers which are pretty close to this one
> in terms of functionalities so volunteering for the task.
> 
> Signed-off-by: Box, David E <david.e.box@linux.intel.com>
> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22065048d89d..f33ebd1b8034 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7530,7 +7530,8 @@ F:	arch/x86/crypto/sha*-mb/
>  F:	crypto/mcryptd.c
>  
>  INTEL TELEMETRY DRIVER
> -M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
> +M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> +M:	Box, David E <david.e.box@linux.intel.com>

It is better to quote your name when it uses
non-alphabetic characters like periods and commas.

Especially the comma because that is commonly used
by email clients as a multiple address separator so
it makes copy/paste use error-prone.

It's also likely better to use a more typical
"First <Initial> Last" name style. 

>  L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
>  F:	arch/x86/include/asm/intel_telemetry.hch mor


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH V3] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-09 17:46 ` Joe Perches
@ 2018-10-12 16:28   ` David E. Box
  2018-10-12 16:46     ` Joe Perches
  2018-10-19 14:02     ` Andy Shevchenko
  0 siblings, 2 replies; 7+ messages in thread
From: David E. Box @ 2018-10-12 16:28 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: dvhart, andy, linux-kernel, rajneesh.bhardwaj, David E. Box

Remove Souvik who has left this role. Add Rajneesh and David who work
jointly on telemetry updates for new platforms.

Signed-off-by: David E. Box <david.e.box@intel.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
---

	V3: Change signoff format

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 544cac829cf4..cbe1595db4a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7355,7 +7355,8 @@ F:	arch/x86/crypto/sha*-mb
 F:	crypto/mcryptd.c
 
 INTEL TELEMETRY DRIVER
-M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
+M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
+M:	"David E. Box" <david.e.box@linux.intel.com>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	arch/x86/include/asm/intel_telemetry.h
-- 
2.14.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH V3] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-12 16:28   ` [PATCH V3] " David E. Box
@ 2018-10-12 16:46     ` Joe Perches
  2018-10-16 15:51       ` Andy Shevchenko
  2018-10-19 14:02     ` Andy Shevchenko
  1 sibling, 1 reply; 7+ messages in thread
From: Joe Perches @ 2018-10-12 16:46 UTC (permalink / raw)
  To: David E. Box, platform-driver-x86
  Cc: dvhart, andy, linux-kernel, rajneesh.bhardwaj

On Fri, 2018-10-12 at 09:28 -0700, David E. Box wrote:
> Remove Souvik who has left this role. Add Rajneesh and David who work
> jointly on telemetry updates for new platforms.
> 
> Signed-off-by: David E. Box <david.e.box@intel.com>
> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -7355,7 +7355,8 @@ F:	arch/x86/crypto/sha*-mb
>  F:	crypto/mcryptd.c
>  
>  INTEL TELEMETRY DRIVER
> -M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
> +M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> +M:	"David E. Box" <david.e.box@linux.intel.com>
>  L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained

	S: Status, one of the following:
	   Supported:	Someone is actually paid to look after this.
	   Maintained:	Someone actually looks after it.

Perhaps this is driver status should be marked

	"S:	Supported"

>  F:	arch/x86/include/asm/intel_telemetry.h


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH V3] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-12 16:46     ` Joe Perches
@ 2018-10-16 15:51       ` Andy Shevchenko
  2018-10-19 14:02         ` Andy Shevchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2018-10-16 15:51 UTC (permalink / raw)
  To: Joe Perches
  Cc: Box, David E, Platform Driver, Darren Hart, Andy Shevchenko,
	Linux Kernel Mailing List, rajneesh.bhardwaj

On Fri, Oct 12, 2018 at 7:46 PM Joe Perches <joe@perches.com> wrote:
>
> On Fri, 2018-10-12 at 09:28 -0700, David E. Box wrote:
> > Remove Souvik who has left this role. Add Rajneesh and David who work
> > jointly on telemetry updates for new platforms.
> >
> > Signed-off-by: David E. Box <david.e.box@intel.com>
> > Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -7355,7 +7355,8 @@ F:      arch/x86/crypto/sha*-mb
> >  F:   crypto/mcryptd.c
> >
> >  INTEL TELEMETRY DRIVER
> > -M:   Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
> > +M:   Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> > +M:   "David E. Box" <david.e.box@linux.intel.com>
> >  L:   platform-driver-x86@vger.kernel.org
> >  S:   Maintained
>
>         S: Status, one of the following:
>            Supported:   Someone is actually paid to look after this.
>            Maintained:  Someone actually looks after it.
>
> Perhaps this is driver status should be marked
>
>         "S:     Supported"
>
> >  F:   arch/x86/include/asm/intel_telemetry.h

Thanks, Joe.
I may fix it when applying.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH V3] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-16 15:51       ` Andy Shevchenko
@ 2018-10-19 14:02         ` Andy Shevchenko
  0 siblings, 0 replies; 7+ messages in thread
From: Andy Shevchenko @ 2018-10-19 14:02 UTC (permalink / raw)
  To: Joe Perches
  Cc: Box, David E, Platform Driver, Darren Hart, Andy Shevchenko,
	Linux Kernel Mailing List, rajneesh.bhardwaj

On Tue, Oct 16, 2018 at 6:51 PM Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
>
> On Fri, Oct 12, 2018 at 7:46 PM Joe Perches <joe@perches.com> wrote:
> >
> > On Fri, 2018-10-12 at 09:28 -0700, David E. Box wrote:
> > > Remove Souvik who has left this role. Add Rajneesh and David who work
> > > jointly on telemetry updates for new platforms.
> > >
> > > Signed-off-by: David E. Box <david.e.box@intel.com>
> > > Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > > @@ -7355,7 +7355,8 @@ F:      arch/x86/crypto/sha*-mb
> > >  F:   crypto/mcryptd.c
> > >
> > >  INTEL TELEMETRY DRIVER
> > > -M:   Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
> > > +M:   Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> > > +M:   "David E. Box" <david.e.box@linux.intel.com>
> > >  L:   platform-driver-x86@vger.kernel.org
> > >  S:   Maintained
> >
> >         S: Status, one of the following:
> >            Supported:   Someone is actually paid to look after this.
> >            Maintained:  Someone actually looks after it.
> >
> > Perhaps this is driver status should be marked
> >
> >         "S:     Supported"
> >
> > >  F:   arch/x86/include/asm/intel_telemetry.h
>
> Thanks, Joe.
> I may fix it when applying.

Hmm... Since it's not related to the change done in the patch I would
do rather a separate one. And moreover hear an opinion from Darren. I
don't remember if we have any rule of thumb for the drivers to be only
"supported" and not "maintained".

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH V3] MAINTAINERS: intel_telemetry: Update maintainers info
  2018-10-12 16:28   ` [PATCH V3] " David E. Box
  2018-10-12 16:46     ` Joe Perches
@ 2018-10-19 14:02     ` Andy Shevchenko
  1 sibling, 0 replies; 7+ messages in thread
From: Andy Shevchenko @ 2018-10-19 14:02 UTC (permalink / raw)
  To: Box, David E
  Cc: Platform Driver, Darren Hart, Andy Shevchenko,
	Linux Kernel Mailing List, rajneesh.bhardwaj

On Fri, Oct 12, 2018 at 7:29 PM David E. Box <david.e.box@intel.com> wrote:
>
> Remove Souvik who has left this role. Add Rajneesh and David who work
> jointly on telemetry updates for new platforms.
>

Pushed to my reviewing and testing queue, thanks!

> Signed-off-by: David E. Box <david.e.box@intel.com>
> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> ---
>
>         V3: Change signoff format
>
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 544cac829cf4..cbe1595db4a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7355,7 +7355,8 @@ F:        arch/x86/crypto/sha*-mb
>  F:     crypto/mcryptd.c
>
>  INTEL TELEMETRY DRIVER
> -M:     Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
> +M:     Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
> +M:     "David E. Box" <david.e.box@linux.intel.com>
>  L:     platform-driver-x86@vger.kernel.org
>  S:     Maintained
>  F:     arch/x86/include/asm/intel_telemetry.h
> --
> 2.14.4
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-19 14:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 14:18 [Patch v2] MAINTAINERS: intel_telemetry: Update maintainers info Rajneesh Bhardwaj
2018-10-09 17:46 ` Joe Perches
2018-10-12 16:28   ` [PATCH V3] " David E. Box
2018-10-12 16:46     ` Joe Perches
2018-10-16 15:51       ` Andy Shevchenko
2018-10-19 14:02         ` Andy Shevchenko
2018-10-19 14:02     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).