Dne ponedeljek, 08. marec 2021 ob 08:57:31 CET je Jagan Teki napisal(a): > On Sun, Mar 7, 2021 at 1:25 AM Jernej Skrabec <[email protected]> wrote: > > This commit adds standalone driver for DW HDMI PHY. It deprecates code > > which is included in sunxi dw-hdmi platform driver. > > > > Signed-off-by: Jernej Skrabec <[email protected]> > > --- > > > > arch/arm/mach-sunxi/Kconfig | 1 + > > drivers/video/sunxi/Makefile | 2 +- > > drivers/video/sunxi/sunxi_dw_hdmi_phy.c | 423 ++++++++++++++++++++++++ > > drivers/video/sunxi/sunxi_dw_hdmi_phy.h | 24 ++ > > Would be good if this PHY management code handles via drivers/phy. > Hope this would possible?
You mean move this code there? Yeah, it's possible, but then we have to move sunxi_dw_hdmi_phy.h to general or arch includes folder, because it implements additional functionality which is not covered by general PHY interface. Best regards, Jernej -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/6933226.Xat2Mhy8F1%40jernej-laptop.
