Re: [PATCH v3 3/7] pwm: rockchip: Use pwm_apply instead of the pwm_enable

2017-08-18 Thread Thierry Reding
On Tue, Aug 08, 2017 at 11:38:31PM +0800, David Wu wrote: > Drop the custom hook of pwm_enable and implement > pwm_apply_v1 and pwm_apply_v2 instead. > > Signed-off-by: David Wu > --- > drivers/pwm/pwm-rockchip.c | 141 > + >

Re: [PATCH v3 3/7] pwm: rockchip: Use pwm_apply instead of the pwm_enable

2017-08-18 Thread Thierry Reding
On Tue, Aug 08, 2017 at 11:38:31PM +0800, David Wu wrote: > Drop the custom hook of pwm_enable and implement > pwm_apply_v1 and pwm_apply_v2 instead. > > Signed-off-by: David Wu > --- > drivers/pwm/pwm-rockchip.c | 141 > + > 1 file changed, 77

[PATCH v3 3/7] pwm: rockchip: Use pwm_apply instead of the pwm_enable

2017-08-08 Thread David Wu
Drop the custom hook of pwm_enable and implement pwm_apply_v1 and pwm_apply_v2 instead. Signed-off-by: David Wu --- drivers/pwm/pwm-rockchip.c | 141 + 1 file changed, 77 insertions(+), 64 deletions(-) diff --git

[PATCH v3 3/7] pwm: rockchip: Use pwm_apply instead of the pwm_enable

2017-08-08 Thread David Wu
Drop the custom hook of pwm_enable and implement pwm_apply_v1 and pwm_apply_v2 instead. Signed-off-by: David Wu --- drivers/pwm/pwm-rockchip.c | 141 + 1 file changed, 77 insertions(+), 64 deletions(-) diff --git a/drivers/pwm/pwm-rockchip.c