Re: [PATCH v6 2/2] phy: starfive: Add mipi dphy rx support

From: Changhuang Liang
Date: Sun Jul 16 2023 - 22:06:38 EST




On 2023/7/14 22:45, Vinod Koul wrote:
> On 30-06-23, 02:30, Changhuang Liang wrote:
>> Add mipi dphy rx support for the StarFive JH7110 SoC. It is used to
>> transfer CSI camera data.
>>
>> Signed-off-by: Changhuang Liang <changhuang.liang@xxxxxxxxxxxxxxxx>
>> ---
>> MAINTAINERS | 7 +
>> drivers/phy/Kconfig | 1 +
>> drivers/phy/Makefile | 1 +
>> drivers/phy/starfive/Kconfig | 13 ++
>> drivers/phy/starfive/Makefile | 2 +
>> drivers/phy/starfive/phy-starfive-dphy-rx.c | 230 ++++++++++++++++++++
>> 6 files changed, 254 insertions(+)
>> create mode 100644 drivers/phy/starfive/Kconfig
>> create mode 100644 drivers/phy/starfive/Makefile
>
> This need rebase as files exist now
>

OK, I will rebase it.

Thanks,
Changhuang