remarkable-linux/drivers/pwm
Philip, Avinash daa5629b21 pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM
EHRPWM hardware supports polarity configuration of PWM output. However
configuration of polarity done in hardware only in .enable() to ensure
PWM output present only after enabling PWM. This commit adds support for
polarity configuration for EHRPWM.
When being here, remove configuring of polarity during .config() and do
it explicitly from .set_polarity().

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
2012-09-10 17:05:53 +02:00
..
core.c pwm: add devm_pwm_get() and devm_pwm_put() 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
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: Add support for configuring polarity of PWM 2012-09-10 17:05:52 +02:00
pwm-tiehrpwm.c pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM 2012-09-10 17:05:53 +02:00
pwm-vt8500.c pwm: vt8500: Fix coding style issue 2012-08-17 14:08:25 +02:00