aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/st
Commit message (Expand)AuthorAgeFilesLines
* drivers: move scmi-msg out of stPeng Fan2021-01-209-1528/+0
* Merge "Don't return error information from console_flush" into integrationMark Dykes2020-10-141-10/+8
|\
| * Don't return error information from console_flushJimmy Brisson2020-10-091-10/+8
* | Merge changes from topic "stm32mp1_plat_updates" into integrationMadhukar Pappireddy2020-10-132-78/+17
|\ \
| * | stm32mp1: get peripheral base address from a defineYann Gautier2020-10-132-78/+17
* | | drivers: stm32_fmc2_nand: fix boundary check for chip selectLionel Debieve2020-10-121-0/+5
* | | drivers: stm32_fmc2_nand: move to new bindingsChristophe Kerello2020-10-121-19/+66
|/ /
* / drivers: stm32_fmc2_nand: fix incorrect error detectionLionel Debieve2020-10-081-0/+4
|/
* clk: stm32mp1: fix rcc mckprot statusEtienne Carriere2020-09-241-2/+4
* mmc: st: clear some flags before sending a commandYann Gautier2020-09-241-0/+12
* mmc: st: correct retries managementYann Gautier2020-09-242-16/+23
* gpio: stm32_gpio: check GPIO node status after checking DTYann Gautier2020-09-241-2/+3
* crypto: stm32_hash: fix issue when restarting computationLionel Debieve2020-09-241-1/+3
* drivers/stm32_hash: register resources as secure or notEtienne Carriere2020-07-081-0/+2
* drivers/stm32_gpio: register GPIO resources as secure or notEtienne Carriere2020-07-081-0/+9
* drivers/stm32_iwdg: register IWDG resources as secure or notEtienne Carriere2020-07-081-0/+6
* drivers/stm32mp_pmic: register PMIC resources as secure or notEtienne Carriere2020-07-081-0/+24
* drivers: st: clock: register parent of secure clocksEtienne Carriere2020-07-081-0/+196
* drivers/scmi-msg: smt entry points for incoming messagesEtienne Carriere2020-06-171-0/+206
* drivers/scmi-msg: support for reset domain protocolEtienne Carriere2020-06-174-0/+330
* drivers/scmi-msg: support for clock protocolEtienne Carriere2020-06-174-0/+542
* drivers/scmi-msg: driver for processing scmi messagesEtienne Carriere2020-06-174-0/+450
* drivers: introduce ST ETZPC driverEtienne Carriere2020-06-031-0/+258
* Merge "drivers: stm32_reset adapt interface to timeout argument" into integra...Mark Dykes2020-06-015-22/+64
|\
| * drivers: stm32_reset adapt interface to timeout argumentEtienne Carriere2020-06-015-22/+64
* | drivers: stm32mp1 clocks: fix debug trace on clock enable/disableEtienne Carriere2020-05-111-4/+4
* | drivers: stm32mp1 clocks: enable system clocks during initializationEtienne Carriere2020-05-111-0/+17
* | drivers: stm32mp1 clocks: prevent crash on always on clocksEtienne Carriere2020-05-111-3/+42
* | drivers: stm32mp1 clocks: add RTC as a gateable clockEtienne Carriere2020-05-111-0/+7
* | drivers: stm32mp1 clocks: support shifted clock selector bit masksEtienne Carriere2020-05-111-2/+4
* | drivers: stm32mp1 clocks: allow tree lookup for several system clocksEtienne Carriere2020-05-111-18/+66
|/
* plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara2020-05-051-2/+3
* plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara2020-04-293-8/+12
* plat/stm32: Use generic fdt_read_uint32_array() implementationAndre Przywara2020-04-283-14/+22
* stm32mp1: dynamically map DDR later and non-cacheable during its testYann Gautier2020-03-261-4/+7
* io: io_stm32image: correct possible NULL pointer dereferenceYann Gautier2020-03-231-1/+2
* nand: stm32_fmc2_nand: correct xor_ecc.val assigned valueYann Gautier2020-03-231-2/+2
* spi: stm32_qspi: correct static analysis issuesYann Gautier2020-03-231-4/+5
* stm32: Use generic console_t data structureAndre Przywara2020-02-251-7/+7
* spi: stm32_qspi: Add QSPI supportLionel Debieve2020-01-201-0/+500
* fmc: stm32_fmc2_nand: Add FMC2 driver supportLionel Debieve2020-01-201-0/+877
* io: change seek offset to signed long longYann Gautier2020-01-101-4/+6
* 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