2019-03-26 05:23:17

by Vinod Koul

[permalink] [raw]
Subject: [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file

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 <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
---
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 <[email protected]>
L: [email protected]
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 <[email protected]>
--
2.20.1



2019-03-26 05:44:11

by Amit Kucheria

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file

On Tue, Mar 26, 2019 at 10:52 AM Vinod Koul <[email protected]> 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 <[email protected]>
> Signed-off-by: Vinod Koul <[email protected]>

Reviewed-by: Amit Kucheria <[email protected]>

> ---
> 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 <[email protected]>
> L: [email protected]
> 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 <[email protected]>
> --
> 2.20.1
>

2019-03-27 13:48:10

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file


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 <[email protected]>
> Signed-off-by: Vinod Koul <[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 e17ebf70b548..74c654d89a43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12849,7 +12849,7 @@ M: Niklas Cassel <[email protected]>
> L: [email protected]
> 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 <[email protected]>