]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: fsl-ftm: set pwm_chip can_sleep flag
authorAxel Lin <axel.lin@ingics.com>
Thu, 22 May 2014 00:05:20 +0000 (08:05 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 23 May 2014 07:11:21 +0000 (09:11 +0200)
commit9dea666bd7617f509634044d16b13787914b85cb
treea16870320118635806a2964b21c633c15c81a724
parent4fa64f542a3871027ea6884539ff177140aaab79
pwm: fsl-ftm: set pwm_chip can_sleep flag

The implementation of .config(), .enable() and .disable() operations in this
driver may sleep, thus set pwm_chip can_sleep flag.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-fsl-ftm.c