summaryrefslogtreecommitdiff
path: root/drivers/arm/gic/v2/gicv2_main.c
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-091-1/+1
* feat(gic): add APIs to raise NS and S-EL1 SGIsFlorian Lugou2022-09-141-2/+3
* Fix casting bug in gicv2_main.cjohpow012020-10-101-7/+9
* TF-A GIC driver: Add barrier before eoiSandeep Tripathy2020-06-221-0/+9
* Minor changes to documentation and commentsAntonio Nino Diaz2019-02-281-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-7/+8
* gic: Remove deprecated driver and interfacesAntonio Nino Diaz2018-09-281-71/+6
* Merge pull request #1540 from MISL-EBU-System-SW/marvell-updates-18.09Soby Mathew2018-09-041-0/+9
|\
| * gicv2: enable configuring IRQ trigger typeMarcin Wojtas2018-09-031-0/+9
* | gic: Fix typesAntonio Nino Diaz2018-08-301-66/+70
|/
* GIC: Do not flush cache when unneededAndrew F. Davis2018-07-261-3/+4
* gicv2: Fix support for systems without secure interruptsSamuel Holland2018-04-031-5/+2
* drivers: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+1
* Emit warnings when using deprecated GIC initDan Handley2018-03-011-0/+27
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-2/+2
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-1/+13
|\
| * ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere2017-11-081-1/+13
* | GIC: Fix Group 0 enablingJeenu Viswambharan2017-11-131-0/+9
* | GICv2: Fix populating PE target dataJeenu Viswambharan2017-11-131-3/+20
|/
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-161-22/+51
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-161-0/+24
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-161-0/+38
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-161-0/+35
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-161-0/+35
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-161-0/+33
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-161-0/+13
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-161-0/+34
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-161-0/+13
* GICv2: Add driver API to set PE target maskJeenu Viswambharan2017-10-161-0/+23
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-161-0/+12
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Flush the GIC driver data after initSoby Mathew2017-03-011-1/+12
* Move private APIs in gic_common.h to a private headerSoby Mathew2016-02-091-1/+2
* Add ARM GICv2 driverSoby Mathew2015-11-261-0/+254