diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-18 10:29:51 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-19 12:04:25 +0200 |
commit | 48a364b758f861b21747a5148f26aedc504edb7f (patch) | |
tree | e76941d9155ecd0dc5534ef840a5c0d6ddc107f0 /drivers/pwm/Makefile | |
parent | f78959cfa335196ba36d8c4651078f14dc07f2a8 (diff) | |
download | linux-48a364b758f861b21747a5148f26aedc504edb7f.tar.gz linux-48a364b758f861b21747a5148f26aedc504edb7f.tar.bz2 linux-48a364b758f861b21747a5148f26aedc504edb7f.zip |
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>
Diffstat (limited to 'drivers/pwm/Makefile')
-rw-r--r-- | drivers/pwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile index e4b2c898964d..78f123dca30d 100644 --- a/drivers/pwm/Makefile +++ b/drivers/pwm/Makefile @@ -8,4 +8,5 @@ obj-$(CONFIG_PWM_SAMSUNG) += pwm-samsung.o obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o obj-$(CONFIG_PWM_TIECAP) += pwm-tiecap.o obj-$(CONFIG_PWM_TIEHRPWM) += pwm-tiehrpwm.o +obj-$(CONFIG_PWM_TWL6030) += pwm-twl6030.o obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o |