linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 RESEND] MAINTAINERS: rectify MMP SUPPORT after moving cputype.h
@ 2020-05-06  5:34 Lukas Bulwahn
  2020-06-19 21:37 ` Lubomir Rintel
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2020-05-06  5:34 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Lubomir Rintel, Olof Johansson, linux-arm-kernel, Joe Perches,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
added a file entry that does not point to the intended file location.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: linux/soc/mmp/

Rectify the MAINTAINERS entry now.

Fixes: 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Jiri, please pick this patch.

v1 & v1-RESEND: was ignored.

v1 -> v2:
  - v1 does not apply after reordering MAINTAINERS, i.e., commit 4400b7d68f6e
  ("MAINTAINERS: sort entries by entry name") and commit 3b50142d8528
  ("MAINTAINERS: sort field names for all entries").
  - PATCH v2 applies on v5.7-rc1 now. Please pick v2 instead of v1.

v2-resend:
  - still applies on v5.7-rc4 and next-20200505
  - asking for inclusion through trivial tree, as maintainers are not
    responding.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..a0fef0c33ba5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11327,7 +11327,7 @@ S:	Odd Fixes
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
 F:	arch/arm/boot/dts/mmp*
 F:	arch/arm/mach-mmp/
-F:	linux/soc/mmp/
+F:	include/linux/soc/mmp/
 
 MMP USB PHY DRIVERS
 R:	Lubomir Rintel <lkundrak@v3.sk>
-- 
2.17.1


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

* Re: [PATCH v2 RESEND] MAINTAINERS: rectify MMP SUPPORT after moving cputype.h
  2020-05-06  5:34 [PATCH v2 RESEND] MAINTAINERS: rectify MMP SUPPORT after moving cputype.h Lukas Bulwahn
@ 2020-06-19 21:37 ` Lubomir Rintel
  2020-06-30 20:04   ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Lubomir Rintel @ 2020-06-19 21:37 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Jiri Kosina, Olof Johansson, linux-arm-kernel, Joe Perches,
	kernel-janitors, linux-kernel

On Wed, May 06, 2020 at 07:34:31AM +0200, Lukas Bulwahn wrote:
> Commit 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
> added a file entry that does not point to the intended file location.
> 
> Since then, ./scripts/get_maintainer.pl --self-test complains:
> 
>   warning: no file matches F: linux/soc/mmp/
> 
> Rectify the MAINTAINERS entry now.
> 
> Fixes: 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Jiri, please pick this patch.

Jiri, I'm wondering if you could apply this? Otherwise maybe Olof could
queue this via arm-soc?

Thanks
Lubo

> v1 & v1-RESEND: was ignored.
> 
> v1 -> v2:
>   - v1 does not apply after reordering MAINTAINERS, i.e., commit 4400b7d68f6e
>   ("MAINTAINERS: sort entries by entry name") and commit 3b50142d8528
>   ("MAINTAINERS: sort field names for all entries").
>   - PATCH v2 applies on v5.7-rc1 now. Please pick v2 instead of v1.
> 
> v2-resend:
>   - still applies on v5.7-rc4 and next-20200505
>   - asking for inclusion through trivial tree, as maintainers are not
>     responding.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e64e5db31497..a0fef0c33ba5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11327,7 +11327,7 @@ S:	Odd Fixes
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
>  F:	arch/arm/boot/dts/mmp*
>  F:	arch/arm/mach-mmp/
> -F:	linux/soc/mmp/
> +F:	include/linux/soc/mmp/
>  
>  MMP USB PHY DRIVERS
>  R:	Lubomir Rintel <lkundrak@v3.sk>
> -- 
> 2.17.1
> 

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

* Re: [PATCH v2 RESEND] MAINTAINERS: rectify MMP SUPPORT after moving cputype.h
  2020-06-19 21:37 ` Lubomir Rintel
@ 2020-06-30 20:04   ` Lukas Bulwahn
  0 siblings, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2020-06-30 20:04 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Lukas Bulwahn, Jiri Kosina, Olof Johansson, linux-arm-kernel,
	Joe Perches, kernel-janitors, linux-kernel



On Fri, 19 Jun 2020, Lubomir Rintel wrote:

> On Wed, May 06, 2020 at 07:34:31AM +0200, Lukas Bulwahn wrote:
> > Commit 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
> > added a file entry that does not point to the intended file location.
> > 
> > Since then, ./scripts/get_maintainer.pl --self-test complains:
> > 
> >   warning: no file matches F: linux/soc/mmp/
> > 
> > Rectify the MAINTAINERS entry now.
> > 
> > Fixes: 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> > Jiri, please pick this patch.
> 
> Jiri, I'm wondering if you could apply this? Otherwise maybe Olof could
> queue this via arm-soc?
>

I did not see Jiri respond here, he seems to busy. Olof, could you pick 
this for your arm-soc tree?

Thanks, Lukas
 
> Thanks
> Lubo
> 
> > v1 & v1-RESEND: was ignored.
> > 
> > v1 -> v2:
> >   - v1 does not apply after reordering MAINTAINERS, i.e., commit 4400b7d68f6e
> >   ("MAINTAINERS: sort entries by entry name") and commit 3b50142d8528
> >   ("MAINTAINERS: sort field names for all entries").
> >   - PATCH v2 applies on v5.7-rc1 now. Please pick v2 instead of v1.
> > 
> > v2-resend:
> >   - still applies on v5.7-rc4 and next-20200505
> >   - asking for inclusion through trivial tree, as maintainers are not
> >     responding.
> > 
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e64e5db31497..a0fef0c33ba5 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11327,7 +11327,7 @@ S:	Odd Fixes
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
> >  F:	arch/arm/boot/dts/mmp*
> >  F:	arch/arm/mach-mmp/
> > -F:	linux/soc/mmp/
> > +F:	include/linux/soc/mmp/
> >  
> >  MMP USB PHY DRIVERS
> >  R:	Lubomir Rintel <lkundrak@v3.sk>
> > -- 
> > 2.17.1
> > 
> 

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

end of thread, other threads:[~2020-06-30 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06  5:34 [PATCH v2 RESEND] MAINTAINERS: rectify MMP SUPPORT after moving cputype.h Lukas Bulwahn
2020-06-19 21:37 ` Lubomir Rintel
2020-06-30 20:04   ` Lukas Bulwahn

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