1
0

ARM vt8500: Move vt8500 pwm driver to pwm framework

Move the driver to drivers/pwm/ and convert it to use the framework.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Este cometimento está contido em:
Sascha Hauer
2012-03-15 10:04:37 +01:00
cometido por Thierry Reding
ascendente 215c29d3d0
cometimento a245ccebb4
5 ficheiros modificados com 67 adições e 117 eliminações

Ver ficheiro

@@ -4,3 +4,4 @@ obj-$(CONFIG_PWM_IMX) += pwm-imx.o
obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
obj-$(CONFIG_PWM_SAMSUNG) += pwm-samsung.o
obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o