kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement
@ 2021-08-16 10:29 Lukas Bulwahn
  2021-08-16 10:38 ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2021-08-16 10:29 UTC (permalink / raw)
  To: Jiaxun Yang, Thomas Bogendoerfer, James Hartley, linux-mips
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 104f942b2832 ("MIPS: Retire MACH_PISTACHIO") removes
./arch/mips/pistachio/ and ./arch/mips/configs/pistachio_defconfig, but
misses to adjust the corresponding section PISTACHIO SOC SUPPORT
in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    arch/mips/configs/pistachio*_defconfig
  warning: no file matches    F:    arch/mips/pistachio/

Adjust the PISTACHIO SOC SUPPORT after its retirement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20210816

Jiaxun, James, please ack. 
Thomas, please pick this minor non-urgent clean-up patch on mips-next.

 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a2d3ee2711e..8276e59406e4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14802,8 +14802,6 @@ M:	James Hartley <james.hartley@sondrel.com>
 L:	linux-mips@vger.kernel.org
 S:	Odd Fixes
 F:	arch/mips/boot/dts/img/pistachio*
-F:	arch/mips/configs/pistachio*_defconfig
-F:	arch/mips/pistachio/
 
 PKTCDVD DRIVER
 M:	linux-block@vger.kernel.org
-- 
2.26.2


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

* Re: [PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement
  2021-08-16 10:29 [PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement Lukas Bulwahn
@ 2021-08-16 10:38 ` Lukas Bulwahn
  2021-08-16 10:55   ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2021-08-16 10:38 UTC (permalink / raw)
  To: Jiaxun Yang, Thomas Bogendoerfer, James Hartley,
	open list:BROADCOM NVRAM DRIVER
  Cc: kernel-janitors, Linux Kernel Mailing List

On Mon, Aug 16, 2021 at 12:29 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 104f942b2832 ("MIPS: Retire MACH_PISTACHIO") removes
> ./arch/mips/pistachio/ and ./arch/mips/configs/pistachio_defconfig, but
> misses to adjust the corresponding section PISTACHIO SOC SUPPORT
> in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
>   warning: no file matches    F:    arch/mips/configs/pistachio*_defconfig
>   warning: no file matches    F:    arch/mips/pistachio/
>
> Adjust the PISTACHIO SOC SUPPORT after its retirement.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210816
>
> Jiaxun, James, please ack.
> Thomas, please pick this minor non-urgent clean-up patch on mips-next.
>

I just received the response that the email james.hartley@sondrel.com
is unreachable. So, we will probably be better to delete the section
PISTACHIO SOC SUPPORT completely and extend MARDUK (CREATOR CI40)
DEVICE TREE SUPPORT to include arch/mips/boot/dts/img/pistachio* (so
to include the dtsi, the current dts depends on).

If there are no objections, I will send a patch V2.

Lukas

>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1a2d3ee2711e..8276e59406e4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14802,8 +14802,6 @@ M:      James Hartley <james.hartley@sondrel.com>
>  L:     linux-mips@vger.kernel.org
>  S:     Odd Fixes
>  F:     arch/mips/boot/dts/img/pistachio*
> -F:     arch/mips/configs/pistachio*_defconfig
> -F:     arch/mips/pistachio/
>
>  PKTCDVD DRIVER
>  M:     linux-block@vger.kernel.org
> --
> 2.26.2
>

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

* Re: [PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement
  2021-08-16 10:38 ` Lukas Bulwahn
@ 2021-08-16 10:55   ` Lukas Bulwahn
  0 siblings, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2021-08-16 10:55 UTC (permalink / raw)
  To: Jiaxun Yang, Thomas Bogendoerfer, James Hartley,
	open list:BROADCOM NVRAM DRIVER
  Cc: kernel-janitors, Linux Kernel Mailing List

On Mon, Aug 16, 2021 at 12:38 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> On Mon, Aug 16, 2021 at 12:29 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
> >
> > Commit 104f942b2832 ("MIPS: Retire MACH_PISTACHIO") removes
> > ./arch/mips/pistachio/ and ./arch/mips/configs/pistachio_defconfig, but
> > misses to adjust the corresponding section PISTACHIO SOC SUPPORT
> > in MAINTAINERS.
> >
> > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> >
> >   warning: no file matches    F:    arch/mips/configs/pistachio*_defconfig
> >   warning: no file matches    F:    arch/mips/pistachio/
> >
> > Adjust the PISTACHIO SOC SUPPORT after its retirement.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> > applies cleanly on next-20210816
> >
> > Jiaxun, James, please ack.
> > Thomas, please pick this minor non-urgent clean-up patch on mips-next.
> >
>
> I just received the response that the email james.hartley@sondrel.com
> is unreachable. So, we will probably be better to delete the section
> PISTACHIO SOC SUPPORT completely and extend MARDUK (CREATOR CI40)
> DEVICE TREE SUPPORT to include arch/mips/boot/dts/img/pistachio* (so
> to include the dtsi, the current dts depends on).
>
> If there are no objections, I will send a patch V2.
>

I send out a patch V2:

https://lore.kernel.org/linux-mips/20210816105326.8050-1-lukas.bulwahn@gmail.com/

Please acknowledge and pick that patch V2 instead.

Lukas

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

end of thread, other threads:[~2021-08-16 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 10:29 [PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement Lukas Bulwahn
2021-08-16 10:38 ` Lukas Bulwahn
2021-08-16 10:55   ` 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).