Re: [PATCH v3 2/2] pwm: add MediaTek display PWM driver support

2015-07-02 Thread Daniel Kurtz
On Mon, Jun 29, 2015 at 11:03 PM, YH Huang wrote: > Add display PWM driver support to modify backlight for MT8173 and MT6595. > The PWM has one channel to control the brightness of the display. > When the (high_width / period) is closer to 1, the screen is brighter; > otherwise, it is darker. > >

[PATCH v3 2/2] pwm: add MediaTek display PWM driver support

2015-06-29 Thread YH Huang
Add display PWM driver support to modify backlight for MT8173 and MT6595. The PWM has one channel to control the brightness of the display. When the (high_width / period) is closer to 1, the screen is brighter; otherwise, it is darker. Change-Id: Ie85b295e290b4163af1c906df977f79b59d6 Signed-o