2023-07-31 13:45:47

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER

Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the
MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to
'phy-starfive-dphy-rx.c', but the file actually added in this commit is
named 'phy-jh7110-dphy-rx.c'.

Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 733bcfa0209a..003b0461641a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20345,7 +20345,7 @@ M: Jack Zhu <[email protected]>
M: Changhuang Liang <[email protected]>
S: Supported
F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml
-F: drivers/phy/starfive/phy-starfive-dphy-rx.c
+F: drivers/phy/starfive/phy-jh7110-dphy-rx.c

STARFIVE JH7110 MMC/SD/SDIO DRIVER
M: William Qiu <[email protected]>
--
2.17.1



2023-08-01 02:04:47

by Changhuang Liang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER



On 2023/7/31 19:48, Lukas Bulwahn wrote:
> Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the
> MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to
> 'phy-starfive-dphy-rx.c', but the file actually added in this commit is
> named 'phy-jh7110-dphy-rx.c'.
>
> Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Thank you for your correcting.

Reviewed-by: Changhuang Liang <[email protected]>

Thanks,
Changhuang

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 733bcfa0209a..003b0461641a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20345,7 +20345,7 @@ M: Jack Zhu <[email protected]>
> M: Changhuang Liang <[email protected]>
> S: Supported
> F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml
> -F: drivers/phy/starfive/phy-starfive-dphy-rx.c
> +F: drivers/phy/starfive/phy-jh7110-dphy-rx.c
>
> STARFIVE JH7110 MMC/SD/SDIO DRIVER
> M: William Qiu <[email protected]>

2023-08-11 09:10:25

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER


On Mon, 31 Jul 2023 13:48:56 +0200, Lukas Bulwahn wrote:
> Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the
> MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to
> 'phy-starfive-dphy-rx.c', but the file actually added in this commit is
> named 'phy-jh7110-dphy-rx.c'.
>
> Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER.
>
> [...]

Applied, thanks!

[1/1] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER
commit: 6ac1bb86953cc8a2419a4845de56c280b6f62890

Best regards,
--
~Vinod