mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER
@ 2023-07-31 11:48 Lukas Bulwahn
  2023-08-01  1:21 ` Changhuang Liang
  2023-08-11  8:30 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2023-07-31 11:48 UTC (permalink / raw)
  To: Jack Zhu, Changhuang Liang, Minda Chen, Vinod Koul,
	Kishon Vijay Abraham I, linux-phy
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

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 <lukas.bulwahn@gmail.com>
---
 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 <jack.zhu@starfivetech.com>
 M:	Changhuang Liang <changhuang.liang@starfivetech.com>
 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 <william.qiu@starfivetech.com>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER
  2023-07-31 11:48 [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER Lukas Bulwahn
@ 2023-08-01  1:21 ` Changhuang Liang
  2023-08-11  8:30 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Changhuang Liang @ 2023-08-01  1:21 UTC (permalink / raw)
  To: Lukas Bulwahn, Jack Zhu, Minda Chen, Vinod Koul,
	Kishon Vijay Abraham I, linux-phy
  Cc: kernel-janitors, linux-kernel



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 <lukas.bulwahn@gmail.com>

Thank you for your correcting.

Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>

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 <jack.zhu@starfivetech.com>
>  M:	Changhuang Liang <changhuang.liang@starfivetech.com>
>  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 <william.qiu@starfivetech.com>

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

* Re: [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER
  2023-07-31 11:48 [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER Lukas Bulwahn
  2023-08-01  1:21 ` Changhuang Liang
@ 2023-08-11  8:30 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2023-08-11  8:30 UTC (permalink / raw)
  To: Jack Zhu, Changhuang Liang, Minda Chen, Kishon Vijay Abraham I,
	linux-phy, Lukas Bulwahn
  Cc: kernel-janitors, linux-kernel


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



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

end of thread, other threads:[~2023-08-11  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 11:48 [PATCH] MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER Lukas Bulwahn
2023-08-01  1:21 ` Changhuang Liang
2023-08-11  8:30 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®