On Wed, Nov 20, 2024 at 02:18:42PM +0800, keith zhao wrote: > move rochchip inno hdmi connector to a newly created directory named > inno-hdmi.c, and rename rockchip/inno_hdmi.c to > rockchip/inno_hdmi-rockchip.c > > This patch refines the Innosilicon HDMI architecture by abstracting > the existing connector into a bridge architecture. > The drm_bridge_connector_init function is used to create the connector. > > Signed-off-by: keith zhao <keith.zhao@xxxxxxxxxxxxxxxx> > --- > MAINTAINERS | 2 + > drivers/gpu/drm/bridge/Kconfig | 2 + > drivers/gpu/drm/bridge/Makefile | 1 + > drivers/gpu/drm/bridge/innosilicon/Kconfig | 6 + > drivers/gpu/drm/bridge/innosilicon/Makefile | 2 + > .../gpu/drm/bridge/innosilicon/inno-hdmi.c | 376 ++++++ > .../gpu/drm/bridge/innosilicon/inno-hdmi.h | 34 + > drivers/gpu/drm/rockchip/Kconfig | 1 + > drivers/gpu/drm/rockchip/Makefile | 2 +- > drivers/gpu/drm/rockchip/inno_hdmi-rockchip.c | 690 +++++++++++ > .../{inno_hdmi.h => inno_hdmi-rockchip.h} | 0 > drivers/gpu/drm/rockchip/inno_hdmi.c | 1025 ----------------- > include/drm/bridge/inno_hdmi.h | 56 + > 13 files changed, 1171 insertions(+), 1026 deletions(-) > create mode 100644 drivers/gpu/drm/bridge/innosilicon/Kconfig > create mode 100644 drivers/gpu/drm/bridge/innosilicon/Makefile > create mode 100644 drivers/gpu/drm/bridge/innosilicon/inno-hdmi.c > create mode 100644 drivers/gpu/drm/bridge/innosilicon/inno-hdmi.h > create mode 100644 drivers/gpu/drm/rockchip/inno_hdmi-rockchip.c > rename drivers/gpu/drm/rockchip/{inno_hdmi.h => inno_hdmi-rockchip.h} (100%) > delete mode 100644 drivers/gpu/drm/rockchip/inno_hdmi.c > create mode 100644 include/drm/bridge/inno_hdmi.h > > diff --git a/MAINTAINERS b/MAINTAINERS > index f787dd625497..7766ee0bdd74 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7439,6 +7439,8 @@ S: Maintained > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: Documentation/devicetree/bindings/display/bridge/innosilicon,inno-hdmi.yaml > F: Documentation/devicetree/bindings/display/starfive/ > +F: drivers/gpu/drm/bridge/innosilicon/ > +F: include/drm/bridge/inno_hdmi.h Separate entry, please. This is not specific to StarFive. > > DRM DRIVER FOR SYNAPTICS R63353 PANELS > M: Michael Trimarchi <michael@xxxxxxxxxxxxxxxxxxxx> -- With best wishes Dmitry