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
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
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
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
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
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
-