summaryrefslogtreecommitdiff
path: root/drivers/arm/gic
AgeCommit message (Expand)Author
2019-12-13gic: make sure ProcessorSleep bit clear successfullyAnson Huang
2019-09-27Merge "GICv3 driver: Fix support for full SPI range" into integrationSoby Mathew
2019-09-25GICv3: Enable multi socket GIC redistributor frame discoveryMadhukar Pappireddy
2019-09-13GICv3 driver: Fix support for full SPI rangeAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-06-05Prevent pending G1S interrupt become G0 interruptJames kung
2019-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-04GICv3: Allow probe for fewer GICR interfaces than exposed by the frameSoby Mathew
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-03Mark GICV3, CCI and CCN boot time code as initDaniel Boulby
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 build errorAndrew F. Davis
2018-08-30gic v3: Fix width of types of helper functionsAntonio Nino Diaz
2018-08-30gic: Fix typesAntonio Nino Diaz
2018-08-30gic: Fix definitionsAntonio Nino Diaz
2018-08-30gic v3: Turn macros into static inline functionsAntonio Nino Diaz
2018-07-26GIC: Do not flush cache when unneededAndrew F. Davis
2018-06-12Fix MISRA Rule 5.3 Part 2Daniel Boulby
2018-06-12Fix MISRA Rule 5.1Daniel Boulby
2018-05-17Merge pull request #1340 from Andre-ARM/sec-irqs-fixesDimitris Papastamos
2018-04-27Fix pointer type mismatch of handlersMasahiro Yamada
2018-04-03gicv3: Fix support for systems without secure interruptsAndre Przywara
2018-04-03gicv2: Fix support for systems without secure interruptsSamuel Holland
2018-03-29Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos
2018-03-26drivers: fix switch statements to comply with MISRA rulesJonathan Wright
2018-03-26GIC: Fix setting interrupt configurationJeenu Viswambharan
2018-03-01Emit warnings when using deprecated GIC initDan Handley
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-01-23GICv3: Fix Dist restore for when the GIC is resetDerek Basehore
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-13GIC: Fix Group 0 enablingJeenu Viswambharan
2017-11-13GICv2: Fix populating PE target dataJeenu Viswambharan
2017-11-08ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add helpers to set interrupt configurationJeenu 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-10-06Fix assertion in GIC ITS helperSoby Mathew