Re: [NEXT REQUEST][PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-05-26 Thread Stephen Rothwell
Hi Lee, On Tue, 26 May 2015 08:36:48 +0100 Lee Jones wrote: > > It looks like my for-backlight-fixes branch isn't in -next. > > Stephen, could you rectify that please? > > M: git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git Added from today. Thanks for adding your subsystem tre

[NEXT REQUEST][PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-05-26 Thread Lee Jones
Stephen, Boris, > > > When trying to request the PWM device with devm_pwm_get(), the > > > EPROBE_DEFER > > > flag is not handled properly. It can lead to the PWM not being found. > > > > > > Signed-off-by: Boris Brezillon > > > Signed-off-by: Nicolas Ferre > > > --- > > > drivers/video/backl

Re: [PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-05-25 Thread Boris Brezillon
Hi Lee, On Thu, 12 Mar 2015 09:02:24 + Lee Jones wrote: > On Thu, 19 Feb 2015, Nicolas Ferre wrote: > > > When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER > > flag is not handled properly. It can lead to the PWM not being found. > > > > Signed-off-by: Boris Brezi

Re: [PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-03-12 Thread Lee Jones
On Thu, 19 Feb 2015, Nicolas Ferre wrote: > When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER > flag is not handled properly. It can lead to the PWM not being found. > > Signed-off-by: Boris Brezillon > Signed-off-by: Nicolas Ferre > --- > drivers/video/backlight/pwm_

Re: [PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-03-12 Thread Thierry Reding
On Thu, Feb 19, 2015 at 10:30:14AM +0100, Nicolas Ferre wrote: > When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER > flag is not handled properly. It can lead to the PWM not being found. > > Signed-off-by: Boris Brezillon > Signed-off-by: Nicolas Ferre > --- > drivers/

Re: [PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-03-11 Thread Lee Jones
On Thu, 19 Feb 2015, Nicolas Ferre wrote: > When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER > flag is not handled properly. It can lead to the PWM not being found. > > Signed-off-by: Boris Brezillon > Signed-off-by: Nicolas Ferre > --- > drivers/video/backlight/pwm_

Re: [PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-03-11 Thread Nicolas Ferre
Le 19/02/2015 10:30, Nicolas Ferre a écrit : > When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER > flag is not handled properly. It can lead to the PWM not being found. > > Signed-off-by: Boris Brezillon > Signed-off-by: Nicolas Ferre Any comment on this patch? Can we

[PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM

2015-02-19 Thread Nicolas Ferre
When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER flag is not handled properly. It can lead to the PWM not being found. Signed-off-by: Boris Brezillon Signed-off-by: Nicolas Ferre --- drivers/video/backlight/pwm_bl.c | 4 1 file changed, 4 insertions(+) diff --gi