nuttx/arch/arm64/include/imx9
Ville Juven 8e32a3ce24 imx93_gpioirq: Fix the GPIO interrupt source names
The original assumption was that the interrupt numbers are divided
so that 16 pins from 1 port are handled by a single interrupt source.

So source 0 would handle pins 0-15 and source 1 would handle pins 16-31.
This assumption is wrong, each pin has two sources, thus there are two
interrupt lines for each pin.

The driver uses source 0, and leaves source 1 disabled.
2024-04-16 19:11:31 +08:00
..
chip.h
imx93_irq.h imx93_gpioirq: Fix the GPIO interrupt source names 2024-04-16 19:11:31 +08:00
irq.h