linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up
@ 2022-06-01  5:02 Lukas Bulwahn
  2022-06-14 19:28 ` Daniel Lezcano
  2022-06-23 20:31 ` Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-06-01  5:02 UTC (permalink / raw)
  To: Linus Walleij, linux-arm-kernel
  Cc: Imre Kaloz, Krzysztof Halasa, Bartosz Golaszewski,
	Daniel Lezcano, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit c83227a5d05e ("irq/gpio: ixp4xx: Drop boardfile probe path") and
commit 155e4306107f ("clocksource/drivers/ixp4xx: Drop boardfile probe
path") remove files include/linux/irqchip/irq-ixp4xx.h and
include/linux/platform_data/timer-ixp4xx.h, but miss to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
broken references.

Remove file entries for those files in ARM/INTEL IXP4XX ARM ARCHITECTURE.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Linus, please pick this minor non-urgent clean-up patch for ixp4xx arm.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 58e751b9346e..e0f5895feb6b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2196,8 +2196,6 @@ F:	drivers/clocksource/timer-ixp4xx.c
 F:	drivers/crypto/ixp4xx_crypto.c
 F:	drivers/gpio/gpio-ixp4xx.c
 F:	drivers/irqchip/irq-ixp4xx.c
-F:	include/linux/irqchip/irq-ixp4xx.h
-F:	include/linux/platform_data/timer-ixp4xx.h
 
 ARM/INTEL KEEMBAY ARCHITECTURE
 M:	Paul J. Murphy <paul.j.murphy@intel.com>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up
  2022-06-01  5:02 [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up Lukas Bulwahn
@ 2022-06-14 19:28 ` Daniel Lezcano
  2022-06-23 20:31 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-06-14 19:28 UTC (permalink / raw)
  To: Lukas Bulwahn, Linus Walleij, linux-arm-kernel
  Cc: Imre Kaloz, Krzysztof Halasa, Bartosz Golaszewski,
	kernel-janitors, linux-kernel

On 01/06/2022 07:02, Lukas Bulwahn wrote:
> Commit c83227a5d05e ("irq/gpio: ixp4xx: Drop boardfile probe path") and
> commit 155e4306107f ("clocksource/drivers/ixp4xx: Drop boardfile probe
> path") remove files include/linux/irqchip/irq-ixp4xx.h and
> include/linux/platform_data/timer-ixp4xx.h, but miss to adjust MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
> broken references.
> 
> Remove file entries for those files in ARM/INTEL IXP4XX ARM ARCHITECTURE.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

> ---
> Linus, please pick this minor non-urgent clean-up patch for ixp4xx arm.
> 
>   MAINTAINERS | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 58e751b9346e..e0f5895feb6b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2196,8 +2196,6 @@ F:	drivers/clocksource/timer-ixp4xx.c
>   F:	drivers/crypto/ixp4xx_crypto.c
>   F:	drivers/gpio/gpio-ixp4xx.c
>   F:	drivers/irqchip/irq-ixp4xx.c
> -F:	include/linux/irqchip/irq-ixp4xx.h
> -F:	include/linux/platform_data/timer-ixp4xx.h
>   
>   ARM/INTEL KEEMBAY ARCHITECTURE
>   M:	Paul J. Murphy <paul.j.murphy@intel.com>


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up
  2022-06-01  5:02 [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up Lukas Bulwahn
  2022-06-14 19:28 ` Daniel Lezcano
@ 2022-06-23 20:31 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2022-06-23 20:31 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Linus Walleij, Linux ARM, Imre Kaloz, Krzysztof Halasa,
	Daniel Lezcano, kernel-janitors, Linux Kernel Mailing List

On Wed, Jun 1, 2022 at 7:02 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit c83227a5d05e ("irq/gpio: ixp4xx: Drop boardfile probe path") and
> commit 155e4306107f ("clocksource/drivers/ixp4xx: Drop boardfile probe
> path") remove files include/linux/irqchip/irq-ixp4xx.h and
> include/linux/platform_data/timer-ixp4xx.h, but miss to adjust MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
> broken references.
>
> Remove file entries for those files in ARM/INTEL IXP4XX ARM ARCHITECTURE.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Linus, please pick this minor non-urgent clean-up patch for ixp4xx arm.
>
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 58e751b9346e..e0f5895feb6b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2196,8 +2196,6 @@ F:        drivers/clocksource/timer-ixp4xx.c
>  F:     drivers/crypto/ixp4xx_crypto.c
>  F:     drivers/gpio/gpio-ixp4xx.c
>  F:     drivers/irqchip/irq-ixp4xx.c
> -F:     include/linux/irqchip/irq-ixp4xx.h
> -F:     include/linux/platform_data/timer-ixp4xx.h
>
>  ARM/INTEL KEEMBAY ARCHITECTURE
>  M:     Paul J. Murphy <paul.j.murphy@intel.com>
> --
> 2.17.1
>

Reviewed-by: Bartosz Golaszewski <brgl@bgdev.pl>

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

end of thread, other threads:[~2022-06-23 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  5:02 [PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up Lukas Bulwahn
2022-06-14 19:28 ` Daniel Lezcano
2022-06-23 20:31 ` Bartosz Golaszewski

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