Re: [PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-21 Thread Laurent Pinchart
Hi Biju, On Mon, Aug 21, 2023 at 12:20:39PM +, Biju Das wrote: > > Subject: Re: [PATCH] drm: bridge: it66121: Extend match support for OF > > tables > > On Mon, Aug 14, 2023 at 09:06:46AM +, Biju Das wrote: > > > > Subject: Re: [PATCH] drm: bridge: it6612

RE: [PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-21 Thread Biju Das
Hi Laurent Pinchart, Thanks for the feedback. > Subject: Re: [PATCH] drm: bridge: it66121: Extend match support for OF > tables > > Hi Biju, > > On Mon, Aug 14, 2023 at 09:06:46AM +, Biju Das wrote: > > Hi Laurent Pinchart, > > > > Thanks for the fee

Re: [PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-21 Thread Laurent Pinchart
Hi Biju, On Mon, Aug 14, 2023 at 09:06:46AM +, Biju Das wrote: > Hi Laurent Pinchart, > > Thanks for the feedback. > > > Subject: Re: [PATCH] drm: bridge: it66121: Extend match support for OF > > tables > > > > Hi Biju, > > > > Thank you fo

RE: [PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-14 Thread Biju Das
Hi Laurent Pinchart, Thanks for the feedback. > Subject: Re: [PATCH] drm: bridge: it66121: Extend match support for OF > tables > > Hi Biju, > > Thank you for the patch. > > On Sun, Aug 13, 2023 at 09:05:20AM +0100, Biju Das wrote: > > The driver has OF match

Re: [PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-13 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. On Sun, Aug 13, 2023 at 09:05:20AM +0100, Biju Das wrote: > The driver has OF match table, still it uses ID lookup table for > retrieving match data. Replace ID look up with i2c_get_match_data() > for retrieving OF/ACPI/I2C match data by adding similar match data

[PATCH] drm: bridge: it66121: Extend match support for OF tables

2023-08-13 Thread Biju Das
The driver has OF match table, still it uses ID lookup table for retrieving match data. Replace ID look up with i2c_get_match_data() for retrieving OF/ACPI/I2C match data by adding similar match data for OF table. While at it, drop unused local varibale id from probe(). Signed-off-by: Biju Das -