Re: [PATCH v3] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state

2017-04-06 Thread Thierry Reding
On Wed, Mar 01, 2017 at 07:10:55PM +0800, David Wu wrote: > From: "david.wu" You might want to set up git to use the correct author. > If the pwm was not enabled at uboot loader, pwm could not work for clock > always disabled at pwm driver. The pwm clock is enabled at

Re: [PATCH v3] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state

2017-04-06 Thread Thierry Reding
On Wed, Mar 01, 2017 at 07:10:55PM +0800, David Wu wrote: > From: "david.wu" You might want to set up git to use the correct author. > If the pwm was not enabled at uboot loader, pwm could not work for clock > always disabled at pwm driver. The pwm clock is enabled at beginning of >

[PATCH v3] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state

2017-03-01 Thread David Wu
From: "david.wu" If the pwm was not enabled at uboot loader, pwm could not work for clock always disabled at pwm driver. The pwm clock is enabled at beginning of pwm_apply(), but disabled at end of pwm_apply(). If the pwm was enabled at uboot loader, pwm clock is always

[PATCH v3] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state

2017-03-01 Thread David Wu
From: "david.wu" If the pwm was not enabled at uboot loader, pwm could not work for clock always disabled at pwm driver. The pwm clock is enabled at beginning of pwm_apply(), but disabled at end of pwm_apply(). If the pwm was enabled at uboot loader, pwm clock is always enabled unless closed by