RE: [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info

2023-10-16 Thread Biju Das
Hi Robert Foss, Thanks for the feedback. > Subject: Re: [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to > struct adv7511_chip_info > > On Wed, Aug 30, 2023 at 4:24 PM Biju Das > wrote: > > > > The ADV7533 and ADV7535 have an offset(0x70) for the CE

Re: [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info

2023-10-16 Thread Robert Foss
On Wed, Aug 30, 2023 at 4:24 PM Biju Das wrote: > > The ADV7533 and ADV7535 have an offset(0x70) for the CEC register map > compared to ADV7511. Add the reg_cec_offset variable to struct > adv7511_chip_info to handle this difference and drop the reg_cec_offset > variable from struct adv7511. > >

[PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info

2023-08-30 Thread Biju Das
The ADV7533 and ADV7535 have an offset(0x70) for the CEC register map compared to ADV7511. Add the reg_cec_offset variable to struct adv7511_chip_info to handle this difference and drop the reg_cec_offset variable from struct adv7511. This will avoid assigning reg_cec_offset based on chip type