aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-7/+0
* Merge changes from topic "yg/clk_syscfg_dt" into integrationJohn Tsichritzis2019-06-194-33/+99
|\
| * clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel arrayYann Gautier2019-06-171-0/+78
| * clk: stm32mp1: move oscillator functions to generic fileYann Gautier2019-06-173-33/+21
* | Merge changes If61ab215,I3e8b0251,I1757eee9,I81b48475,I46b445a7, ... into int...John Tsichritzis2019-06-171-0/+32
|\ \
| * | rcar_gen3: console: Convert to multi-console APIMarek Vasut2019-06-141-0/+32
| |/
* / Fix type of cot_desc_ptrSandrine Bailleux2019-06-131-3/+2
|/
* SMMUv3: Abort DMA transactionsAlexei Fedorov2019-05-101-0/+1
* SMMUv3: refactor the driver codeAlexei Fedorov2019-05-031-5/+12
* drivers/sbsa: add sbsa watchdog driverAditya Angadi2019-04-171-0/+24
* cot-desc: optimise memory furtherJoel Hutton2019-04-081-2/+2
* Reduce memory needed for CoT descriptionJoel Hutton2019-04-081-5/+5
* tzc: remove deprecated typesAmbroise Vincent2019-04-032-10/+2
* meson/gxl: Add support for SHA256 DMA engineRemi Pommarel2019-04-021-0/+36
* Remove several warnings reported with W=1Ambroise Vincent2019-04-012-6/+7
* Merge pull request #1879 from pbeesley-arm/pb/todo-removalSoby Mathew2019-03-131-2/+0
|\
| * drivers: Remove TODO from io_storagePaul Beesley2019-03-121-2/+0
* | Merge pull request #1858 from thloh85-intel/dwmmc_fixesSoby Mathew2019-03-131-0/+1
|\ \
| * | drivers: synopsys: Fix synopsys MMC driverTien Hock, Loh2019-03-121-0/+1
* | | plat/arm: mhu: make mhu driver genericMasahisa Kojima2019-03-131-1/+1
| |/ |/|
* | Merge pull request #1863 from thloh85-intel/mmc_fixesDimitris Papastamos2019-03-081-0/+1
|\ \
| * | drivers: mmc: Fix some issues with MMC stackTien Hock, Loh2019-03-071-0/+1
| |/
* | rpi3: sdhost: SDHost driver improvementYing-Chun Liu (PaulLiu)2019-02-271-1/+0
* | stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier2019-02-202-0/+5
|/
* stm32mp1: update clock driverYann Gautier2019-02-142-1/+32
* stm32mp1: add timeout detection in reset driverYann Gautier2019-02-141-0/+3
* stm32mp1: split clkfunc codeYann Gautier2019-02-142-11/+26
* stm32mp1: update I2C and PMIC driversYann Gautier2019-02-142-122/+173
* stm32mp1: use new functions to manage timeoutsYann Gautier2019-02-141-9/+0
* stm32mp1: make functions and macros more commonYann Gautier2019-02-143-22/+16
* rpi3: Add SDHost driverYing-Chun Liu (PaulLiu)2019-02-011-0/+124
* Merge pull request #1773 from grandpaul/rpi3-gpio-driverAntonio Niño Díaz2019-01-281-0/+38
|\
| * rpi3: Add GPIO driverYing-Chun Liu (PaulLiu)2019-01-261-0/+38
* | fvp: pwrc: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+55
* | plat/arm: sds: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+90
* | plat/arm: scp: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+52
* | plat/arm: scpi: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+109
* | plat/arm: mhu: Move to drivers/ folderAntonio Nino Diaz2019-01-252-0/+63
* | plat/arm: scmi: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+170
|/
* ti: k3: common: Add support for runtime detection of GICR base addressAndrew F. Davis2019-01-221-0/+1
* stm32mp1: add BSEC driverYann Gautier2019-01-181-0/+206
* stm32mp1: update device tree and gpio functionsYann Gautier2019-01-181-51/+7
* drivers: st: update drivers codeYann Gautier2019-01-183-16/+128
* drivers: st: pmic: update stpmic1 driverYann Gautier2019-01-181-4/+33
* stm32mp1: update device tree filesYann Gautier2019-01-181-3/+3
* stm32mp1: rename stpmu1 to stpmic1Yann Gautier2019-01-182-17/+17
* stm32mp1: do not include platform header files directly in driversYann Gautier2019-01-071-1/+1
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0450-62/+76
* GIC: Remove lowest priority constantsJeenu Viswambharan2018-12-141-3/+1
* Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew2018-12-101-2/+3
|\