Re: [PATCH 2/2] pwm: bcm-kona: apply pwm settings on enable

From: ClÃment PÃron
Date: Wed Dec 12 2018 - 06:07:38 EST


Hi Thierry,

On Wed, 12 Dec 2018 at 12:04, Thierry Reding <thierry.reding@xxxxxxxxx> wrote:
>
> On Wed, Nov 07, 2018 at 10:36:13AM +0100, ClÃment PÃron wrote:
> > From: Suji Velupillai <suji.velupillai@xxxxxxxxxxxx>
> >
> > When pwm_bl framework calls enable, a call to pwm_is_enabled(pwm) still
> > return false, this prevents the backlight being turn on at boot time.
> >
> > Signed-off-by: Suji Velupillai <suji.velupillai@xxxxxxxxxxxx>
> > Signed-off-by: ClÃment PÃron <peron.clem@xxxxxxxxx>
> > ---
> > drivers/pwm/pwm-bcm-kona.c | 16 +++++++++++-----
> > 1 file changed, 11 insertions(+), 5 deletions(-)
>
> I see v2 and v3 of patch 1 of the series. Did you work on v2 of this
> patch (2/2) as well? I don't see it on the list and it didn't seem like
> everyone was happy with this version.

No, I dropped it.

Was working on an atomic convert of the driver but I don't have access
to my cygnus board anymore.

Regards,
Clement

>
> Thierry