Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <lukas.bulwahn@gmail.com>
Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Link: https://lore.kernel.org/r/20230731114856.14401-1-lukas.bulwahn@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Lukas Bulwahn and committed by
Vinod Koul
6ac1bb86 b102ce6d

+1 -1
+1 -1
MAINTAINERS
··· 20270 20270 M: Changhuang Liang <changhuang.liang@starfivetech.com> 20271 20271 S: Supported 20272 20272 F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml 20273 - F: drivers/phy/starfive/phy-starfive-dphy-rx.c 20273 + F: drivers/phy/starfive/phy-jh7110-dphy-rx.c 20274 20274 20275 20275 STARFIVE JH7110 MMC/SD/SDIO DRIVER 20276 20276 M: William Qiu <william.qiu@starfivetech.com>