dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/pwm
Alexandre Courbot 6354316dbe pwm: add devm_pwm_get() and devm_pwm_put()
Add resource managed variants of pwm_get() and pwm_put() for
convenience. Code is largely inspired by the equivalent devm functions
of the regulator framework.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
2012-09-10 17:05:45 +02:00
..
Kconfig pwm: Improve Kconfig help text 2012-08-20 11:58:43 +02:00
Makefile pwm: pwm-tiehrpwm: PWM driver support for EHRPWM 2012-07-26 07:45:20 +02:00
core.c pwm: add devm_pwm_get() and devm_pwm_put() 2012-09-10 17:05:45 +02:00
pwm-bfin.c pwm: pwm-bfin: Return proper error if pwmchip_remove() fails 2012-07-23 13:24:00 +02:00
pwm-imx.c pwm: Convert pwm-imx to use devm_* APIs 2012-07-23 13:23:57 +02:00
pwm-lpc32xx.c pwm: add lpc32xx PWM support 2012-07-23 13:24:05 +02:00
pwm-mxs.c pwm: pwm-mxs: Return proper error if pwmchip_remove() fails 2012-07-23 13:24:01 +02:00
pwm-pxa.c pwm: pxa: Propagate pwmchip_remove() error 2012-07-23 13:23:59 +02:00
pwm-samsung.c pwm: samsung: add missing device pointer to struct pwm_chip 2012-08-17 14:08:24 +02:00
pwm-tegra.c pwm: Remove a redundant error message when devm_request_and_ioremap fails 2012-08-17 14:08:25 +02:00
pwm-tiecap.c pwm: pwm-tiecap: Disable APWM mode after configure 2012-09-10 17:03:13 +02:00
pwm-tiehrpwm.c pwm: pwm-tiehrpwm: Fix conflicting channel period setting 2012-09-10 17:04:38 +02:00
pwm-vt8500.c pwm: vt8500: Fix coding style issue 2012-08-17 14:08:25 +02:00