rv1126-uboot/drivers/pwm
David Wu bab0c55c3c pwm: rockchip: Do pwm pinctrl setting after pwm enabled
If the PWM pinctrl uses default state, the iomux setting will
be done at probe, the PWM may not be enabled at this moment.
It will make PWM into an intermediate state, destroy the default
hardware state, the PWM is not ready for work yet. So it is better
for doing PWM pinctrl setting after PWM enabled.

Change-Id: I8b700a07083b9a6798303fc5a5ed9f29eb42c47e
Signed-off-by: David Wu <david.wu@rock-chips.com>
2018-03-20 14:56:24 +08:00
..
Kconfig dm: sandbox: pwm: Add a basic pwm test 2017-04-27 16:49:02 -04:00
Makefile dm: sandbox: pwm: Add a basic pwm test 2017-04-27 16:49:02 -04:00
exynos_pwm.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pwm-imx-util.c pwm: imx: increase support up to PWM8 for i.MX6SX 2016-11-29 16:34:27 +01:00
pwm-imx-util.h PWM: Correct misspellings of "module" in context of PWM 2016-10-06 20:57:43 -04:00
pwm-imx.c PWM: Correct misspellings of "module" in context of PWM 2016-10-06 20:57:43 -04:00
pwm-uclass.c power: regulator: pwm: support pwm polarity setting 2017-05-10 13:37:21 -06:00
rk_pwm.c pwm: rockchip: Do pwm pinctrl setting after pwm enabled 2018-03-20 14:56:24 +08:00
sandbox_pwm.c dm: sandbox: pwm: add test for pwm_set_invert() 2017-05-10 13:37:21 -06:00
tegra_pwm.c dm: tegra: pwm: Convert to livetree 2017-07-28 12:02:47 -06:00