gpio + separate interrupts on rising / falling
From: Enrico Weigelt, metux IT consult
Date: Mon Nov 06 2017 - 11:30:57 EST
Hi folks,
I've got device with some strange device that triggers two irqs via one
line. Rising means buffer A filled, falling mean buffer B filled.
I'd like to handle that via two separate interrupts. Is it possible to
register both an rising and an falling edge irq on the same line ?
--mtx