Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-22 Thread YH Huang
On Fri, 2015-10-16 at 10:31 +0200, Lucas Stach wrote: > Am Freitag, den 16.10.2015, 09:37 +0800 schrieb YH Huang: > > In order to match the panel power sequence, disable the enable_gpio > > in the probe function. Also, reorder the code in the power_on and > > power_off function to match the timing.

Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-16 Thread YH Huang
On Fri, 2015-10-16 at 10:36 +0200, Sascha Hauer wrote: > On Fri, Oct 16, 2015 at 09:37:34AM +0800, YH Huang wrote: > > In order to match the panel power sequence, disable the enable_gpio > > in the probe function. Also, reorder the code in the power_on and > > power_off function to match the timing

Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-16 Thread YH Huang
On Fri, 2015-10-16 at 10:42 +0800, kbuild test robot wrote: > Hi YH, > > [auto build test ERROR on pwm/for-next -- if it's inappropriate base, please > suggest rules for selecting the more suitable base] > > url: > https://github.com/0day-ci/linux/commits/YH-Huang/pwm-backlight-fix-the-panel

Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-16 Thread Sascha Hauer
On Fri, Oct 16, 2015 at 09:37:34AM +0800, YH Huang wrote: > In order to match the panel power sequence, disable the enable_gpio > in the probe function. Also, reorder the code in the power_on and > power_off function to match the timing. > @@ -241,8 +242,7 @@ static int pwm_backlight_probe(struct p

Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-16 Thread Lucas Stach
Am Freitag, den 16.10.2015, 09:37 +0800 schrieb YH Huang: > In order to match the panel power sequence, disable the enable_gpio > in the probe function. Also, reorder the code in the power_on and > power_off function to match the timing. > You aren't specifying which panels power sequence you are

Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-15 Thread kbuild test robot
Hi YH, [auto build test ERROR on pwm/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/YH-Huang/pwm-backlight-fix-the-panel-power-sequence/20151016-093957 config: i386-allmodconfig (attached as .co

[RESEND PATCH] pwm-backlight: fix the panel power sequence

2015-10-15 Thread YH Huang
In order to match the panel power sequence, disable the enable_gpio in the probe function. Also, reorder the code in the power_on and power_off function to match the timing. Signed-off-by: YH Huang --- drivers/video/backlight/pwm_bl.c | 15 +-- 1 file changed, 9 insertions(+), 6 de