Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pwm: fsl-ftm: set pwm_chip can_sleep flag | Axel Lin | 2014-05-23 | 1 | -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 support | Xiubo Li | 2014-03-18 | 1 | -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> |