Re: [PATCH v2] drm/panel: samsung-s6d7aa0: transition to mipi_dsi wrapped functions

From: Doug Anderson
Date: Mon Mar 24 2025 - 12:37:24 EST


Hi,

On Wed, Mar 19, 2025 at 1:05 PM Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> On Wed, Mar 19, 2025 at 11:31 AM Tejas Vipin <tejasvipin76@xxxxxxxxx> wrote:
> >
> > Changes the samsung-s6d7aa0 panel to use multi style functions for
> > improved error handling.
> >
> > Signed-off-by: Tejas Vipin <tejasvipin76@xxxxxxxxx>
> > ---
> > Changes in v2:
> > - Remove unnecessary early return in s6d7aa0_lock
> > - Remove redundant GPIO reset setting in s6d7aa0_on.
> >
> > Link to v1: https://lore.kernel.org/all/20250316045024.672167-1-tejasvipin76@xxxxxxxxx/
> > ---
> > drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c | 222 +++++-------------
> > 1 file changed, 65 insertions(+), 157 deletions(-)
>
> Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

When I applied I got a few whitespace errors that checkpatch yelled
about. I fixed them for you while applying. Pushed to drm-misc-next:

[1/1] drm/panel: samsung-s6d7aa0: transition to mipi_dsi wrapped functions
commit: 837f9b917c47b4d35f0ee571a736de2895e2dd54