summaryrefslogtreecommitdiff
path: root/drivers/arm/gic/v3/gicv3_main.c
AgeCommit message (Expand)Author
2018-07-05Fix MISRA Rule 5.1Daniel Boulby
2018-07-05gicv3: Fix support for systems without secure interruptsAndre Przywara
2018-03-01Emit warnings when using deprecated GIC initDan Handley
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2017-11-13GIC: Fix Group 0 enablingJeenu Viswambharan
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add API to set priority maskJeenu Viswambharan
2017-10-16GIC: Add API to set/clear interrupt pendingJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt routingJeenu Viswambharan
2017-10-16GIC: Add API to raise secure SGIJeenu Viswambharan
2017-10-16GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt priorityJeenu Viswambharan
2017-10-16GIC: Add APIs to enable and disable interruptJeenu Viswambharan
2017-10-16GIC: Add API to get interrupt active statusJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-10-06Fix assertion in GIC ITS helperSoby Mathew
2017-10-05GICv3: ITS architectural save and restore helpersSoby Mathew
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-06-01Introduce ARM GIC-600 driverJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2017-03-01Flush the GIC driver data after initSoby Mathew
2016-12-15GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan
2016-09-12GICv3: Allow either G1S or G0 interrupts to be configuredYatharth Kochar
2016-08-18Merge pull request #678 from soby-mathew/sm/PSCI_AArch32danh-arm
2016-08-11gicv3: disable Group1 NonSecure interrupts during core powerdownSudeep Holla
2016-08-10AArch32: Enable GIC and TZC supportSoby Mathew
2016-02-09Move private APIs in gic_common.h to a private headerSoby Mathew
2015-12-04Rename GICv3 interrupt group macrosSoby Mathew
2015-11-26Add ARM GICv3 driver without support for legacy operationAchin Gupta