Re: [RFC][PATCH V2 2/3] pwm_backlight: use power sequences

2012-07-09 Thread Alex Courbot
Sorry, I just noticed a mistake in this patch I made while merging another one. The following also needs to be changed, otherwise the power-on sequence will never be executed: diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c index 1a38953..4546d23 100644 ---

[RFC][PATCH V2 2/3] pwm_backlight: use power sequences

2012-07-09 Thread Alexandre Courbot
Make use of the power sequences specified in the device tree or platform data, if any. Signed-off-by: Alexandre Courbot --- .../bindings/video/backlight/pwm-backlight.txt | 28 ++- drivers/video/backlight/power_seq.c| 44 ++--- drivers/video/backlight/pwm_bl.c

[RFC][PATCH V2 2/3] pwm_backlight: use power sequences

2012-07-09 Thread Alexandre Courbot
Make use of the power sequences specified in the device tree or platform data, if any. Signed-off-by: Alexandre Courbot acour...@nvidia.com --- .../bindings/video/backlight/pwm-backlight.txt | 28 ++- drivers/video/backlight/power_seq.c| 44 ++---

Re: [RFC][PATCH V2 2/3] pwm_backlight: use power sequences

2012-07-09 Thread Alex Courbot
Sorry, I just noticed a mistake in this patch I made while merging another one. The following also needs to be changed, otherwise the power-on sequence will never be executed: diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c index 1a38953..4546d23 100644 ---