summaryrefslogtreecommitdiff
path: root/drivers/st
Commit message (Expand)AuthorAgeFilesLines
* fix(st-crypto): remove platdata functionsYann Gautier2022-12-132-22/+2
* fix(st-gpio): define shift as uint32_tYann Gautier2022-12-071-9/+9
* fix(st-sdmmc): check transfer size before filling registerYann Gautier2022-12-071-2/+2
* fix(st-clock): avoid arithmetics on pointersYann Gautier2022-12-071-1/+1
* fix(st-clock): give the size for parent_mp13 and dividers_mp13 tablesYann Gautier2022-12-071-2/+2
* fix(st-clock): remove useless switchYann Gautier2022-12-071-12/+4
* fix(st-clock): use Boolean type for testsYann Gautier2022-12-072-9/+9
* fix(st-regulator): use Boolean type for testsYann Gautier2022-12-071-1/+1
* fix(st-regulator): enclose macro parameters in parenthesesYann Gautier2022-12-071-3/+3
* fix(st-regulator): rework for_each_*rdev macrosYann Gautier2022-12-071-3/+5
* fix(st-regulator): explicitly check operators precedenceYann Gautier2022-12-071-2/+2
* fix(st-pmic): define pmic_regs table sizeYann Gautier2022-12-071-4/+3
* fix(st-pmic): enclose macro parameter in parenthesesYann Gautier2022-12-071-1/+1
* refactor(stm32mp1): remove STM32MP_USE_STM32IMAGEYann Gautier2022-11-141-366/+0
* refactor(stm32mp1): remove authentication using STM32 image modeLionel Debieve2022-11-141-14/+1
* feat(st-crypto): remove BL32 HASH driver usageLionel Debieve2022-11-141-10/+1
* feat(st-crypto): add STM32 RNG driverYann Gautier2022-11-141-0/+269
* feat(st-crypto): add AES decrypt/auth by SAES IPNicolas Toromanoff2022-11-141-0/+913
* feat(st-crypto): add ECDSA signature check with PKANicolas Toromanoff2022-11-141-0/+707
* feat(st-crypto): update HASH for new hardware version used in STM32MP13Nicolas Toromanoff2022-11-141-6/+37
* feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLEYann Gautier2022-09-231-0/+6
* feat(st-uart): add initialization with the device treePatrick Delaunay2022-09-231-1/+31
* refactor(stm32mp1): move DT_UART_COMPAT in include filePatrick Delaunay2022-09-231-1/+0
* refactor(st-uart): compute the over sampling dynamicallyPatrick Delaunay2022-09-231-24/+29
* Merge changes from topic "st-mmc-updates" into integrationMadhukar Pappireddy2022-08-171-15/+37
|\
| * feat(st-sdmmc2): define FIFO sizeYann Gautier2022-08-161-2/+5
| * feat(st-sdmmc2): make reset property optionalYann Gautier2022-08-161-11/+13
| * feat(st-sdmmc2): manage CMD6Yann Gautier2022-08-161-2/+19
* | Merge changes from topic "st-etzpc-cleanup" into integrationMadhukar Pappireddy2022-08-171-14/+2
|\ \ | |/ |/|
| * refactor(st-drivers): do not rely on DT in etzpc_initYann Gautier2022-08-101-14/+2
* | refactor(st-clock): code size optimizationGabriel Fernandez2022-08-103-32/+0
* | refactor(st-clock): remove unused PLL fieldGabriel Fernandez2022-08-101-3/+0
|/
* fix(st-clock): correct MISRA C2012 15.6Yann Gautier2022-06-211-1/+2
* fix(st-clock): correctly check ready bitYann Gautier2022-06-211-1/+1
* fix(st-spi): remove SR_BUSY bit check before sending commandChristophe Kerello2022-05-111-5/+0
* fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd()Christophe Kerello2022-05-111-8/+8
* fix(st-clock): correct stm32_clk_parse_fdt_by_nameYann Gautier2022-04-051-5/+8
* fix(st-clock): check _clk_stm32_get_parent returnYann Gautier2022-04-051-2/+15
* feat(st-sdmmc2): allow compatible to be defined in platform codeYann Gautier2022-03-221-0/+2
* feat(st-pmic): add pmic_voltages_init() functionYann Gautier2022-03-221-0/+30
* feat(st-clock): add clock driver for STM32MP13Gabriel Fernandez2022-03-223-0/+3836
* feat(stm32mp1): remove unsupported features on STM32MP13Yann Gautier2022-03-211-1/+12
* fix(st-pmic): add static const to pmic_opsYann Gautier2022-03-081-1/+1
* Merge "fix(st-clock): initialize pllcfg table" into integrationMadhukar Pappireddy2022-03-061-2/+9
|\
| * fix(st-clock): initialize pllcfg tableYann Gautier2022-03-041-2/+9
* | feat(st-uart): manage oversampling by 8Yann Gautier2022-03-041-0/+15
* | fix(st-uart): correctly fill BRR registerYann Gautier2022-03-041-2/+2
|/
* fix(st-clock): print enums as unsignedYann Gautier2022-02-281-3/+3
* fix(st-pmic): correct verbose messageYann Gautier2022-02-151-2/+2
* fix(st-sdmmc2): correct cmd_idx type in messagesYann Gautier2022-02-151-5/+5