linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
@ 2020-11-21 18:58 William Breathitt Gray
  2020-11-23  9:50 ` Nicolas.Ferre
  0 siblings, 1 reply; 5+ messages in thread
From: William Breathitt Gray @ 2020-11-21 18:58 UTC (permalink / raw)
  To: jic23
  Cc: alexandre.belloni, linux-arm-kernel, linux-iio, linux-kernel,
	joe, William Breathitt Gray, Kamel Bouhara

Acked-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 Changes in v3:
  - Reorder entries to match preferred MAINTAINERS ordering

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 913b5eb64e44..1ee380dfe189 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2104,6 +2104,13 @@ S:	Supported
 F:	arch/arm64/boot/dts/microchip/
 N:	sparx5
 
+ARM/Microchip Timer Counter Block (TCB) Capture Driver
+M:	Kamel Bouhara <kamel.bouhara@bootlin.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:	linux-iio@vger.kernel.org
+S:	Maintained
+F:	drivers/counter/microchip-tcb-capture.c
+
 ARM/MIOA701 MACHINE SUPPORT
 M:	Robert Jarzmik <robert.jarzmik@free.fr>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
2.29.2


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

* Re: [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
  2020-11-21 18:58 [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer William Breathitt Gray
@ 2020-11-23  9:50 ` Nicolas.Ferre
  2020-11-23 12:30   ` William Breathitt Gray
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas.Ferre @ 2020-11-23  9:50 UTC (permalink / raw)
  To: vilhelm.gray, jic23
  Cc: kamel.bouhara, alexandre.belloni, linux-iio, linux-kernel, joe,
	linux-arm-kernel

On 21/11/2020 at 19:58, William Breathitt Gray wrote:
> Acked-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> ---
>   Changes in v3:
>    - Reorder entries to match preferred MAINTAINERS ordering
> 
>   MAINTAINERS | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 913b5eb64e44..1ee380dfe189 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2104,6 +2104,13 @@ S:       Supported
>   F:     arch/arm64/boot/dts/microchip/
>   N:     sparx5
> 
> +ARM/Microchip Timer Counter Block (TCB) Capture Driver

Nit: we don't use the ARM/Microchip string for drivers which could be 
multi-architecture. Only AT91 and Sparx5 families have these entries.

I'm not holding the patch for this:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> +M:     Kamel Bouhara <kamel.bouhara@bootlin.com>
> +L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +L:     linux-iio@vger.kernel.org
> +S:     Maintained
> +F:     drivers/counter/microchip-tcb-capture.c
> +
>   ARM/MIOA701 MACHINE SUPPORT
>   M:     Robert Jarzmik <robert.jarzmik@free.fr>
>   L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> --
> 2.29.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 


-- 
Nicolas Ferre

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

* Re: [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
  2020-11-23  9:50 ` Nicolas.Ferre
@ 2020-11-23 12:30   ` William Breathitt Gray
  2020-11-23 20:57     ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: William Breathitt Gray @ 2020-11-23 12:30 UTC (permalink / raw)
  To: jic23
  Cc: Nicolas.Ferre, kamel.bouhara, alexandre.belloni, linux-iio,
	linux-kernel, joe, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1922 bytes --]

On Mon, Nov 23, 2020 at 09:50:34AM +0000, Nicolas.Ferre@microchip.com wrote:
> On 21/11/2020 at 19:58, William Breathitt Gray wrote:
> > Acked-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> > Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> > ---
> >   Changes in v3:
> >    - Reorder entries to match preferred MAINTAINERS ordering
> > 
> >   MAINTAINERS | 7 +++++++
> >   1 file changed, 7 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 913b5eb64e44..1ee380dfe189 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2104,6 +2104,13 @@ S:       Supported
> >   F:     arch/arm64/boot/dts/microchip/
> >   N:     sparx5
> > 
> > +ARM/Microchip Timer Counter Block (TCB) Capture Driver
> 
> Nit: we don't use the ARM/Microchip string for drivers which could be 
> multi-architecture. Only AT91 and Sparx5 families have these entries.
> 
> I'm not holding the patch for this:
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Jonathan,

If you would like me to submit a v4 with the "ARM/" string removed, just
let me know. Otherwise, feel free to make an adjustment if you want when
you merge this.

Thanks,

William Breathitt Gray

> > +M:     Kamel Bouhara <kamel.bouhara@bootlin.com>
> > +L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > +L:     linux-iio@vger.kernel.org
> > +S:     Maintained
> > +F:     drivers/counter/microchip-tcb-capture.c
> > +
> >   ARM/MIOA701 MACHINE SUPPORT
> >   M:     Robert Jarzmik <robert.jarzmik@free.fr>
> >   L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > --
> > 2.29.2
> > 
> > 
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> > 
> 
> 
> -- 
> Nicolas Ferre

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
  2020-11-23 12:30   ` William Breathitt Gray
@ 2020-11-23 20:57     ` Jonathan Cameron
  2020-11-28 13:21       ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2020-11-23 20:57 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Nicolas.Ferre, kamel.bouhara, alexandre.belloni, linux-iio,
	linux-kernel, joe, linux-arm-kernel

On Mon, 23 Nov 2020 07:30:34 -0500
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> On Mon, Nov 23, 2020 at 09:50:34AM +0000, Nicolas.Ferre@microchip.com wrote:
> > On 21/11/2020 at 19:58, William Breathitt Gray wrote:  
> > > Acked-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> > > Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> > > ---
> > >   Changes in v3:
> > >    - Reorder entries to match preferred MAINTAINERS ordering
> > > 
> > >   MAINTAINERS | 7 +++++++
> > >   1 file changed, 7 insertions(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 913b5eb64e44..1ee380dfe189 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -2104,6 +2104,13 @@ S:       Supported
> > >   F:     arch/arm64/boot/dts/microchip/
> > >   N:     sparx5
> > > 
> > > +ARM/Microchip Timer Counter Block (TCB) Capture Driver  
> > 
> > Nit: we don't use the ARM/Microchip string for drivers which could be 
> > multi-architecture. Only AT91 and Sparx5 families have these entries.
> > 
> > I'm not holding the patch for this:
> > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>  
> 
> Jonathan,
> 
> If you would like me to submit a v4 with the "ARM/" string removed, just
> let me know. Otherwise, feel free to make an adjustment if you want when
> you merge this.

No problem, I'll tweak it when I pick it up.

Thanks,

Jonathan

> 
> Thanks,
> 
> William Breathitt Gray
> 
> > > +M:     Kamel Bouhara <kamel.bouhara@bootlin.com>
> > > +L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > +L:     linux-iio@vger.kernel.org
> > > +S:     Maintained
> > > +F:     drivers/counter/microchip-tcb-capture.c
> > > +
> > >   ARM/MIOA701 MACHINE SUPPORT
> > >   M:     Robert Jarzmik <robert.jarzmik@free.fr>
> > >   L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > --
> > > 2.29.2
> > > 
> > > 
> > > _______________________________________________
> > > linux-arm-kernel mailing list
> > > linux-arm-kernel@lists.infradead.org
> > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> > >   
> > 
> > 
> > -- 
> > Nicolas Ferre  


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

* Re: [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
  2020-11-23 20:57     ` Jonathan Cameron
@ 2020-11-28 13:21       ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2020-11-28 13:21 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Nicolas.Ferre, kamel.bouhara, alexandre.belloni, linux-iio,
	linux-kernel, joe, linux-arm-kernel

On Mon, 23 Nov 2020 20:57:37 +0000
Jonathan Cameron <jic23@kernel.org> wrote:

> On Mon, 23 Nov 2020 07:30:34 -0500
> William Breathitt Gray <vilhelm.gray@gmail.com> wrote:
> 
> > On Mon, Nov 23, 2020 at 09:50:34AM +0000, Nicolas.Ferre@microchip.com wrote:  
> > > On 21/11/2020 at 19:58, William Breathitt Gray wrote:    
> > > > Acked-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> > > > Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> > > > ---
> > > >   Changes in v3:
> > > >    - Reorder entries to match preferred MAINTAINERS ordering
> > > > 
> > > >   MAINTAINERS | 7 +++++++
> > > >   1 file changed, 7 insertions(+)
> > > > 
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > index 913b5eb64e44..1ee380dfe189 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -2104,6 +2104,13 @@ S:       Supported
> > > >   F:     arch/arm64/boot/dts/microchip/
> > > >   N:     sparx5
> > > > 
> > > > +ARM/Microchip Timer Counter Block (TCB) Capture Driver    
> > > 
> > > Nit: we don't use the ARM/Microchip string for drivers which could be 
> > > multi-architecture. Only AT91 and Sparx5 families have these entries.
> > > 
> > > I'm not holding the patch for this:
> > > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>    
> > 
> > Jonathan,
> > 
> > If you would like me to submit a v4 with the "ARM/" string removed, just
> > let me know. Otherwise, feel free to make an adjustment if you want when
> > you merge this.  
> 
> No problem, I'll tweak it when I pick it up.
Applied to the togreg branch of iio.git and pushed out as testing to be completely
ignored (other stuff on the branch obvious might get tested ;)

Jonathan

> 
> Thanks,
> 
> Jonathan
> 
> > 
> > Thanks,
> > 
> > William Breathitt Gray
> >   
> > > > +M:     Kamel Bouhara <kamel.bouhara@bootlin.com>
> > > > +L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > > +L:     linux-iio@vger.kernel.org
> > > > +S:     Maintained
> > > > +F:     drivers/counter/microchip-tcb-capture.c
> > > > +
> > > >   ARM/MIOA701 MACHINE SUPPORT
> > > >   M:     Robert Jarzmik <robert.jarzmik@free.fr>
> > > >   L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > > --
> > > > 2.29.2
> > > > 
> > > > 
> > > > _______________________________________________
> > > > linux-arm-kernel mailing list
> > > > linux-arm-kernel@lists.infradead.org
> > > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> > > >     
> > > 
> > > 
> > > -- 
> > > Nicolas Ferre    
> 


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

end of thread, other threads:[~2020-11-28 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 18:58 [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer William Breathitt Gray
2020-11-23  9:50 ` Nicolas.Ferre
2020-11-23 12:30   ` William Breathitt Gray
2020-11-23 20:57     ` Jonathan Cameron
2020-11-28 13:21       ` Jonathan Cameron

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