Re: [PATCH 4/6] drm/panel: Use devm_mipi_dsi_attach in Himax and Ilitek panels

From: Osama Abdelkader

Date: Tue Aug 11 2026 - 12:53:47 EST


On Tue, Aug 11, 2026 at 05:27:49PM +0200, Javier Martinez Canillas wrote:
> Osama Abdelkader <osama.abdelkader@xxxxxxxxx> writes:
>
> Hello Osama,
>
> > Use the managed MIPI DSI attach helper in Himax and Ilitek panel drivers and drop the corresponding manual detach calls from remove paths.
>
> Please break these at 74 characters max.
>
> > ---
> > drivers/gpu/drm/panel/panel-himax-hx83102.c | 7 +------
> > drivers/gpu/drm/panel/panel-himax-hx83112a.c | 8 +-------
>
> You are missing a Signed-off-by tag.
>
> --
> Best regards,
>
> Javier Martinez Canillas
> Core Platforms
> Red Hat
>

Hello Javier,

Ops, thanks, I don't know how did I forget that.
Thanks for the quick review.

BR,
Osama