linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-03-25 21:24 ` Joe Perches
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
  2 siblings, 1 reply; 12+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Arnd Bergmann, Wolfram Sang, Marc Zyngier, Linus Walleij,
	Boris Brezillon, Mark Brown, Olof Johansson,
	Ricardo Ribalda Delgado, Michael Turquette, linux-arm-kernel

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	1133	ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
	1134	M:	Linus Walleij <linus.walleij@linaro.org>
	1135	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
	1136	S:	Maintained
	1137	F:	Documentation/devicetree/bindings/arm/arm-boards
	1138	F:	Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
	1139	F:	Documentation/devicetree/bindings/clock/arm-integrator.txt
	1140	F:	Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
	1141	F:	Documentation/devicetree/bindings/mtd/arm-versatile.txt
	1142	F:	arch/arm/mach-integrator/
	1143	F:	arch/arm/mach-realview/
	1144	F:	arch/arm/mach-versatile/
	1145	F:	arch/arm/plat-versatile/
	1146	F:	arch/arm/boot/dts/arm-realview-*
	1147	F:	arch/arm/boot/dts/integrator*
	1148	F:	arch/arm/boot/dts/versatile*
	1149	F:	drivers/clk/versatile/
	1150	F:	drivers/i2c/busses/i2c-versatile.c
	1151	F:	drivers/irqchip/irq-versatile-fpga.c
-->	1152	F:	drivers/mtd/maps/physmap_of_versatile.c
	1153	F:	drivers/power/reset/arm-versatile-reboot.c
	1154	F:	drivers/soc/versatile/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 7f08c966f7e578dc84f7c3d1a528068841d72d32
Author: Linus Walleij <linus.walleij@linaro.org>
Date:   Fri Sep 28 13:42:50 2018 +0200

    ARM: Assume maintainership of ARM reference designs
    
    With this I assume maintainership of the Integrator, Versatile
    and RealView ARM reference machines.
    
    It's no big secret that I've been maintaining them for years,
    but might as well make it official so I get the mails and
    don't miss anything.
    
    I have also included some drivers that are closely associated
    with the ARM reference designs and yet orphaned in the
    MAINTAINERS file. I can surely maintain them too, or route
    the question to the right people so it doesn't fall on the
    floor of upward to the subsystem maintainers who have too much
    to do already as it is.
    
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: Stephen Boyd <sboyd@kernel.org>
    Cc: Mark Brown <broonie@kernel.org>
    Cc: Brian Norris <computersforpeace@gmail.com>
    Acked-by: Wolfram Sang <wsa@the-dreams.de>
    Acked-by: Olof Johansson <olof@lixom.net>
    Acked-by: Michael Turquette <mturquette@baylibre.com>
    Acked-by: Marc Zyngier <marc.zyngier@arm.com>
    Acked-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 MAINTAINERS | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 6ca15cfa0788ebef365ce31d1e01ea30a389a895
Author: Boris Brezillon <boris.brezillon@bootlin.com>
Date:   Fri Oct 19 09:49:05 2018 +0200

    mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
    
    Now that the physmap_of driver is gone, the gemini and versative
    extensions are part of the physmap driver. Rename the source files and
    the config option to reflect this.
    
    Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
    Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    Acked-by: Linus Walleij <linus.walleij@linaro.org>

 drivers/mtd/maps/Kconfig                                         | 4 ++--
 drivers/mtd/maps/Makefile                                        | 4 ++--
 drivers/mtd/maps/physmap-core.c                                  | 4 ++--
 drivers/mtd/maps/{physmap_of_gemini.c => physmap-gemini.c}       | 2 +-
 drivers/mtd/maps/{physmap_of_gemini.h => physmap-gemini.h}       | 2 +-
 drivers/mtd/maps/{physmap_of_versatile.c => physmap-versatile.c} | 2 +-
 drivers/mtd/maps/{physmap_of_versatile.h => physmap-versatile.h} | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-03-26  5:28   ` Vinod Koul
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
  2 siblings, 1 reply; 12+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masahiro Yamada, Vinod Koul, linux-arm-kernel

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	2344	ARM/UNIPHIER ARCHITECTURE
	2345	M:	Masahiro Yamada <yamada.masahiro@socionext.com>
	2346	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
	2347	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
	2348	S:	Maintained
	2349	F:	Documentation/devicetree/bindings/arm/socionext/uniphier.txt
	2350	F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
	2351	F:	Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
	2352	F:	arch/arm/boot/dts/uniphier*
	2353	F:	arch/arm/include/asm/hardware/cache-uniphier.h
	2354	F:	arch/arm/mach-uniphier/
	2355	F:	arch/arm/mm/cache-uniphier.c
	2356	F:	arch/arm64/boot/dts/socionext/uniphier*
	2357	F:	drivers/bus/uniphier-system-bus.c
	2358	F:	drivers/clk/uniphier/
-->	2359	F:	drivers/dmaengine/uniphier-mdmac.c
	2360	F:	drivers/gpio/gpio-uniphier.c
	2361	F:	drivers/i2c/busses/i2c-uniphier*
	2362	F:	drivers/irqchip/irq-uniphier-aidet.c
	2363	F:	drivers/mmc/host/uniphier-sd.c
	2364	F:	drivers/pinctrl/uniphier/
	2365	F:	drivers/reset/reset-uniphier.c
	2366	F:	drivers/tty/serial/8250/8250_uniphier.c
	2367	N:	uniphier

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/dmaengine/uniphier-mdmac.c':

commit 32e74aabebc8d045a11452d2de0ac9d2625fcd45
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Date:   Fri Oct 12 01:41:03 2018 +0900

    dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver
    
    The MIO DMAC (Media IO DMA Controller) is used in UniPhier LD4,
    Pro4, and sLD8 SoCs.
    
    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    Signed-off-by: Vinod Koul <vkoul@kernel.org>

 MAINTAINERS                  |   1 +
 drivers/dma/Kconfig          |  11 +
 drivers/dma/Makefile         |   1 +
 drivers/dma/uniphier-mdmac.c | 506 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 519 insertions(+)

3: ---------------------------------------------------------------------------

No commit with file pattern 'drivers/dmaengine/uniphier-mdmac.c' was found

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE'
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
@ 2019-03-26  5:28   ` Vinod Koul
  0 siblings, 0 replies; 12+ messages in thread
From: Vinod Koul @ 2019-03-26  5:28 UTC (permalink / raw)
  To: Joe Perches; +Cc: Masahiro Yamada, linux-kernel, linux-arm-kernel

On 25-03-19, 14:24, Joe Perches wrote:
> A file pattern line in this section of the MAINTAINERS file in linux-next
> does not have a match in the linux source files.
> 
> This could occur because a matching filename was never added, was deleted
> or renamed in some other commit.
> 
> The commits that added and if found renamed or removed the file pattern
> are shown below.
> 
> Please fix this defect appropriately.
> 
> 1: ---------------------------------------------------------------------------
> 
> linux-next MAINTAINERS section:
> 
> 	2344	ARM/UNIPHIER ARCHITECTURE
> 	2345	M:	Masahiro Yamada <yamada.masahiro@socionext.com>
> 	2346	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> 	2347	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> 	2348	S:	Maintained
> 	2349	F:	Documentation/devicetree/bindings/arm/socionext/uniphier.txt
> 	2350	F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
> 	2351	F:	Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
> 	2352	F:	arch/arm/boot/dts/uniphier*
> 	2353	F:	arch/arm/include/asm/hardware/cache-uniphier.h
> 	2354	F:	arch/arm/mach-uniphier/
> 	2355	F:	arch/arm/mm/cache-uniphier.c
> 	2356	F:	arch/arm64/boot/dts/socionext/uniphier*
> 	2357	F:	drivers/bus/uniphier-system-bus.c
> 	2358	F:	drivers/clk/uniphier/
> -->	2359	F:	drivers/dmaengine/uniphier-mdmac.c

yeah this should be drivers/dma/<>

I have fixed it up with below

 --8<--


From: Vinod Koul <vkoul@kernel.org>
Date: Tue, 26 Mar 2019 10:55:47 +0530
Subject: [PATCH] MAINTAINERS: Fix uniphier-mdmac.c file path

Commit 32e74aabebc8 ("dmaengine: uniphier-mdmac: add UniPhier MIO DMAC
driver") wrongly put filepath for uniphier-mdmac.c, fix it

Fixes: 32e74aabebc8 ("dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..67e895feddc8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2356,7 +2356,7 @@ F:	arch/arm/mm/cache-uniphier.c
 F:	arch/arm64/boot/dts/socionext/uniphier*
 F:	drivers/bus/uniphier-system-bus.c
 F:	drivers/clk/uniphier/
-F:	drivers/dmaengine/uniphier-mdmac.c
+F:	drivers/dma/uniphier-mdmac.c
 F:	drivers/gpio/gpio-uniphier.c
 F:	drivers/i2c/busses/i2c-uniphier*
 F:	drivers/irqchip/irq-uniphier-aidet.c
-- 
2.20.1

Thanks
-- 
~Vinod

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
@ 2019-08-13  6:10   ` Denis Efremov
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
  2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
  0 siblings, 2 replies; 12+ messages in thread
From: Denis Efremov @ 2019-08-13  6:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Linus Walleij, Denis Efremov, Boris Brezillon, joe,
	Ricardo Ribalda Delgado, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from physmap_of_versatile.c to physmap-versatile.c

Cc: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 590dcebe627f..c9ad38a9414f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1221,7 +1221,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
@ 2019-08-13  6:10 ` Denis Efremov
  2019-08-13  8:11   ` Nicolas.Ferre
  2 siblings, 1 reply; 12+ messages in thread
From: Denis Efremov @ 2019-08-13  6:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: joe, Alexandre Belloni, Denis Efremov, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from tcb_clksrc.c to timer-atmel-tcb.c

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c9ad38a9414f..3ec8154e4630 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	drivers/misc/atmel_tclib.c
-F:	drivers/clocksource/tcb_clksrc.c
+F:	drivers/clocksource/timer-atmel-tcb.c
 
 MICROCHIP USBA UDC DRIVER
 M:	Cristian Birsan <cristian.birsan@microchip.com>
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
@ 2019-08-13  6:32     ` Denis Efremov
  2019-08-13  7:20       ` Linus Walleij
  2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
  1 sibling, 1 reply; 12+ messages in thread
From: Denis Efremov @ 2019-08-13  6:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: Boris Brezillon, Linus Walleij, Denis Efremov, joe,
	Ricardo Ribalda Delgado, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from physmap_of_versatile.c to physmap-versatile.c

Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d42b478f2673..eeeb4097d5bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1221,7 +1221,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
@ 2019-08-13  7:20       ` Linus Walleij
  2019-09-10 11:46         ` Denis Efremov
  0 siblings, 1 reply; 12+ messages in thread
From: Linus Walleij @ 2019-08-13  7:20 UTC (permalink / raw)
  To: Denis Efremov
  Cc: Joe Perches, Ricardo Ribalda Delgado, linux-kernel, Linux ARM,
	Boris Brezillon

On Tue, Aug 13, 2019 at 8:33 AM Denis Efremov <efremov@linux.com> wrote:

> Update MAINTAINERS record to reflect the filename change
> from physmap_of_versatile.c to physmap-versatile.c
>
> Cc: Boris Brezillon <bbrezillon@kernel.org>
> Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
@ 2019-08-13  8:11   ` Nicolas.Ferre
  2019-08-14  9:08     ` Alexandre Belloni
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas.Ferre @ 2019-08-13  8:11 UTC (permalink / raw)
  To: efremov, linux-kernel
  Cc: joe, alexandre.belloni, Ludovic.Desroches, linux-arm-kernel

On 13/08/2019 at 08:10, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change
> from tcb_clksrc.c to timer-atmel-tcb.c
> 
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
But, while you're at it, I would add another line: see below...

> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c9ad38a9414f..3ec8154e4630 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>

+M:      Alexandre Belloni <alexandre.belloni@bootlin.com>

But Alexandre have to agree, of course.

>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Supported
>   F:	drivers/misc/atmel_tclib.c
> -F:	drivers/clocksource/tcb_clksrc.c
> +F:	drivers/clocksource/timer-atmel-tcb.c
>   
>   MICROCHIP USBA UDC DRIVER
>   M:	Cristian Birsan <cristian.birsan@microchip.com>

We could also remove this entry and mix it with:
"ARM/Microchip (AT91) SoC support"

But I prefer to keep it separated like this for various reasons.

Best regards,
-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-13  8:11   ` Nicolas.Ferre
@ 2019-08-14  9:08     ` Alexandre Belloni
  2019-08-23  8:20       ` Nicolas.Ferre
  0 siblings, 1 reply; 12+ messages in thread
From: Alexandre Belloni @ 2019-08-14  9:08 UTC (permalink / raw)
  To: Nicolas.Ferre
  Cc: joe, Ludovic.Desroches, linux-kernel, efremov, linux-arm-kernel

On 13/08/2019 08:11:23+0000, Nicolas Ferre wrote:
> On 13/08/2019 at 08:10, Denis Efremov wrote:
> > Update MAINTAINERS record to reflect the filename change
> > from tcb_clksrc.c to timer-atmel-tcb.c
> > 
> > Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> But, while you're at it, I would add another line: see below...
> 
> > Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > Cc: linux-arm-kernel@lists.infradead.org
> > Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
> > Signed-off-by: Denis Efremov <efremov@linux.com>
> > ---
> >   MAINTAINERS | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c9ad38a9414f..3ec8154e4630 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> +M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> But Alexandre have to agree, of course.
> 
> >   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >   S:	Supported
> >   F:	drivers/misc/atmel_tclib.c
> > -F:	drivers/clocksource/tcb_clksrc.c
> > +F:	drivers/clocksource/timer-atmel-tcb.c
> >   
> >   MICROCHIP USBA UDC DRIVER
> >   M:	Cristian Birsan <cristian.birsan@microchip.com>
> 
> We could also remove this entry and mix it with:
> "ARM/Microchip (AT91) SoC support"
> 
> But I prefer to keep it separated like this for various reasons.
> 

I would simply remove this entry because all the files are already
matching the SoC entry (it has N: atmel) and atmel_tclib will go away (I
have a series to do that).

If you want to keep a separate entry, maybe we should then add the
system timer and pit drivers.


-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-14  9:08     ` Alexandre Belloni
@ 2019-08-23  8:20       ` Nicolas.Ferre
  0 siblings, 0 replies; 12+ messages in thread
From: Nicolas.Ferre @ 2019-08-23  8:20 UTC (permalink / raw)
  To: alexandre.belloni
  Cc: joe, Ludovic.Desroches, linux-kernel, efremov, linux-arm-kernel

On 14/08/2019 at 11:08, Alexandre Belloni wrote:
> External E-Mail
> 
> 
> On 13/08/2019 08:11:23+0000, Nicolas Ferre wrote:
>> On 13/08/2019 at 08:10, Denis Efremov wrote:
>>> Update MAINTAINERS record to reflect the filename change
>>> from tcb_clksrc.c to timer-atmel-tcb.c
>>>
>>> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
>>
>> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
>> But, while you're at it, I would add another line: see below...
>>
>>> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
>>> Cc: linux-arm-kernel@lists.infradead.org
>>> Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
>>> Signed-off-by: Denis Efremov <efremov@linux.com>
>>> ---
>>>    MAINTAINERS | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index c9ad38a9414f..3ec8154e4630 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
>>
>> +M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
>>
>> But Alexandre have to agree, of course.
>>
>>>    L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>>>    S:	Supported
>>>    F:	drivers/misc/atmel_tclib.c
>>> -F:	drivers/clocksource/tcb_clksrc.c
>>> +F:	drivers/clocksource/timer-atmel-tcb.c
>>>    
>>>    MICROCHIP USBA UDC DRIVER
>>>    M:	Cristian Birsan <cristian.birsan@microchip.com>
>>
>> We could also remove this entry and mix it with:
>> "ARM/Microchip (AT91) SoC support"
>>
>> But I prefer to keep it separated like this for various reasons.
>>
> 
> I would simply remove this entry because all the files are already
> matching the SoC entry (it has N: atmel) and atmel_tclib will go away (I
> have a series to do that).

All right: let's remove it.

Thanks Denis for the heads-up!

Best regards,
   Nicolas

> If you want to keep a separate entry, maybe we should then add the
> system timer and pit drivers.
> 
> 


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  7:20       ` Linus Walleij
@ 2019-09-10 11:46         ` Denis Efremov
  0 siblings, 0 replies; 12+ messages in thread
From: Denis Efremov @ 2019-09-10 11:46 UTC (permalink / raw)
  Cc: Boris Brezillon, Linus Walleij, linux-kernel, Joe Perches,
	Ricardo Ribalda Delgado, Linux ARM

Hi,

On 8/13/19 10:20 AM, Linus Walleij wrote:
> On Tue, Aug 13, 2019 at 8:33 AM Denis Efremov <efremov@linux.com> wrote:
> 
>> Update MAINTAINERS record to reflect the filename change
>> from physmap_of_versatile.c to physmap-versatile.c
>>
>> Cc: Boris Brezillon <bbrezillon@kernel.org>
>> Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
>> Signed-off-by: Denis Efremov <efremov@linux.com>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Yours,
> Linus Walleij
> 

Could someone take this fix through his tree?

Thanks,
Denis

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RESEND v2 PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
@ 2019-09-30 20:48     ` Denis Efremov
  1 sibling, 0 replies; 12+ messages in thread
From: Denis Efremov @ 2019-09-30 20:48 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Ricardo Ribalda Delgado, Linus Walleij, Greg Kroah-Hartman,
	Denis Efremov, Boris Brezillon

Update MAINTAINERS record to reflect the filename change from
physmap_of_versatile.c to physmap-versatile.c in commit 6ca15cfa0788
("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}").

Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Denis Efremov <efremov@linux.com>
---
Ping.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c83..dc7137a9cf77 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1238,7 +1238,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-09-30 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
2019-08-13  7:20       ` Linus Walleij
2019-09-10 11:46         ` Denis Efremov
2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
2019-03-26  5:28   ` Vinod Koul
2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
2019-08-13  8:11   ` Nicolas.Ferre
2019-08-14  9:08     ` Alexandre Belloni
2019-08-23  8:20       ` Nicolas.Ferre

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