Re: [PATCH v2 7/8] drm: adv7511: Add link_config variable to struct adv7511_chip_info

2023-10-16 Thread Robert Foss
On Wed, Aug 30, 2023 at 4:25 PM Biju Das wrote: > > The ADV7511 needs link configuration whereas ADV75{33,35} does not need > it. Add a variable link_config to struct adv7511_chip_info to handle > this difference. > > Signed-off-by: Biju Das > Reviewed-by: Laurent Pinchart > --- > v1->v2: > * A

[PATCH v2 7/8] drm: adv7511: Add link_config variable to struct adv7511_chip_info

2023-08-30 Thread Biju Das
The ADV7511 needs link configuration whereas ADV75{33,35} does not need it. Add a variable link_config to struct adv7511_chip_info to handle this difference. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v1->v2: * Add Rb tag from Laurent. * Replaced variable type from unsigned->boo