aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-imx.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-23pwm: Convert pwm-imx to use devm_* APIsAxel Lin1-47/+10
Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
2012-07-02ARM i.MX: Move i.MX pwm driver to pwm frameworkSascha Hauer1-0/+267
Move the driver to drivers/pwm/ and convert it to use the framework. Signed-off-by: Sascha Hauer <[email protected]> [[email protected]: set chip.dev to prevent probe failure] [[email protected]: fix pwmchip_add return code test] Signed-off-by: Eric BĂ©nard <[email protected]> Signed-off-by: Thierry Reding <[email protected]>