All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c
@ 2019-03-26  2:13 Masahiro Yamada
  2019-03-26  5:43 ` Masahiro Yamada
  2019-03-27 13:49 ` Mukesh Ojha
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-03-26  2:13 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Joe Perches, Masahiro Yamada

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 <joe@perches.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 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


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

* Re: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c
  2019-03-26  2:13 [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c Masahiro Yamada
@ 2019-03-26  5:43 ` Masahiro Yamada
  2019-03-27 13:49 ` Mukesh Ojha
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-03-26  5:43 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Linux Kernel Mailing List, Joe Perches, Vinod Koul

On Tue, Mar 26, 2019 at 11:15 AM Masahiro Yamada
<yamada.masahiro@socionext.com> 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 <joe@perches.com>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---


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

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

* Re: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c
  2019-03-26  2:13 [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c Masahiro Yamada
  2019-03-26  5:43 ` Masahiro Yamada
@ 2019-03-27 13:49 ` Mukesh Ojha
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-03-27 13:49 UTC (permalink / raw)
  To: Masahiro Yamada, Jiri Kosina; +Cc: linux-kernel, Joe Perches


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 <joe@perches.com>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-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

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

end of thread, other threads:[~2019-03-27 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26  2:13 [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c Masahiro Yamada
2019-03-26  5:43 ` Masahiro Yamada
2019-03-27 13:49 ` Mukesh Ojha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.