OSDN Git Service

mfd: wm5110: Remove non-existant interrupts
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 15 Jul 2014 10:21:45 +0000 (11:21 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 28 Jul 2014 07:10:19 +0000 (08:10 +0100)
The DCS_DAC_DONE and DCS_HP_DONE interrupts do not exist on the wm5110
version of the IP. This patch removes them from the regmap IRQ
structure.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm5110-tables.c

index 41a7f6f..b26be6e 100644 (file)
@@ -420,12 +420,6 @@ static const struct regmap_irq wm5110_irqs[ARIZONA_NUM_IRQ] = {
        [ARIZONA_IRQ_BOOT_DONE] = {
                .reg_offset = 4, .mask = ARIZONA_BOOT_DONE_EINT1
        },
-       [ARIZONA_IRQ_DCS_DAC_DONE] = {
-               .reg_offset = 4, .mask = ARIZONA_DCS_DAC_DONE_EINT1
-       },
-       [ARIZONA_IRQ_DCS_HP_DONE] = {
-               .reg_offset = 4, .mask = ARIZONA_DCS_HP_DONE_EINT1
-       },
        [ARIZONA_IRQ_FLL2_CLOCK_OK] = {
                .reg_offset = 4, .mask = ARIZONA_FLL2_CLOCK_OK_EINT1
        },