android_kernel_samsung_msm8976/drivers/pwm
Xu Kai 3044bc94e9 pwm: qpnp: use the correct parameter to check the change of PWM period
"pwm->period" is an external parameter that will be updated out
of the pwm-qpnp driver unexpectedly. It's improper to use this
parameter to check whether the expected period is different from
the one being used. "chip->pwm_config.pwm_period" is a pwm-qpnp
internal parameter, which always represents the current period,
so use it to fix the problem.

Change-Id: I455b828c8c9270ef0f32ab3533daa1bc2c7d183d
Signed-off-by: Xu Kai <kaixu@codeaurora.org>
2014-04-21 17:23:03 +08:00
..
core.c
Kconfig
Makefile
pwm-ab8500.c
pwm-atmel-tcb.c
pwm-bfin.c
pwm-imx.c
pwm-jz4740.c
pwm-lpc32xx.c
pwm-mxs.c
pwm-puv3.c
pwm-pxa.c
pwm-qpnp.c pwm: qpnp: use the correct parameter to check the change of PWM period 2014-04-21 17:23:03 +08:00
pwm-samsung.c
pwm-spear.c
pwm-tegra.c
pwm-tiecap.c
pwm-tiehrpwm.c
pwm-tipwmss.c
pwm-tipwmss.h
pwm-twl-led.c
pwm-twl.c
pwm-vt8500.c