On Mon, 12 May 2025 20:46:01 +0800, Andy Yan wrote: > Convert it to drm bridge driver, it will be convenient for us to > migrate the connector part to the display driver later. > > Patches that have already been merged in drm-misc-next are dropped. > > PATCH 1~8 are some cleanup and refactor. > PATCH 9 converts the curren driver to drm bridge mode. > PATCH 10 add Add entry in MAINTAINERS file. > > [...]
Applied, thanks! [01/10] drm/rockchip: inno_hdmi: Merge register definition to c file commit: 9c3111df6a681f7b0057f05e7211a98d240237eb [02/10] drm/rockchip: inno_hdmi: Refactor register macros to make checkpatch happy commit: 372a927f93fe0477dd1a5f15f11888391f8ef33f [03/10] drm/rockchip: inno_hdmi: Remove unnecessary parentheses to make checkpatch happy commit: 7431c5462c7f20b7f111c9957a007b8de5b8a76a [04/10] drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hw commit: 55137487bdee89189873e437452a077bb591f33a [05/10] drm/rockchip: inno_hdmi: Move ddc/i2c configuration and HOTPLUG unmute to inno_hdmi_init_hw commit: 52ac749b4505339a321b9695fe9d2977294c98da [06/10] drm/rockchip: inno_hdmi: Use sleep_range instead of udelay commit: 1749267beee76bfd8108f5071afb870903c83dab [07/10] drm/rockchip: inno_hdmi: switch i2c registration to devm functions commit: 078bb17c7bbfe5bb119943fb7a9ef4f9a8c8c543 [08/10] drm/rockchip: inno_hdmi: Simpify clk get/enable by devm_clk_get_enabled api commit: 6a1b9229ecf11f409edd9392c96bded1672ea5f3 I've picked up the rockchip-specific cleanup, but the actual bridge- conversion needs additional eyes. Also comparing the recipients of this thread, I think your missing some bridge maintainers/reviewers. scripts/get_maintainer.pl drivers/gpu/drm/bridge lists: Andrzej Hajda <andrzej.ha...@intel.com> (maintainer:DRM DRIVERS FOR BRIDGE CHIPS) Neil Armstrong <neil.armstr...@linaro.org> (maintainer:DRM DRIVERS FOR BRIDGE CHIPS) Robert Foss <rf...@kernel.org> (maintainer:DRM DRIVERS FOR BRIDGE CHIPS) Laurent Pinchart <laurent.pinch...@ideasonboard.com> (reviewer:DRM DRIVERS FOR BRIDGE CHIPS) Jonas Karlman <jo...@kwiboo.se> (reviewer:DRM DRIVERS FOR BRIDGE CHIPS) Jernej Skrabec <jernej.skra...@gmail.com> (reviewer:DRM DRIVERS FOR BRIDGE CHIPS) and not all of them are in the recipient list. Best regards, -- Heiko Stuebner <he...@sntech.de>