commit | 607358b084f51d5b80b9998c7d51b6f3ed40fa16 | [log] [tgz] |
---|---|---|
author | Dat Nguyen Duy <dat.nguyenduy@nxp.com> | Wed Oct 12 14:37:52 2022 +0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Nov 04 17:44:08 2022 -0400 |
tree | b11c63e3cbd4e447c8ee1208fc137c23f77a7ef0 | |
parent | 33b86d69459c1a779f2c3841397714eff119bc40 [diff] |
drivers: interrupt_controller: initial support for NXP S32Z27 EIRQ Add initial support for the NXP S32Z27 SIUL2 External Interrupt Controller. Each SIUL2 node has a child node will act as an interrupt-controller that processes external interrupt signals. This driver is required to manage GPIO interrupts. Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>