mbox series

[0/7] ADV7511 driver enhancements

Message ID 20230813180512.307418-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series ADV7511 driver enhancements | expand

Message

Biju Das Aug. 13, 2023, 6:05 p.m. UTC
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(-)

Comments

Fabio Estevam Aug. 18, 2023, 1:56 p.m. UTC | #1
Hi Biju,

On Sun, Aug 13, 2023 at 3:05 PM Biju Das <biju.das.jz@bp.renesas.com> 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 have successfully tested this series on a imx8mm-evk, which has an ADV7535:

Tested-by: Fabio Estevam <festevam@gmail.com>