aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/st
Commit message (Expand)AuthorAgeFilesLines
* stm32mp1: add general SYSCFG managementYann Gautier2019-06-171-0/+2
* clk: stm32mp1: correctly handle Clock Spreading GeneratorYann Gautier2019-06-171-1/+8
* clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel arrayYann Gautier2019-06-171-31/+31
* clk: stm32mp1: move oscillator functions to generic fileYann Gautier2019-06-173-168/+150
* arch: add some defines for generic timer registersYann Gautier2019-06-171-3/+0
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-031-1/+0
* mmc: stm32_sdmmc2: fill ocr_voltageYann Gautier2019-03-081-0/+1
* stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier2019-02-201-0/+78
* stm32mp1: update clock driverYann Gautier2019-02-145-529/+727
* stm32mp1: add timeout detection in reset driverYann Gautier2019-02-141-12/+32
* stm32mp1: use functions to retrieve some peripheral addressesYann Gautier2019-02-143-9/+11
* stm32mp1: split clkfunc codeYann Gautier2019-02-144-231/+229
* stm32mp1: update I2C and PMIC driversYann Gautier2019-02-144-606/+756
* stm32mp1: use new functions to manage timeoutsYann Gautier2019-02-143-67/+58
* stm32mp1: remove some dependencies on clocks and reset in driversYann Gautier2019-02-147-15/+1
* stm32mp1: make functions and macros more commonYann Gautier2019-02-147-48/+48
* stm32mp1: split code between common and private partsYann Gautier2019-02-141-4/+4
* stm32mp1: add BSEC driverYann Gautier2019-01-181-0/+913
* stm32mp1: update device tree and gpio functionsYann Gautier2019-01-184-28/+225
* drivers: st: update drivers codeYann Gautier2019-01-186-167/+220
* drivers: st: pmic: update stpmic1 driverYann Gautier2019-01-181-15/+177
* stm32mp1: update device tree filesYann Gautier2019-01-183-19/+24
* stm32mp1: rename stpmu1 to stpmic1Yann Gautier2019-01-183-87/+87
* drivers: st: move i2c driver in its own folderYann Gautier2019-01-181-1/+1
* stm32mp1: do not include platform header files directly in driversYann Gautier2019-01-077-20/+10
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0414-98/+127
* drivers: st: mmc: improve error cases in send_cmd functionYann Gautier2018-12-041-25/+27
* drivers: st: uart: remove old APIYann Gautier2018-11-151-11/+0
* drivers: st: update console driver to support MULTI_CONSOLE_APIYann Gautier2018-11-151-12/+109
* stm32mp1: add a new file for UART registers definitionYann Gautier2018-11-151-17/+1
* stm32mp1: correct some static analysis tools issuesYann Gautier2018-11-092-5/+5
* stm32mp1: add an IO to read MMC devicesYann Gautier2018-10-151-0/+126
* stm32mp1: add an IO to read STM32IMAGE binariesYann Gautier2018-10-151-0/+384
* stm32mp1: add sdmmc2 driverYann Gautier2018-10-151-0/+735
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-1/+2
* Replace stdio.h functions by TF functionsAntonio Nino Diaz2018-08-101-1/+1
* stm32mp1: Add DDR support and its security with TZC400Yann Gautier2018-07-243-0/+1223
* stm32mp1: Add PMIC supportYann Gautier2018-07-243-0/+1797
* stm32mp1: Add console supportYann Gautier2018-07-241-0/+105
* stm32mp1: Add GPIO supportYann Gautier2018-07-241-0/+86
* stm32mp1: Add clock and reset supportYann Gautier2018-07-243-0/+2015
* Introduce STMicroelectronics STM32MP1 platformYann Gautier2018-07-241-0/+79