pwm: add pwm-mxs support
authorShawn Guo <shawn.guo@linaro.org>
Wed, 4 Apr 2012 02:50:52 +0000 (10:50 +0800)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 2 Jul 2012 20:06:34 +0000 (22:06 +0200)
commit4dce82c1e84007d38747533673c2289bfc6497d2
treefc50fbb65e2ec13b816c010307fc5d725af5f110
parenta245ccebb4aad9fae60597d5cbad158c0de4483e
pwm: add pwm-mxs support

Add generic PWM framework driver (DT only) for Freescale MXS.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Documentation/devicetree/bindings/pwm/mxs-pwm.txt [new file with mode: 0644]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-mxs.c [new file with mode: 0644]