mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework
@ 2023-01-11  9:28 Lukas Bulwahn
  2023-01-11  9:28 ` [PATCH 1/2] MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal Lukas Bulwahn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2023-01-11  9:28 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Dear Arnd,

please pick these two minor clean-up patches into your soc tree.

These patches apply on next-20230110.

Lukas

Lukas Bulwahn (2):
  MAINTAINERS: update file entries after arm multi-platform rework and
    mach-pxa removal
  MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support
    removal

 MAINTAINERS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.17.1


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

* [PATCH 1/2] MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal
  2023-01-11  9:28 [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Lukas Bulwahn
@ 2023-01-11  9:28 ` Lukas Bulwahn
  2023-01-11  9:28 ` [PATCH 2/2] MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal Lukas Bulwahn
  2023-01-11 12:11 ` [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2023-01-11  9:28 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

In the work of Arnd's arm multi-platform support, various files in arch/arm
are moved and after the arm mach-pxa removal, only a few files remain to be
not aligned with entries in MAINTAINERS.

These file movements still require adjustments in MAINTAINERS:

  Files in arch/arm/mach-ep93xx/include/mach/ are made local:

    arch/arm/{mach-ep93xx/include/mach/uncompress.h => boot/compressed/misc-ep93xx.h}
    arch/arm/mach-ep93xx/{include/mach => }/ep93xx-regs.h
    arch/arm/mach-ep93xx/{include/mach => }/mach/irqs.h

  Files in arch/arm/mach-vexpress/ are moved to mach-versatile.

Correct the remaining references accordingly after these refactorings.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a0cd07e968ae..e400f564b0f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2071,8 +2071,8 @@ M:	Hartley Sweeten <hsweeten@visionengravers.com>
 M:	Alexander Sverdlin <alexander.sverdlin@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	arch/arm/boot/compressed/misc-ep93xx.h
 F:	arch/arm/mach-ep93xx/
-F:	arch/arm/mach-ep93xx/include/mach/
 
 ARM/CLKDEV SUPPORT
 M:	Russell King <linux@armlinux.org.uk>
@@ -2977,7 +2977,7 @@ S:	Maintained
 F:	*/*/*/vexpress*
 F:	*/*/vexpress*
 F:	arch/arm/boot/dts/vexpress*
-F:	arch/arm/mach-vexpress/
+F:	arch/arm/mach-versatile/
 F:	arch/arm64/boot/dts/arm/
 F:	drivers/clk/versatile/clk-vexpress-osc.c
 F:	drivers/clocksource/timer-versatile.c
-- 
2.17.1


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

* [PATCH 2/2] MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal
  2023-01-11  9:28 [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Lukas Bulwahn
  2023-01-11  9:28 ` [PATCH 1/2] MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal Lukas Bulwahn
@ 2023-01-11  9:28 ` Lukas Bulwahn
  2023-01-11 12:11 ` [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2023-01-11  9:28 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit a4946a153cb9 ("ARM: s3c: remove all s3c24xx support") removes all
files that match the file pattern 'include/dt-bindings/clock/s3c*.h'.

Hence,  ./scripts/get_maintainer.pl --self-test=patterns complains about a
obsolete file pattern in SAMSUNG SOC CLOCK DRIVERS, as it does not match
any file in the repository after the commit above.

Remove this obsolete file entry in SAMSUNG SOC CLOCK DRIVERS.

Fixes: a4946a153cb9 ("ARM: s3c: remove all s3c24xx support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e400f564b0f9..b0a0711090cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18377,7 +18377,6 @@ F:	Documentation/devicetree/bindings/clock/samsung,*.yaml
 F:	Documentation/devicetree/bindings/clock/samsung,s3c*
 F:	drivers/clk/samsung/
 F:	include/dt-bindings/clock/exynos*.h
-F:	include/dt-bindings/clock/s3c*.h
 F:	include/dt-bindings/clock/s5p*.h
 F:	include/dt-bindings/clock/samsung,*.h
 F:	include/linux/clk/samsung.h
-- 
2.17.1


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

* Re: [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework
  2023-01-11  9:28 [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Lukas Bulwahn
  2023-01-11  9:28 ` [PATCH 1/2] MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal Lukas Bulwahn
  2023-01-11  9:28 ` [PATCH 2/2] MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal Lukas Bulwahn
@ 2023-01-11 12:11 ` Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-01-11 12:11 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: kernel-janitors, linux-kernel

On Wed, Jan 11, 2023, at 10:28, Lukas Bulwahn wrote:
> Dear Arnd,
>
> please pick these two minor clean-up patches into your soc tree.
>
> These patches apply on next-20230110.

Applied both, thanks!

    Arnd

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

end of thread, other threads:[~2023-01-11 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11  9:28 [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Lukas Bulwahn
2023-01-11  9:28 ` [PATCH 1/2] MAINTAINERS: update file entries after arm multi-platform rework and mach-pxa removal Lukas Bulwahn
2023-01-11  9:28 ` [PATCH 2/2] MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal Lukas Bulwahn
2023-01-11 12:11 ` [PATCH 0/2] MAINTAINERS clean-up after Arnd's rework Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®