]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
pwm: Move TWL6030 PWM driver to PWM framework
authorThierry Reding <thierry.reding@avionic-design.de>
Tue, 18 Sep 2012 08:29:51 +0000 (10:29 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 19 Sep 2012 10:04:25 +0000 (12:04 +0200)
commit48a364b758f861b21747a5148f26aedc504edb7f
treee76941d9155ecd0dc5534ef840a5c0d6ddc107f0
parentf78959cfa335196ba36d8c4651078f14dc07f2a8
pwm: Move TWL6030 PWM driver to PWM framework

This commit moves the driver to drivers/pwm and converts it to the new
PWM framework. In order for this to work properly, register the PWM as
child of the multi-function TWL6030 device.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/twl-core.c
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-twl6030.c [moved from drivers/mfd/twl6030-pwm.c with 55% similarity]