2019-03-26 02:14:37

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c

The pattern drivers/dmaengine/uniphier-mdmac.c has no match in the
source tree.

The correct path is drivers/dma/uniphier-mdmac.c

Reported-by: Joe Perches <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d2..bfb1557 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.7.4



2019-03-26 05:46:12

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c

On Tue, Mar 26, 2019 at 11:15 AM Masahiro Yamada
<[email protected]> wrote:
>
> The pattern drivers/dmaengine/uniphier-mdmac.c has no match in the
> source tree.
>
> The correct path is drivers/dma/uniphier-mdmac.c
>
> Reported-by: Joe Perches <[email protected]>
> Signed-off-by: Masahiro Yamada <[email protected]>
> ---


I take this back.

I sent this to the trivial subsystem, but
looks like Vinod Koul has just fixed it in his tree.



> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d2..bfb1557 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.7.4
>


--
Best Regards
Masahiro Yamada

2019-03-27 13:50:06

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c


On 3/26/2019 7:43 AM, Masahiro Yamada wrote:
> The pattern drivers/dmaengine/uniphier-mdmac.c has no match in the
> source tree.
>
> The correct path is drivers/dma/uniphier-mdmac.c
>
> Reported-by: Joe Perches <[email protected]>
> Signed-off-by: Masahiro Yamada <[email protected]>


Reviewed-by: Mukesh Ojha <[email protected]>

-Mukesh

> ---
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d2..bfb1557 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