]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: arizona: Request parent IRQ before we request child IRQs
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 16 Dec 2015 13:53:59 +0000 (13:53 +0000)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Jan 2016 06:41:47 +0000 (06:41 +0000)
commit43f5bba8b6055a16c98a9b9c95b6e7ff061437af
tree0cd9e0554fd934c3413eee77846947023a705b32
parentfa55c45094fd55aa17e6ed7b1d2b85e8f97f952b
mfd: arizona: Request parent IRQ before we request child IRQs

Currently the driver requests the boot done and control interface IRQs
before it has requested its own IRQ line. This can cause problems on
edge triggered IRQ systems as if an edge occurs before the parent IRQ is
enabled it will be missed. Whilst we are changing the error handling
remove an unused label as well.

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