Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current isp116x driver is configured for level triggered (int_edge_triggered=0, default) and active high (int_act-high=1) interrupts. However, the setting for the corresponding GPIO interrupt is IORESOURCE_IRQ_HIGHEDGE. This might mean the interrupt is not being acknowledged correctly. In testing after the project, make those consistent, and test with one or two vipers.

...