From 4732fc91734f9729e21b1945a77bc347125ce2d6 Mon Sep 17 00:00:00 2001 From: Ilkka Koskinen Date: Thu, 20 May 2010 13:04:20 +0300 Subject: [PATCH] --- yaml --- r: 199417 b: refs/heads/master c: 191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9 h: refs/heads/master i: 199415: 3ce1deecf065720fb41947b7b4a8e6a2462ac0cc v: v3 --- [refs] | 2 +- trunk/drivers/mfd/twl4030-irq.c | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 0ed0210e41a4..ff7ed4197ca4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae9f52f05c8223c8b4e18b042febf7a7bb46332a +refs/heads/master: 191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9 diff --git a/trunk/drivers/mfd/twl4030-irq.c b/trunk/drivers/mfd/twl4030-irq.c index 202bdd59632d..097f24d8bceb 100644 --- a/trunk/drivers/mfd/twl4030-irq.c +++ b/trunk/drivers/mfd/twl4030-irq.c @@ -232,10 +232,11 @@ static const struct sih sih_modules_twl5031[8] = { }, [6] = { /* - * ACI doesn't use the same SIH organization. - * For example, it supports only one interrupt line + * ECI/DBI doesn't use the same SIH organization. + * For example, it supports only one interrupt output line. + * That is, the interrupts are seen on both INT1 and INT2 lines. */ - .name = "aci", + .name = "eci_dbi", .module = TWL5031_MODULE_ACCESSORY, .bits = 9, .bytes_ixr = 2, @@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = { }, [7] = { - /* Accessory */ - .name = "acc", + /* Audio accessory */ + .name = "audio", .module = TWL5031_MODULE_ACCESSORY, .control_offset = TWL5031_ACCSIHCTRL, .bits = 2,