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

2024-08-30 Thread Alex Lanzano
On Tue, Aug 20, 2024 at 08:53:07AM GMT, Christophe JAILLET wrote: > Le 19/08/2024 à 23:49, Alex Lanzano a écrit : > > Add support for the monochrome Sharp Memory LCDs. > > Hi, > > a few nitpick below, should thre be a v5. > > ... > > > +struct sharp_memory_device { > > + struct drm_device drm

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

2024-08-19 Thread Christophe JAILLET
Le 19/08/2024 à 23:49, Alex Lanzano a écrit : Add support for the monochrome Sharp Memory LCDs. Hi, a few nitpick below, should thre be a v5. ... +struct sharp_memory_device { + struct drm_device drm; + struct spi_device *spi; + + const struct drm_display_mode *mode; + +

[RESEND PATCH v4 2/2] drm/tiny: Add driver for Sharp Memory LCD

2024-08-19 Thread Alex Lanzano
Add support for the monochrome Sharp Memory LCDs. Co-developed-by: Mehdi Djait Signed-off-by: Mehdi Djait Signed-off-by: Alex Lanzano --- MAINTAINERS | 6 + drivers/gpu/drm/tiny/Kconfig| 20 + drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/