Re: [PATCH 6/6] video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper

2023-09-01 Thread Jonas Karlman
Hi Kever, On 2023-09-01 09:49, Kever Yang wrote: > Hi Jonas, > >     Why is this patch 6/6 and didn't see other patches? Patch 1-3 moves a workaround made in usb dwc3 driver into generic phy core so entire series was sent to usb maintainer and cc mailing list. Patch 4-6 was trivial and had no

Re: [PATCH 6/6] video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper

2023-09-01 Thread Kever Yang
Hi Jonas,     Why is this patch 6/6 and didn't see other patches? On 2023/9/1 06:16, Jonas Karlman wrote: The documentation for struct phy state that "The content of the structure is managed solely by the PHY API and PHY drivers". Change to use the generic_phy_valid() helper to check if phy is

[PATCH 6/6] video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper

2023-08-31 Thread Jonas Karlman
The documentation for struct phy state that "The content of the structure is managed solely by the PHY API and PHY drivers". Change to use the generic_phy_valid() helper to check if phy is valid. Fixes: b7d8d40346f2 ("video: rockchip: dw_mipi_dsi: Fix external phy existence check") Signed-off-by