]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM i.MX: Move i.MX pwm driver to pwm framework
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 15 Mar 2012 09:04:35 +0000 (10:04 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 2 Jul 2012 19:39:01 +0000 (21:39 +0200)
commit29693248edf10830db2ef82b36806e378ff75c67
treee6607ecb7d99b2cba119939d3dbbc438c9ed519e
parent17b2b4780f879a559b8dc96c170dd6df98fe9ab3
ARM i.MX: Move i.MX 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>
[eric@eukrea.com: set chip.dev to prevent probe failure]
[eric@eukrea.com: fix pwmchip_add return code test]
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
arch/arm/plat-mxc/Kconfig
arch/arm/plat-mxc/Makefile
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-imx.c [moved from arch/arm/plat-mxc/pwm.c with 58% similarity]