aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/arm/gic
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0410-35/+50
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-083-9/+9
* Mark GICV3, CCI and CCN boot time code as initDaniel Boulby2018-10-031-2/+2
* gic: Remove deprecated driver and interfacesAntonio Nino Diaz2018-09-289-1156/+13
* 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 build errorAndrew F. Davis2018-08-301-1/+1
* | gic v3: Fix width of types of helper functionsAntonio Nino Diaz2018-08-301-14/+14
* | gic: Fix typesAntonio Nino Diaz2018-08-307-297/+339
* | gic: Fix definitionsAntonio Nino Diaz2018-08-301-2/+2
* | gic v3: Turn macros into static inline functionsAntonio Nino Diaz2018-08-301-7/+15
|/
* GIC: Do not flush cache when unneededAndrew F. Davis2018-07-262-5/+7
* Fix MISRA Rule 5.3 Part 2Daniel Boulby2018-06-121-7/+7
* Fix MISRA Rule 5.1Daniel Boulby2018-06-123-20/+20
* Merge pull request #1340 from Andre-ARM/sec-irqs-fixesDimitris Papastamos2018-05-173-11/+6
|\
| * gicv3: Fix support for systems without secure interruptsAndre Przywara2018-04-032-6/+4
| * gicv2: Fix support for systems without secure interruptsSamuel Holland2018-04-031-5/+2
* | Fix pointer type mismatch of handlersMasahiro Yamada2018-04-271-1/+1
|/
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-292-0/+2
|\
| * drivers: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-262-0/+2
* | GIC: Fix setting interrupt configurationJeenu Viswambharan2018-03-262-11/+20
|/
* Emit warnings when using deprecated GIC initDan Handley2018-03-012-0/+55
* Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-282-3/+5
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-283-4/+11
* GICv3: Fix Dist restore for when the GIC is resetDerek Basehore2018-01-231-0/+9
* 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-134-6/+31
* | GICv2: Fix populating PE target dataJeenu Viswambharan2017-11-131-3/+20
|/
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-166-59/+356
* GIC: Add helpers to set interrupt configurationJeenu Viswambharan2017-10-163-0/+45
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-162-0/+46
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-164-0/+119
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-164-10/+85
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-163-0/+82
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-162-0/+101
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-162-0/+36
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-164-0/+110
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-166-3/+65
* GICv2: Add driver API to set PE target maskJeenu Viswambharan2017-10-161-0/+23
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-163-1/+27
* Fix assertion in GIC ITS helperSoby Mathew2017-10-061-1/+1
* GICv3: ITS architectural save and restore helpersSoby Mathew2017-10-052-0/+124
* GICv3: add functions for save and restoreSoby Mathew2017-10-055-3/+513
* GICv3: turn some macros into inline functionsDouglas Raillard2017-10-051-23/+25
* GICv3: Fix gic600.c indentationDouglas Raillard2017-10-051-7/+7
* Introduce ARM GIC-600 driverJeenu Viswambharan2017-06-013-53/+174
* Use SPDX license identifiersdp-arm2017-05-0311-275/+11
* Flush the GIC driver data after initSoby Mathew2017-03-012-2/+25
* GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan2016-12-151-0/+23