Home
last modified time | relevance | path

Searched hist:"184 b69c5d3a7ec778b370ba00c05174d365bcc18" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Dmax8907.cdiff 184b69c5d3a7ec778b370ba00c05174d365bcc18 Tue Jun 15 00:24:20 CEST 2021 Sergey Larin <cerg2010cerg2010@mail.ru> mfd: max8907: Remove IRQF_NO_AUTOEN flag

IRQF_NO_AUTOEN flag doesn't go well with IRQF_SHARED flag - the
check in request_threaded_irq fails and exits with EINVAL.

So we ignore the flag and enable it on the first IRQ request. No
interrupt should arrive from the chip as all interrupts are masked
by default.

Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>