Re: [PATCH v6 2/2] drm/tiny: Add driver for Sharp Memory LCD

From: Alex Lanzano
Date: Sun Sep 22 2024 - 22:37:34 EST


On Sun, Sep 22, 2024 at 11:14:17PM GMT, Dmitry Baryshkov wrote:
> On Thu, Sep 05, 2024 at 08:44:00AM GMT, Alex Lanzano wrote:
> > Add support for the monochrome Sharp Memory LCDs.
> >
> > Co-developed-by: Mehdi Djait <mehdi.djait@xxxxxxxxxxx>
> > Signed-off-by: Mehdi Djait <mehdi.djait@xxxxxxxxxxx>
> > Signed-off-by: Alex Lanzano <lanzano.alex@xxxxxxxxx>
> > ---
> > MAINTAINERS | 6 +
> > drivers/gpu/drm/tiny/Kconfig | 20 +
> > drivers/gpu/drm/tiny/Makefile | 1 +
> > drivers/gpu/drm/tiny/sharp-memory.c | 682 ++++++++++++++++++++++++++++
> > 4 files changed, 709 insertions(+)
> > create mode 100644 drivers/gpu/drm/tiny/sharp-memory.c
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
>
> Please sort out the review tags for dt bindings (either as a v7 or as a
> reply to the corresponding patch). Then the series can be applied.
>

Will do! Thanks for the review!

Best regards,
Alex