Skip to content

Commit

Permalink
pwm: Remove pwm-twl6030 driver
Browse files Browse the repository at this point in the history
This driver only supported the Charging indicator LED.
New set of drivers going to provide support for both PWMs and LEDs for twl4030
and twl6030 series of PMICs.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
  • Loading branch information
Peter Ujfalusi authored and Thierry Reding committed Nov 28, 2012
1 parent aa76564 commit 6179a58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 194 deletions.
9 changes: 0 additions & 9 deletions drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ config PWM_TIPWMSS
PWM submodules require PWM config space access from submodule
drivers and require common parent driver support.

config PWM_TWL6030
tristate "TWL6030 PWM support"
depends on TWL4030_CORE
help
Generic PWM framework driver for TWL6030.

To compile this driver as a module, choose M here: the module
will be called pwm-twl6030.

config PWM_TWL
tristate "TWL4030/6030 PWM support"
depends on TWL4030_CORE
Expand Down
1 change: 0 additions & 1 deletion drivers/pwm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
obj-$(CONFIG_PWM_TIECAP) += pwm-tiecap.o
obj-$(CONFIG_PWM_TIEHRPWM) += pwm-tiehrpwm.o
obj-$(CONFIG_PWM_TIPWMSS) += pwm-tipwmss.o
obj-$(CONFIG_PWM_TWL6030) += pwm-twl6030.o
obj-$(CONFIG_PWM_TWL) += pwm-twl.o
obj-$(CONFIG_PWM_TWL_LED) += pwm-twl-led.o
obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o
184 changes: 0 additions & 184 deletions drivers/pwm/pwm-twl6030.c

This file was deleted.

0 comments on commit 6179a58

Please sign in to comment.