commit | 7e192e9e279cf3a0d25eed6d874ef7f9d3d4278d | [log] [tgz] |
---|---|---|
author | Conor Paxton <conor.paxton@microchip.com> | Wed Nov 29 21:39:33 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Dec 12 10:56:20 2023 +0100 |
tree | f7b254ab123d95c1279e39156aaf12ffd3617bff | |
parent | 4e825f572c004c71754c0cd6c906afdfa0e98ed8 [diff] |
drivers: intc_plic: claim interrupt from hart that serviced it The plic has a very simple mechanism to claim an interrupt as well as to complete and clear it. The same register is read from/ written to to achieve this. Get the ID of the HART that serviced the interrupt and write to the claim complete register in the correct context Signed-off-by: Conor Paxton <conor.paxton@microchip.com>