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. [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=762260 Biju Das (7): drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data() drm: adv7511: Add max_mode_clock variable to struct adv7511_chip_info drm: adv7511: Add max_lane_freq variable to struct adv7511_chip_info drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_chip_info drm: adv7511: Add has_dsi feature bit to struct adv7511_chip_info drm: adv7511: Add link_config feature bit to struct adv7511_chip_info drm: adv7511: Add hpd_override_enable feature bit to struct adv7511_chip_info drivers/gpu/drm/bridge/adv7511/adv7511.h | 19 ++-- drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 98 +++++++++++--------- drivers/gpu/drm/bridge/adv7511/adv7533.c | 7 +- 3 files changed, 69 insertions(+), 55 deletions(-) -- 2.25.1