Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lukasz Majewski
Dear Lee, > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > Dear All, > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > properties when necessary") has posed some extra restrictions on > > > blanking and unblanking frame buffer device. > > > > > > Unfortunately,

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lukasz Majewski
Dear Lee, > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > Dear All, > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > properties when necessary") has posed some extra restrictions on > > > blanking and unblanking frame buffer device. > > > > > > Unfortunately,

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lee Jones
Adding Jingoo. On Tue, 01 Nov 2016, Lukasz Majewski wrote: > The commit a55944ca82d2 ("backlight: update bd state & fb_blank properties > when necessary") has posed some extra restrictions on blanking and > unblanking frame buffer device. > > Unfortunately, pwm_bl driver's probe did not

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lee Jones
Adding Jingoo. On Tue, 01 Nov 2016, Lukasz Majewski wrote: > The commit a55944ca82d2 ("backlight: update bd state & fb_blank properties > when necessary") has posed some extra restrictions on blanking and > unblanking frame buffer device. > > Unfortunately, pwm_bl driver's probe did not

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lee Jones
On Tue, 08 Nov 2016, Lukasz Majewski wrote: > Dear All, > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > properties when necessary") has posed some extra restrictions on > > blanking and unblanking frame buffer device. > > > > Unfortunately, pwm_bl driver's probe did

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-10 Thread Lee Jones
On Tue, 08 Nov 2016, Lukasz Majewski wrote: > Dear All, > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > properties when necessary") has posed some extra restrictions on > > blanking and unblanking frame buffer device. > > > > Unfortunately, pwm_bl driver's probe did

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lee Jones
On Wed, 09 Nov 2016, Lukasz Majewski wrote: > Hi Lee, > > > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > > > Dear All, > > > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > > properties when necessary") has posed some extra restrictions on > > > > blanking

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lee Jones
On Wed, 09 Nov 2016, Lukasz Majewski wrote: > Hi Lee, > > > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > > > Dear All, > > > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > > properties when necessary") has posed some extra restrictions on > > > > blanking

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lukasz Majewski
Hi Lee, > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > Dear All, > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > properties when necessary") has posed some extra restrictions on > > > blanking and unblanking frame buffer device. > > > > > > Unfortunately,

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lukasz Majewski
Hi Lee, > On Tue, 08 Nov 2016, Lukasz Majewski wrote: > > > Dear All, > > > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > > properties when necessary") has posed some extra restrictions on > > > blanking and unblanking frame buffer device. > > > > > > Unfortunately,

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lee Jones
On Tue, 08 Nov 2016, Lukasz Majewski wrote: > Dear All, > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > properties when necessary") has posed some extra restrictions on > > blanking and unblanking frame buffer device. > > > > Unfortunately, pwm_bl driver's probe did

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-09 Thread Lee Jones
On Tue, 08 Nov 2016, Lukasz Majewski wrote: > Dear All, > > > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > > properties when necessary") has posed some extra restrictions on > > blanking and unblanking frame buffer device. > > > > Unfortunately, pwm_bl driver's probe did

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-08 Thread Lukasz Majewski
Dear All, > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > properties when necessary") has posed some extra restrictions on > blanking and unblanking frame buffer device. > > Unfortunately, pwm_bl driver's probe did not initialize members of > struct backlight_device necessary

Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-08 Thread Lukasz Majewski
Dear All, > The commit a55944ca82d2 ("backlight: update bd state & fb_blank > properties when necessary") has posed some extra restrictions on > blanking and unblanking frame buffer device. > > Unfortunately, pwm_bl driver's probe did not initialize members of > struct backlight_device necessary

[PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-01 Thread Lukasz Majewski
The commit a55944ca82d2 ("backlight: update bd state & fb_blank properties when necessary") has posed some extra restrictions on blanking and unblanking frame buffer device. Unfortunately, pwm_bl driver's probe did not initialize members of struct backlight_device necessary for further

[PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2016-11-01 Thread Lukasz Majewski
The commit a55944ca82d2 ("backlight: update bd state & fb_blank properties when necessary") has posed some extra restrictions on blanking and unblanking frame buffer device. Unfortunately, pwm_bl driver's probe did not initialize members of struct backlight_device necessary for further