On Wed, 30 Aug 2023 15:23:50 +0100, Biju Das wrote: > This patch series aims to improve ADV7511 driver by adding > feature bits and data instead of comparing enum adv7511_type for > various hardware differences between ADV7511, ADV7533 and ADV7535. > > This patch series tested with[1] on RZ/G2L SMARC EVK which embeds > ADV7535. > > [...] I aplogize for the delay in merging this very neat series. Applied, thanks! [1/8] drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data() https://cgit.freedesktop.org/drm/drm-misc/commit/?id=19e77c7aef57 [2/8] drm: adv7511: Add max_mode_clock_khz variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=11ae4e406dd9 [3/8] drm: adv7511: Add max_lane_freq_khz variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=399562fc02d8 [4/8] drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=9ac196fb9a17 [5/8] drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=8d6cf5719011 [6/8] drm: adv7511: Add has_dsi variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c75551214858 [7/8] drm: adv7511: Add link_config variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=7618aa3ab38e [8/8] drm: adv7511: Add hpd_override_enable variable to struct adv7511_chip_info https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e12c4703cec0 Rob