nuttx/arch/arm64
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
..
include imx93_gpioirq: Fix the GPIO interrupt source names 2024-04-16 19:11:31 +08:00
src imx93_gpioirq: Fix the GPIO interrupt source names 2024-04-16 19:11:31 +08:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig arm64/imx9: Add support for imx9 series SoMs, imx93 implemented 2024-03-20 20:13:14 +08:00