Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571542 > unrolled thread

[PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry

Started byLee Jones <lee.jones@linaro.org>
First post2017-02-01 14:00 +0100
Last post2017-02-01 17:50 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry Lee Jones <lee.jones@linaro.org> - 2017-02-01 14:00 +0100
    Re: [PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry Greg KH <gregkh@linuxfoundation.org> - 2017-02-01 14:10 +0100
      Re: [PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry Lee Jones <lee.jones@linaro.org> - 2017-02-01 14:40 +0100
        Re: [PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry Greg KH <gregkh@linuxfoundation.org> - 2017-02-01 17:50 +0100

#1571542 — [PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry

FromLee Jones <lee.jones@linaro.org>
Date2017-02-01 14:00 +0100
Subject[PATCH] MAINTAINERS: Add include/dt-bindings/mfd to MFD entry
Message-ID<t62G2-65S-7@gated-at.bofh.it>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 26edd83..17c838a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8422,6 +8422,7 @@ S:	Supported
 F:	Documentation/devicetree/bindings/mfd/
 F:	drivers/mfd/
 F:	include/linux/mfd/
+F:	include/dt-bindings/mfd/
 
 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
 M:	Ulf Hansson <ulf.hansson@linaro.org>
-- 
2.9.3

[toc] | [next] | [standalone]


#1571543

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-01 14:10 +0100
Message-ID<t62PE-6ol-3@gated-at.bofh.it>
In reply to#1571542
On Wed, Feb 01, 2017 at 12:58:55PM +0000, Lee Jones wrote:
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 26edd83..17c838a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8422,6 +8422,7 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/mfd/
>  F:	drivers/mfd/
>  F:	include/linux/mfd/
> +F:	include/dt-bindings/mfd/

Why send this to me?  I'm not a MFD maintainer :(

[toc] | [prev] | [next] | [standalone]


#1571566

FromLee Jones <lee.jones@linaro.org>
Date2017-02-01 14:40 +0100
Message-ID<t63iG-6y1-7@gated-at.bofh.it>
In reply to#1571543
On Wed, 01 Feb 2017, Greg KH wrote:

> On Wed, Feb 01, 2017 at 12:58:55PM +0000, Lee Jones wrote:
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 26edd83..17c838a 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8422,6 +8422,7 @@ S:	Supported
> >  F:	Documentation/devicetree/bindings/mfd/
> >  F:	drivers/mfd/
> >  F:	include/linux/mfd/
> > +F:	include/dt-bindings/mfd/
> 
> Why send this to me?  I'm not a MFD maintainer :(

No, I am. :)

But MAINTAINERS doesn't have a supporter and you are the top commit
signer.  I figured it would be better to get at least one Ack before
merging my own patch.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [next] | [standalone]


#1571729

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-01 17:50 +0100
Message-ID<t66gy-8kU-19@gated-at.bofh.it>
In reply to#1571566
On Wed, Feb 01, 2017 at 01:30:06PM +0000, Lee Jones wrote:
> On Wed, 01 Feb 2017, Greg KH wrote:
> 
> > On Wed, Feb 01, 2017 at 12:58:55PM +0000, Lee Jones wrote:
> > > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > > ---
> > >  MAINTAINERS | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 26edd83..17c838a 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -8422,6 +8422,7 @@ S:	Supported
> > >  F:	Documentation/devicetree/bindings/mfd/
> > >  F:	drivers/mfd/
> > >  F:	include/linux/mfd/
> > > +F:	include/dt-bindings/mfd/
> > 
> > Why send this to me?  I'm not a MFD maintainer :(
> 
> No, I am. :)

Then you don't need my signed-off-by: for it :)

> But MAINTAINERS doesn't have a supporter and you are the top commit
> signer.  I figured it would be better to get at least one Ack before
> merging my own patch.

I think you just got it from a mfd developer...

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web