All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file
@ 2019-03-26  5:21 Vinod Koul
  2019-03-26  5:42 ` Amit Kucheria
  2019-03-27 13:47 ` Mukesh Ojha
  0 siblings, 2 replies; 3+ messages in thread
From: Vinod Koul @ 2019-03-26  5:21 UTC (permalink / raw)
  To: David S. Miller
  Cc: linux-arm-msm, Bjorn Andersson, niklas.cassel, Vinod Koul,
	netdev, linux-kernel, Joe Perches

Commit 83c177aea4c3: ("MAINTAINER: Add entry for Qualcomm ETHQOS
ethernet driver") added incorrect filename for DT binding, fix the same.

Fixes: 83c177aea4c3 ("MAINTAINER: Add entry for Qualcomm ETHQOS ethernet 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..74c654d89a43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12849,7 +12849,7 @@ M:	Niklas Cassel <niklas.cassel@linaro.org>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
-F:	Documentation/devicetree/bindings/net/qcom,dwmac.txt
+F:	Documentation/devicetree/bindings/net/qcom,ethqos.txt
 
 QUALCOMM GENERIC INTERFACE I2C DRIVER
 M:	Alok Chauhan <alokc@codeaurora.org>
-- 
2.20.1

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

* Re: [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file
  2019-03-26  5:21 [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file Vinod Koul
@ 2019-03-26  5:42 ` Amit Kucheria
  2019-03-27 13:47 ` Mukesh Ojha
  1 sibling, 0 replies; 3+ messages in thread
From: Amit Kucheria @ 2019-03-26  5:42 UTC (permalink / raw)
  To: Vinod Koul
  Cc: David S. Miller, linux-arm-msm, Bjorn Andersson, Niklas Cassel,
	netdev, LKML, Joe Perches

On Tue, Mar 26, 2019 at 10:52 AM Vinod Koul <vkoul@kernel.org> wrote:
>
> Commit 83c177aea4c3: ("MAINTAINER: Add entry for Qualcomm ETHQOS
> ethernet driver") added incorrect filename for DT binding, fix the same.
>
> Fixes: 83c177aea4c3 ("MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver")
> Reported-By: Joe Perches <joe@perches.com>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>

Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b548..74c654d89a43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12849,7 +12849,7 @@ M:      Niklas Cassel <niklas.cassel@linaro.org>
>  L:     netdev@vger.kernel.org
>  S:     Maintained
>  F:     drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
> -F:     Documentation/devicetree/bindings/net/qcom,dwmac.txt
> +F:     Documentation/devicetree/bindings/net/qcom,ethqos.txt
>
>  QUALCOMM GENERIC INTERFACE I2C DRIVER
>  M:     Alok Chauhan <alokc@codeaurora.org>
> --
> 2.20.1
>

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

* Re: [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file
  2019-03-26  5:21 [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file Vinod Koul
  2019-03-26  5:42 ` Amit Kucheria
@ 2019-03-27 13:47 ` Mukesh Ojha
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-03-27 13:47 UTC (permalink / raw)
  To: Vinod Koul, David S. Miller
  Cc: linux-arm-msm, Bjorn Andersson, niklas.cassel, netdev,
	linux-kernel, Joe Perches


On 3/26/2019 10:51 AM, Vinod Koul wrote:
> Commit 83c177aea4c3: ("MAINTAINER: Add entry for Qualcomm ETHQOS
> ethernet driver") added incorrect filename for DT binding, fix the same.
>
> Fixes: 83c177aea4c3 ("MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver")
> Reported-By: Joe Perches <joe@perches.com>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>


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

-Mukesh

> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b548..74c654d89a43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12849,7 +12849,7 @@ M:	Niklas Cassel <niklas.cassel@linaro.org>
>   L:	netdev@vger.kernel.org
>   S:	Maintained
>   F:	drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
> -F:	Documentation/devicetree/bindings/net/qcom,dwmac.txt
> +F:	Documentation/devicetree/bindings/net/qcom,ethqos.txt
>   
>   QUALCOMM GENERIC INTERFACE I2C DRIVER
>   M:	Alok Chauhan <alokc@codeaurora.org>

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26  5:21 [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file Vinod Koul
2019-03-26  5:42 ` Amit Kucheria
2019-03-27 13:47 ` 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.