[ARM] MXC: add pwm driver for i.MX SoCs
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 16 Jan 2009 14:17:16 +0000 (15:17 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 13 Mar 2009 09:34:10 +0000 (10:34 +0100)
commit166091b1894df3de736f43c649f2e6639f4a31ac
treed3f59658647ef26e74e57ead570636bfed451786
parent1512222b105beaff7b7fe11aa4220bcd0088e421
[ARM] MXC: add pwm driver for i.MX SoCs

This driver has been tested on MX27/MX31. It should work on MX1/MX1
aswell, but the actual setting of the PWM is missing so far.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/Kconfig
arch/arm/plat-mxc/Makefile
arch/arm/plat-mxc/pwm.c [new file with mode: 0644]