Re: [RFC PATCH 3/6] drm: mxc-epdc: Add display and waveform initialisation

2022-03-12 Thread Jonathan Neuschäfer
On Sun, Feb 06, 2022 at 09:00:13AM +0100, Andreas Kemnade wrote: > Adds display parameter initialisation, display power up/down and > waveform loading > > Signed-off-by: Andreas Kemnade > --- [...] > + /* Enable the v3p3 regulator */ > + ret = regulator_enable(priv->v3p3_regulator); > +

[RFC PATCH 3/6] drm: mxc-epdc: Add display and waveform initialisation

2022-02-07 Thread Andreas Kemnade
Adds display parameter initialisation, display power up/down and waveform loading Signed-off-by: Andreas Kemnade --- drivers/gpu/drm/mxc-epdc/Makefile| 2 +- drivers/gpu/drm/mxc-epdc/epdc_hw.c | 495 +++ drivers/gpu/drm/mxc-epdc/epdc_hw.h | 8 + driver