u-boot/drivers/pwm
Masahiro Yamada 4985012b73 pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif
Both CONFIG_PWM_TEGRA and CONFIG_PWM_EXYNOS depend on CONFIG_DM_PWM,
i.e. they are already guarded by Kconfig correctly.  Remove unneeded
ifdef CONFIG_DM_PWM ... endif.

While we are here, let's tidy up alignment and sort the lines
alphabetically in Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-02-08 16:24:26 -05:00
..
Kconfig exynos: pwm: Add a driver for the exynos5 PWM 2016-05-25 13:25:18 +09:00
Makefile pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif 2017-02-08 16:24:26 -05:00
exynos_pwm.c exynos: pwm: Add a driver for the exynos5 PWM 2016-05-25 13:25:18 +09: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 dm: pwm: Add a PWM uclass 2016-01-21 20:42:36 -07:00
rk_pwm.c rk_pwm: remove grf setting code from driver 2016-09-22 07:32:22 -06:00
tegra_pwm.c tegra: pwm: Add a driver for the tegra PWM 2016-02-16 09:17:50 -07:00