21 Sep, 2016

1 commit

  • The STM32 external interrupt controller consists of edge detectors that
    generate interrupts requests or wake-up events.

    Each line can be independently configured as interrupt or wake-up source,
    and triggers either on rising, falling or both edges. Each line can also
    be masked independently.

    Originally-from: Maxime Coquelin
    Signed-off-by: Alexandre TORGUE
    Cc: Mark Rutland
    Cc: devicetree@vger.kernel.org
    Cc: Daniel Thompson
    Cc: Jason Cooper
    Cc: arnd@arndb.de
    Cc: Marc Zyngier
    Cc: bruherrera@gmail.com
    Cc: Linus Walleij
    Cc: linux-gpio@vger.kernel.org
    Cc: Rob Herring
    Cc: lee.jones@linaro.org
    Cc: linux-arm-kernel@lists.infradead.org
    Link: http://lkml.kernel.org/r/1474387259-18926-3-git-send-email-alexandre.torgue@st.com
    Signed-off-by: Thomas Gleixner

    Alexandre TORGUE