summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-twl6030.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28pwm: Remove pwm-twl6030 driverPeter Ujfalusi1-184/+0
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>
2012-09-19pwm: Move TWL6030 PWM driver to PWM frameworkThierry Reding1-0/+184
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>