aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/st
Commit message (Expand)AuthorAgeFilesLines
* gpio: stm32_gpio: do not mix error code typesNicolas Le Bayon2019-10-031-1/+1
* stm32mp1: add authentication support for stm32imageLionel Debieve2019-09-231-1/+7
* bsec: move bsec_mode_is_closed_device() service to platformLionel Debieve2019-09-201-17/+1
* crypto: stm32_hash: Add HASH driverLionel Debieve2019-09-201-0/+330
* stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driverYann Gautier2019-09-101-22/+6
* mmc: stm32_sdmmc2: correctly manage block sizeYann Gautier2019-09-021-16/+10
* mmc: stm32_sdmmc2: manage max-frequency property from DTYann Gautier2019-09-021-4/+19
* stm32mp1: move check_header() to common codeYann Gautier2019-09-021-35/+1
* stm32mp1: add support for LpDDR3Yann Gautier2019-09-022-0/+3
* stm32mp1: use a common function to check spinlock is availableYann Gautier2019-09-022-23/+7
* clk: stm32mp: enable RTCAPB clock for dual-core chipsYann Gautier2019-09-021-0/+9
* stm32mp1: add watchdog supportYann Gautier2019-09-021-0/+150
* 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