aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2010-09-06 02:54:52 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-28 18:29:21 -0400
commitf0f05b1c751772d19c9c8f36d75e97b1d9687407 (patch)
tree31aa221575b1b05a6f3d63f7185ff01a29541490 /drivers/mfd
parent47c1697508f2ec9f6b31ce6c825fe1017871dea6 (diff)
misc: Add ab8500 pwm driver
This patch adds a Pulse Width Modulation driver for Analog Baseband Chip AB8500. Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/ab8500-core.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index 373783146b5e..4132b5395fc4 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -404,10 +404,21 @@ static struct mfd_cell ab8500_devs[] = {
404 .num_resources = ARRAY_SIZE(ab8500_rtc_resources), 404 .num_resources = ARRAY_SIZE(ab8500_rtc_resources),
405 .resources = ab8500_rtc_resources, 405 .resources = ab8500_rtc_resources,
406 }, 406 },
407 {
408 .name = "ab8500-pwm",
409 .id = 1,
410 },
411 {
412 .name = "ab8500-pwm",
413 .id = 2,
414 },
415 {
416 .name = "ab8500-pwm",
417 .id = 3,
418 },
407 { .name = "ab8500-charger", }, 419 { .name = "ab8500-charger", },
408 { .name = "ab8500-audio", }, 420 { .name = "ab8500-audio", },
409 { .name = "ab8500-usb", }, 421 { .name = "ab8500-usb", },
410 { .name = "ab8500-pwm", },
411 { .name = "ab8500-regulator", }, 422 { .name = "ab8500-regulator", },
412 { 423 {
413 .name = "ab8500-poweron-key", 424 .name = "ab8500-poweron-key",