aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/arm/gicv2.h
AgeCommit message (Expand)Author
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-09-28gic: Remove deprecated driver and interfacesAntonio Nino Diaz
2018-09-04Merge pull request #1540 from MISL-EBU-System-SW/marvell-updates-18.09Soby Mathew
2018-09-03gicv2: enable configuring IRQ trigger typeMarcin Wojtas
2018-08-30gic: Fix definitionsAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-03-01Emit warnings when using deprecated GIC initDan Handley
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-16GICv2: Add driver API to set PE target maskJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2015-11-26Add ARM GICv2 driverSoby Mathew