Home
last modified time | relevance | path

Searched hist:"193 b40c8258f781d8dc395909b2971472aad6796" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.cdiff 193b40c8258f781d8dc395909b2971472aad6796 Wed Oct 21 05:08:43 CDT 2015 Mika Westerberg <mika.westerberg@linux.intel.com> pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt

On Intel Broxton the GPIO hardware consists of several chips that all share
the parent interrupt. It is not possible to handle this by setting chained
handler for each chip (as they will overwrite each other).

To overcome this we need to request the interrupt using devm_request_irq()
and pass IRQF_SHARED with the flags.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>