Re: [PATCH v4 0/3] drm/panel: ilitek-ili9805: convert to *_multi API

From: Doug Anderson

Date: Wed Jul 29 2026 - 21:48:16 EST


Hi,

On Fri, Jul 24, 2026 at 7:15 PM Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> On Thu, Jul 23, 2026 at 1:36 PM Michail Tatas <michail.tatas@xxxxxxxxx> wrote:
> >
> > This series converts panel-ilitek-ili9805 to the
> > mipi_dsi_*_multi helpers and cleans up the resulting code.
> >
> > Patch 1: Convert the individual DSI calls to their
> > *_multi variants
> >
> > Patch 2: Replace the ILI9805_INSTR table with per
> > panel init functions using the *_multi API, dropping
> > struct ili9805_instr
> >
> > Patch 3: makes ili9805_power_off() and ili9805_deactivate()
> > return void, since no one checks their return values.
> >
> > Michail Tatas (3):
> > drm/panel: ilitek-ili9805: Use _multi variants
> > drm/panel: ilitek-ili9805: Use dsi_multi in init
> > drm/panel: ilitek-ili9805: make cleanup funcs void
> >
> > drivers/gpu/drm/panel/panel-ilitek-ili9805.c | 212 ++++++++-----------
> > 1 file changed, 87 insertions(+), 125 deletions(-)
>
> Thanks for the extra small cleanups. Planning to apply v4 mid-next
> week unless something comes up.

Pushed v4 to drm-misc-next:

[1/3] drm/panel: ilitek-ili9805: Use _multi variants
commit: fdde70f52306f74c7f2466706626f3f1ef973e61
[2/3] drm/panel: ilitek-ili9805: Use dsi_multi in init
commit: 438caed529a6b6dd985afc85ee52a29bc20ab3f6
[3/3] drm/panel: ilitek-ili9805: make cleanup funcs void
commit: eb7979f6014a18f7086ecbb70da3e442056b5673