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
..
2023-12-11 17:00:10 -03:00
2023-12-11 17:00:10 -03:00
2023-12-11 17:00:10 -03:00
2023-12-08 21:33:03 -03:00
2024-03-06 13:31:50 +08:00