Re: [PATCH v3 0/2] Add MediaTek display PWM driver

2015-07-06 Thread YH Huang
Hi Daniel, I will add PWM dtsi in the next patch and also fix the code with your suggestions in other mails. Regards, YH Huang On Tue, 2015-06-30 at 14:35 +0800, Daniel Kurtz wrote: > Hi YH, > > Please also include a patch that adds PWM bindings to mt8173.dtsi. > The clock definitions (CLK_MM_D

Re: [PATCH v3 0/2] Add MediaTek display PWM driver

2015-06-29 Thread Daniel Kurtz
Hi YH, Please also include a patch that adds PWM bindings to mt8173.dtsi. The clock definitions (CLK_MM_DISP_PWM*) are added by James LIao's patch: clk: mediatek: Add subsystem clocks of MT8173 I think it is ok to mention in the cover-letter that the PWM .dtsi change depends on that other patch

[PATCH v3 0/2] Add MediaTek display PWM driver

2015-06-29 Thread YH Huang
This patch series add the use of display PWM driver and documentation for Mediatek SoCs. The driver is used to support the backlight of the panel. This is based on v4.1-rc1. Change in v3: 1. Add suspend/resume function 2. Fix the formula for high_width calculation 3. Rewrite some code to make it