summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorPaul Parsons <lost.distance@yahoo.com>2012-04-11 03:35:34 +0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-01 14:00:22 +0400
commit2fe372fc2a037c8de0c721b45cd0e4e9c8d8c25e (patch)
tree26a25dcc10e86203adf981c280ed325b606c8921 /usr
parent1baf665b8167c0ab1240e76b1eae647d5ab60b23 (diff)
downloadlinux-2fe372fc2a037c8de0c721b45cd0e4e9c8d8c25e.tar.xz
mfd: Avoid unbalanced asic3 irq wakeup enables/disables
The mfd/asic3 driver does not currently define a irq_set_wake() handler. Consequently any attempt to configure the 3 ASIC3 GPIO buttons - RECORD, CALENDAR, HOME - as wakeup sources results in Unbalanced IRQ warnings when the system is woken from sleep mode: WARNING: at kernel/irq/manage.c:520 irq_set_irq_wake+0xc4/0xf8() Unbalanced IRQ 342 wake disable ... WARNING: at kernel/irq/manage.c:520 irq_set_irq_wake+0xc4/0xf8() Unbalanced IRQ 337 wake disable ... WARNING: at kernel/irq/manage.c:520 irq_set_irq_wake+0xc4/0xf8() Unbalanced IRQ 339 wake disable ... This patch adds a irq_set_wake() handler to the mfd/asic3 driver. Signed-off-by: Paul Parsons <lost.distance@yahoo.com> Cc: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions