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

2018-12-12 Thread Clément Péron
Hi Thierry, On Wed, 12 Dec 2018 at 12:04, Thierry Reding wrote: > > On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > > From: Suji Velupillai > > > > When pwm_bl framework calls enable, a call to pwm_is_enabled(pwm) still > > return false, this prevents the backlight being turn

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

2018-12-12 Thread Thierry Reding
On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > From: Suji Velupillai > > 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 > Signed-off-by: Clément

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

2018-11-08 Thread Tim Kryger
On Thu, Nov 8, 2018 at 2:59 AM Uwe Kleine-König wrote: > > Hello, > > adding Tim Kryger as the initial author of the bcm-kona driver to Cc:. > Maybe he can shed some light to the questions below? > > On Thu, Nov 08, 2018 at 11:47:17AM +0100, Clément Péron wrote: > > On Wed, 7 Nov 2018 at 17:29,

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

2018-11-08 Thread Tim Kryger
On Thu, Nov 8, 2018 at 2:59 AM Uwe Kleine-König wrote: > > Hello, > > adding Tim Kryger as the initial author of the bcm-kona driver to Cc:. > Maybe he can shed some light to the questions below? > > On Thu, Nov 08, 2018 at 11:47:17AM +0100, Clément Péron wrote: > > On Wed, 7 Nov 2018 at 17:29,

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

2018-11-08 Thread Uwe Kleine-König
Hello, adding Tim Kryger as the initial author of the bcm-kona driver to Cc:. Maybe he can shed some light to the questions below? On Thu, Nov 08, 2018 at 11:47:17AM +0100, Clément Péron wrote: > On Wed, 7 Nov 2018 at 17:29, Uwe Kleine-König > wrote: > > On Wed, Nov 07, 2018 at 10:36:13AM

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

2018-11-08 Thread Uwe Kleine-König
Hello, adding Tim Kryger as the initial author of the bcm-kona driver to Cc:. Maybe he can shed some light to the questions below? On Thu, Nov 08, 2018 at 11:47:17AM +0100, Clément Péron wrote: > On Wed, 7 Nov 2018 at 17:29, Uwe Kleine-König > wrote: > > On Wed, Nov 07, 2018 at 10:36:13AM

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

2018-11-08 Thread Clément Péron
Hi Uwe, On Wed, 7 Nov 2018 at 17:29, Uwe Kleine-König wrote: > > Hello, > > On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > > From: Suji Velupillai > > > > When pwm_bl framework calls enable, a call to pwm_is_enabled(pwm) still > > return false, this prevents the backlight

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

2018-11-08 Thread Clément Péron
Hi Uwe, On Wed, 7 Nov 2018 at 17:29, Uwe Kleine-König wrote: > > Hello, > > On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > > From: Suji Velupillai > > > > When pwm_bl framework calls enable, a call to pwm_is_enabled(pwm) still > > return false, this prevents the backlight

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

2018-11-07 Thread Uwe Kleine-König
Hello, On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > From: Suji Velupillai > > 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 > Signed-off-by:

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

2018-11-07 Thread Uwe Kleine-König
Hello, On Wed, Nov 07, 2018 at 10:36:13AM +0100, Clément Péron wrote: > From: Suji Velupillai > > 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 > Signed-off-by:

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

2018-11-07 Thread Clément Péron
From: Suji Velupillai 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 Signed-off-by: Clément Péron --- drivers/pwm/pwm-bcm-kona.c | 16 +++- 1 file

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

2018-11-07 Thread Clément Péron
From: Suji Velupillai 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 Signed-off-by: Clément Péron --- drivers/pwm/pwm-bcm-kona.c | 16 +++- 1 file