commit | 40138c96b2996ad3f8ff6ec72ebe0f7bb7071714 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Sep 21 13:37:34 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 05 15:01:45 2022 -0500 |
tree | 1bd82a642b30351f16ff78da8781dde6ce56f604 | |
parent | f38c6b67ed16446c068a1cabe2f2cfbc09d57ebb [diff] |
interrupt_controller: dw: use finalstatus instead of maskstatus Instead of using maskstatus to see if an interrupt has fired, use finalstatus instead. It has been observed that some controllers do not update maskstatus correctly with incoming interrupts, but finalstatus works fine. FYI, the DW driver in Linux is also using finalstatus. Signed-off-by: Daniel Leung <daniel.leung@intel.com>