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

2024-09-29 Thread Alex Lanzano
Hi thanks for the review! I'll address these in v8. Looks like you missed my v7 of this patch On Wed, Sep 25, 2024 at 11:07:00PM GMT, Uwe Kleine-König wrote: > Hello, > > On Thu, Sep 05, 2024 at 08:44:00AM -0400, Alex Lanzano wrote: > > +static void sharp_memory_crtc_enable(struct drm_crtc *crtc,

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

2024-09-25 Thread Uwe Kleine-König
Hello, On Thu, Sep 05, 2024 at 08:44:00AM -0400, Alex Lanzano wrote: > +static void sharp_memory_crtc_enable(struct drm_crtc *crtc, > + struct drm_atomic_state *state) > +{ > + struct pwm_state pwm_state; > + struct sharp_memory_device *smd = drm_to_sharp_m

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

2024-09-22 Thread Alex Lanzano
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 > > Signed-off-by: Mehdi Djait > > Signed-off-by: Alex Lanzano > > --- > > MA

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

2024-09-22 Thread Dmitry Baryshkov
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 > Signed-off-by: Mehdi Djait > Signed-off-by: Alex Lanzano > --- > MAINTAINERS | 6 + > drivers/gpu/drm/tiny/Kconfig