aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/arm
Commit message (Expand)AuthorAgeFilesLines
* driver/arm/css: minor bug fixManish Pandey2020-03-051-4/+4
* Merge "pl011: Use generic console_t data structure" into integrationMark Dykes2020-02-252-18/+18
|\
| * pl011: Use generic console_t data structureAndre Przywara2020-02-252-18/+18
* | arm/css/scpi: Don't panic if the SCP fails to respondSamuel Holland2020-02-121-6/+16
|/
* drivers/arm/scmi: allow use of multiple SCMI channelsAditya Angadi2020-02-071-48/+92
* drivers/mhu: derive doorbell base addressAditya Angadi2020-02-071-4/+6
* Coverity: remove unnecessary header file includesZelalem2020-02-042-4/+2
* Use correct type when reading SCR registerLouis Mayencourt2020-01-281-3/+3
* Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-101-2/+3
* drivers: add a driver for snoop control unitVishnu Banavath2020-01-031-0/+51
* libc: Consolidate unified definitionsBence Szépkúti2019-12-061-3/+3
* GIC-600: Fix include ordering according to the coding styleMax Shvetsov2019-11-191-3/+3
* GIC-600: Fix power up sequenceAlexei Fedorov2019-11-151-26/+39
* Merge changes from topic "gic600_multichip" into integrationPaul Beesley2019-11-122-0/+337
|\
| * gic/gic600: add support for multichip configurationVijayenthiran Subramaniam2019-11-112-0/+337
* | SMMUv3:Changed retry loop to delay timer(GENFW-3329)Deepika Bhavnani2019-11-011-4/+8
|/
* Correct UART PL011 initialization calculationAvinash Mehta2019-10-081-1/+1
* Merge "GICv3 driver: Fix support for full SPI range" into integrationSoby Mathew2019-09-271-20/+24
|\
| * GICv3 driver: Fix support for full SPI rangeAlexei Fedorov2019-09-131-20/+24
* | GICv3: Enable multi socket GIC redistributor frame discoveryMadhukar Pappireddy2019-09-251-34/+113
|/
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-013-11/+11
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-282-22/+0
* Console: removed legacy console APIAmbroise Vincent2019-06-262-18/+2
* Prevent pending G1S interrupt become G0 interruptJames kung2019-06-051-4/+5
* drivers: scmi: scmi_sq: Modify wrong payload lengthMasahisa Kojima2019-05-231-1/+3
* SMMUv3: Abort DMA transactionsAlexei Fedorov2019-05-101-13/+50
* SMMUv3: refactor the driver codeAlexei Fedorov2019-05-031-33/+28
* drivers/sbsa: add sbsa watchdog driverAditya Angadi2019-04-171-0/+42
* tzc: remove deprecated typesAmbroise Vincent2019-04-031-2/+2
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-032-2/+0
* Remove several warnings reported with W=2Ambroise Vincent2019-04-016-17/+28
* plat/synquacer: enable SCMI supportMasahisa Kojima2019-03-133-0/+90
* Minor changes to documentation and commentsAntonio Nino Diaz2019-02-282-4/+4
* Division functionality for cores that dont have divide hardware.Usama Arif2019-02-191-0/+7
* GICv3: Allow probe for fewer GICR interfaces than exposed by the frameSoby Mathew2019-02-041-2/+4
* fvp: pwrc: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+78
* plat/arm: sds: Move to drivers/ folderAntonio Nino Diaz2019-01-255-2/+486
* plat/arm: scp: Move to drivers/ folderAntonio Nino Diaz2019-01-254-0/+877
* plat/arm: scpi: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+262
* plat/arm: mhu: Move to drivers/ folderAntonio Nino Diaz2019-01-252-0/+138
* plat/arm: scmi: Move to drivers/ folderAntonio Nino Diaz2019-01-255-0/+604
* Correct typographical errorsPaul Beesley2019-01-151-6/+6
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0423-74/+102
* Merge pull request #1715 from pangupta/masterSoby Mathew2018-12-121-1/+8
|\
| * ccn: for RN-I, used node id instead of node postionPankaj Gupta2018-12-121-1/+8
* | Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew2018-12-102-0/+4
|\ \
| * | drivers/console: Link console framework code by defaultJulius Werner2018-12-062-0/+4
* | | tzc380: Fix some assertsAntonio Nino Diaz2018-12-051-3/+3
* | | drivers: add tzc380 supportPeng Fan2018-12-041-0/+103