Re: [PATCH v2 0/3] drm/i2c: tda998x: move under drivers/gpu/drm/bridge

2025-01-10 Thread Hans Verkuil
On 10/01/2025 13:31, Dmitry Baryshkov wrote: > 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). TDA9950 is an I2C-CEC translator, being present > on-die on the TDA9989 and TDA19989 chips

[PATCH v2 0/3] drm/i2c: tda998x: move under drivers/gpu/drm/bridge

2025-01-10 Thread Dmitry Baryshkov
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). TDA9950 is an I2C-CEC translator, being present on-die on the TDA9989 and TDA19989 chips. Move TDA9950 driver to drivers/media/cec/i2c and T