If gpio interrupts on different gpios occur on almost the same time, sometime some of them seem to get lost.
This is what I do to test this issue.
Create 100 Interrupts with pigpio and this code (wa…
Hi!
When modifying the SPI section of arch/arm/mach-bcm2708/bcm2708.c
and then adding an interrupt "translation" from GPIO PIN to interrupt like this:
```
diff --git a/arch/arm/mach-bcm2708/bcm2708.…