summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-fsl-ftm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin2014-05-231-0/+1
| | | | | | | | | 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>
* pwm: Add Freescale FTM PWM driver supportXiubo Li2014-03-181-0/+495
The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Alison Wang <b18965@freescale.com> Signed-off-by: Jingchang Lu <b35083@freescale.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Yuan Yao <yao.yuan@freescale.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>