linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
@ 2022-02-07 18:46 Michael Walle
  2022-02-14 14:15 ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Walle @ 2022-02-07 18:46 UTC (permalink / raw)
  To: soc, linux-kernel; +Cc: Lee Jones, Arnd Bergmann, Olof Johansson, Michael Walle

The sl28cpld is a management controller found on the Kontron SMARC-sAL28
board for now. Support for it was added by me quite a while ago, but I
didn't add a MAINTAINERS entry. Add it now.

Signed-off-by: Michael Walle <michael@walle.cc>
---
Hi,

since this affects so many subsystems, I'm not sure through which tree this
should go. I'm sending this to the arm soc maintainers because it's an
aarch64 board where this driver is used as well as Lee as the MFD
maintainer.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index ddcee331dc09..c14209168ce6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17762,6 +17762,21 @@ S:	Maintained
 W:	http://www.winischhofer.at/linuxsisusbvga.shtml
 F:	drivers/usb/misc/sisusbvga/
 
+SL28 CPLD MFD DRIVER
+M:	Michael Walle <michael@walle.cc>
+S:	Maintained
+F:	Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml
+F:	Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
+F:	Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml
+F:	Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml
+F:	Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml
+F:	Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml
+F:	drivers/gpio/gpio-sl28cpld.c
+F:	drivers/hwmon/sl28cpld-hwmon.c
+F:	drivers/irqchip/irq-sl28cpld.c
+F:	drivers/pwm/pwm-sl28cpld.c
+F:	drivers/watchdog/sl28cpld_wdt.c
+
 SLAB ALLOCATOR
 M:	Christoph Lameter <cl@linux.com>
 M:	Pekka Enberg <penberg@kernel.org>
-- 
2.30.2


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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-07 18:46 [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld Michael Walle
@ 2022-02-14 14:15 ` Lee Jones
  2022-02-14 14:16   ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2022-02-14 14:15 UTC (permalink / raw)
  To: Michael Walle; +Cc: soc, linux-kernel, Arnd Bergmann, Olof Johansson

On Mon, 07 Feb 2022, Michael Walle wrote:

> The sl28cpld is a management controller found on the Kontron SMARC-sAL28
> board for now. Support for it was added by me quite a while ago, but I
> didn't add a MAINTAINERS entry. Add it now.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> Hi,
> 
> since this affects so many subsystems, I'm not sure through which tree this
> should go. I'm sending this to the arm soc maintainers because it's an
> aarch64 board where this driver is used as well as Lee as the MFD
> maintainer.

I'm happy to take this, if it pleases everyone.

>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ddcee331dc09..c14209168ce6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17762,6 +17762,21 @@ S:	Maintained
>  W:	http://www.winischhofer.at/linuxsisusbvga.shtml
>  F:	drivers/usb/misc/sisusbvga/
>  
> +SL28 CPLD MFD DRIVER
> +M:	Michael Walle <michael@walle.cc>
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml
> +F:	Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
> +F:	Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml
> +F:	Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml
> +F:	Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml
> +F:	Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml
> +F:	drivers/gpio/gpio-sl28cpld.c
> +F:	drivers/hwmon/sl28cpld-hwmon.c
> +F:	drivers/irqchip/irq-sl28cpld.c
> +F:	drivers/pwm/pwm-sl28cpld.c
> +F:	drivers/watchdog/sl28cpld_wdt.c
> +
>  SLAB ALLOCATOR
>  M:	Christoph Lameter <cl@linux.com>
>  M:	Pekka Enberg <penberg@kernel.org>

Acked-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-14 14:15 ` Lee Jones
@ 2022-02-14 14:16   ` Lee Jones
  2022-02-14 16:22     ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2022-02-14 14:16 UTC (permalink / raw)
  To: Michael Walle; +Cc: soc, linux-kernel, Arnd Bergmann, Olof Johansson

On Mon, 14 Feb 2022, Lee Jones wrote:

> On Mon, 07 Feb 2022, Michael Walle wrote:
> 
> > The sl28cpld is a management controller found on the Kontron SMARC-sAL28
> > board for now. Support for it was added by me quite a while ago, but I
> > didn't add a MAINTAINERS entry. Add it now.
> > 
> > Signed-off-by: Michael Walle <michael@walle.cc>
> > ---
> > Hi,
> > 
> > since this affects so many subsystems, I'm not sure through which tree this
> > should go. I'm sending this to the arm soc maintainers because it's an
> > aarch64 board where this driver is used as well as Lee as the MFD
> > maintainer.
> 
> I'm happy to take this, if it pleases everyone.

Hold on, you're not going to get many Acks if you don't send it to the
other subsystem maintainers. :)

> >  MAINTAINERS | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ddcee331dc09..c14209168ce6 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -17762,6 +17762,21 @@ S:	Maintained
> >  W:	http://www.winischhofer.at/linuxsisusbvga.shtml
> >  F:	drivers/usb/misc/sisusbvga/
> >  
> > +SL28 CPLD MFD DRIVER
> > +M:	Michael Walle <michael@walle.cc>
> > +S:	Maintained
> > +F:	Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml
> > +F:	Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
> > +F:	Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml
> > +F:	Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml
> > +F:	Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml
> > +F:	Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml
> > +F:	drivers/gpio/gpio-sl28cpld.c
> > +F:	drivers/hwmon/sl28cpld-hwmon.c
> > +F:	drivers/irqchip/irq-sl28cpld.c
> > +F:	drivers/pwm/pwm-sl28cpld.c
> > +F:	drivers/watchdog/sl28cpld_wdt.c
> > +
> >  SLAB ALLOCATOR
> >  M:	Christoph Lameter <cl@linux.com>
> >  M:	Pekka Enberg <penberg@kernel.org>
> 
> Acked-by: Lee Jones <lee.jones@linaro.org>
> 

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-14 14:16   ` Lee Jones
@ 2022-02-14 16:22     ` Arnd Bergmann
  2022-02-14 16:36       ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2022-02-14 16:22 UTC (permalink / raw)
  To: Lee Jones
  Cc: Michael Walle, SoC Team, Linux Kernel Mailing List,
	Arnd Bergmann, Olof Johansson

On Mon, Feb 14, 2022 at 3:16 PM Lee Jones <lee.jones@linaro.org> wrote:
>
> On Mon, 14 Feb 2022, Lee Jones wrote:
>
> > On Mon, 07 Feb 2022, Michael Walle wrote:
> >
> > > The sl28cpld is a management controller found on the Kontron SMARC-sAL28
> > > board for now. Support for it was added by me quite a while ago, but I
> > > didn't add a MAINTAINERS entry. Add it now.
> > >
> > > Signed-off-by: Michael Walle <michael@walle.cc>
> > > ---
> > > Hi,
> > >
> > > since this affects so many subsystems, I'm not sure through which tree this
> > > should go. I'm sending this to the arm soc maintainers because it's an
> > > aarch64 board where this driver is used as well as Lee as the MFD
> > > maintainer.
> >
> > I'm happy to take this, if it pleases everyone.
>
> Hold on, you're not going to get many Acks if you don't send it to the
> other subsystem maintainers. :)

I've already applied this one through the soc tree.

         Arnd

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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-14 16:22     ` Arnd Bergmann
@ 2022-02-14 16:36       ` Lee Jones
  2022-02-14 19:13         ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2022-02-14 16:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Michael Walle, SoC Team, Linux Kernel Mailing List, Olof Johansson

On Mon, 14 Feb 2022, Arnd Bergmann wrote:

> On Mon, Feb 14, 2022 at 3:16 PM Lee Jones <lee.jones@linaro.org> wrote:
> >
> > On Mon, 14 Feb 2022, Lee Jones wrote:
> >
> > > On Mon, 07 Feb 2022, Michael Walle wrote:
> > >
> > > > The sl28cpld is a management controller found on the Kontron SMARC-sAL28
> > > > board for now. Support for it was added by me quite a while ago, but I
> > > > didn't add a MAINTAINERS entry. Add it now.
> > > >
> > > > Signed-off-by: Michael Walle <michael@walle.cc>
> > > > ---
> > > > Hi,
> > > >
> > > > since this affects so many subsystems, I'm not sure through which tree this
> > > > should go. I'm sending this to the arm soc maintainers because it's an
> > > > aarch64 board where this driver is used as well as Lee as the MFD
> > > > maintainer.
> > >
> > > I'm happy to take this, if it pleases everyone.
> >
> > Hold on, you're not going to get many Acks if you don't send it to the
> > other subsystem maintainers. :)
> 
> I've already applied this one through the soc tree.

You did?  I missed the acceptance email.

It would have been nice to give the other maintainers a chance to look
at it first, but I guess it's not a big deal in the great scheme.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-14 16:36       ` Lee Jones
@ 2022-02-14 19:13         ` Arnd Bergmann
  2022-02-15  9:22           ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2022-02-14 19:13 UTC (permalink / raw)
  To: Lee Jones
  Cc: Arnd Bergmann, Michael Walle, SoC Team,
	Linux Kernel Mailing List, Olof Johansson

On Mon, Feb 14, 2022 at 5:36 PM Lee Jones <lee.jones@linaro.org> wrote:
> On Mon, 14 Feb 2022, Arnd Bergmann wrote:
> > On Mon, Feb 14, 2022 at 3:16 PM Lee Jones <lee.jones@linaro.org> wrote:
> > >
> > > Hold on, you're not going to get many Acks if you don't send it to the
> > > other subsystem maintainers. :)
> >
> > I've already applied this one through the soc tree.
>
> You did?  I missed the acceptance email.

I see now that the automated mails only get sent the submitter and
the list that is owned by patchwork. I completely missed how this
was sent to multiple maintainers and just grabbed it from patchwork
along with some other maintainer changes I picked up.

> It would have been nice to give the other maintainers a chance to look
> at it first, but I guess it's not a big deal in the great scheme.

Right, I need to find a better process to look at the actual emails
when going through patchwork. Sorry about that.

         Arnd

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

* Re: [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld
  2022-02-14 19:13         ` Arnd Bergmann
@ 2022-02-15  9:22           ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2022-02-15  9:22 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Michael Walle, SoC Team, Linux Kernel Mailing List, Olof Johansson

On Mon, 14 Feb 2022, Arnd Bergmann wrote:

> On Mon, Feb 14, 2022 at 5:36 PM Lee Jones <lee.jones@linaro.org> wrote:
> > On Mon, 14 Feb 2022, Arnd Bergmann wrote:
> > > On Mon, Feb 14, 2022 at 3:16 PM Lee Jones <lee.jones@linaro.org> wrote:
> > > >
> > > > Hold on, you're not going to get many Acks if you don't send it to the
> > > > other subsystem maintainers. :)
> > >
> > > I've already applied this one through the soc tree.
> >
> > You did?  I missed the acceptance email.
> 
> I see now that the automated mails only get sent the submitter and
> the list that is owned by patchwork. I completely missed how this
> was sent to multiple maintainers and just grabbed it from patchwork
> along with some other maintainer changes I picked up.
> 
> > It would have been nice to give the other maintainers a chance to look
> > at it first, but I guess it's not a big deal in the great scheme.
> 
> Right, I need to find a better process to look at the actual emails
> when going through patchwork. Sorry about that.

No problem at all.  Thank you for the explanation.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2022-02-15  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 18:46 [PATCH] MAINTAINERS: add myself as a maintainer for the sl28cpld Michael Walle
2022-02-14 14:15 ` Lee Jones
2022-02-14 14:16   ` Lee Jones
2022-02-14 16:22     ` Arnd Bergmann
2022-02-14 16:36       ` Lee Jones
2022-02-14 19:13         ` Arnd Bergmann
2022-02-15  9:22           ` Lee Jones

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