RE: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes

2024-12-12 Thread Biju Das
Hi Laurent, Thanks for the feedback. > -Original Message- > From: Laurent Pinchart > Sent: 09 December 2024 12:13 > Subject: Re: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes > > Hi Biju, > > On Mon, Dec 09, 2024 at 08:29:40AM +, Biju Das wrote: > >

Re: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes

2024-12-09 Thread Laurent Pinchart
misc once they have been reviewed, even if none of you have provided Rb tags, or do you want to handle this yourselves ? > > -Original Message- > > From: Biju Das > > Sent: 19 November 2024 18:44 > > Subject: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes > > >

RE: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes

2024-12-09 Thread Biju Das
Hi All, Gentle ping to apply the series, if you are happy. > -Original Message- > From: Biju Das > Sent: 19 November 2024 18:44 > Subject: [PATCH v6 0/3] drm: adv7511: ADV7535 fixes > > This patch series aims to fix 2 bugs in the ADV7535 driver > >

[PATCH v6 0/3] drm: adv7511: ADV7535 fixes

2024-11-19 Thread Biju Das
This patch series aims to fix 2 bugs in the ADV7535 driver 1) use-after-free bug in adv7533_attach_dsi() 2) Drop unsupported single lane. Changes in v6: - Fixed memory leak by adding goto stattement in error path of adv7511_init_regulators(). - Added Rb tag from Adam for patch#3. Changes in