]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i2c: move TDA998x driver under drivers/gpu/drm/bridge
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 13 Jan 2025 09:53:46 +0000 (11:53 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 12 Feb 2025 22:19:41 +0000 (00:19 +0200)
commit325ba852d148434c5bcb06d513af1933a7f77b70
tree55c5a0027caad8390c4860c5d316078e6eaffb4c
parentcaa6f4a75e9f8eaebd814a9c2d1602e0926f473d
drm/i2c: move TDA998x driver under drivers/gpu/drm/bridge

TDA998x is the HDMI bridge driver, incorporating drm_connector and
optional drm_encoder (created via the component bind API by the TICLDC
and HDLCD drivers). Thus it should be residing together with the other
DRM bridge drivers under drivers/gpu/drm/bridge/.

Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250113-drm-move-tda998x-v3-3-214e0682a5e4@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
MAINTAINERS
drivers/gpu/drm/Kconfig
drivers/gpu/drm/arm/Kconfig
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/tda998x_drv.c [moved from drivers/gpu/drm/i2c/tda998x_drv.c with 100% similarity]
drivers/gpu/drm/i2c/Kconfig [deleted file]
drivers/gpu/drm/i2c/Makefile [deleted file]