- 379d77b fix(st-crypto): use GENMASK_32 to define PKA registers masks by Yann Gautier · 2 years, 7 months ago
- 53092a7 fix(st-crypto): do not read RNG data if it's not ready by Gatien Chevallier · 2 years, 2 months ago
- b4e1e8f fix(st-ddr): express memory size with size_t type by Yann Gautier · 1 year, 11 months ago
- c6d070c feat(st-uart): add AARCH64 stm32_console driver by Yann Gautier · 6 years ago
- cff2b11 refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 3 years, 5 months ago
- 136f632 refactor(st): move SDMMC definitions to driver by Yann Gautier · 2 years, 1 month ago
- 19c3808 feat(st-clock): stub fdt_get_rcc_secure_state by Yann Gautier · 2 years, 2 months ago
- b1718c6 feat(st-clock): allow aarch64 compilation of STGEN functions by Yann Gautier · 6 years ago
- a527380 fix(st-uart): correctly check UART enabled in flush fonction by Yann Gautier · 2 years, 1 month ago
- 1d64109 Merge changes from topic "st-fixes" into integration by Madhukar Pappireddy · 2 years, 2 months ago
- 1bbcb58 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · 2 years, 3 months ago
- b156d7b fix(st-uart): skip console flush if UART is disabled by Yann Gautier · 2 years, 4 months ago
- 007433d refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 2 years, 6 months ago
- 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
- 6a187a0 fix(st-crypto): move flag control into source code by Lionel Debieve · 2 years, 3 months ago
- 7f31629 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 2 years, 7 months ago
- 601e2d4 Merge changes from topic "bk/warnings" into integration by Manish Pandey · 2 years, 7 months ago
- 6954495 refactor(st): remove unused io_mmc driver by Yann Gautier · 2 years, 9 months ago
- 6b3ca0a fix(st-crypto): remove platdata functions by Yann Gautier · 2 years, 8 months ago
- 5d942ff fix(st-gpio): define shift as uint32_t by Yann Gautier · 2 years, 8 months ago
- 029f81e fix(st-sdmmc): check transfer size before filling register by Yann Gautier · 2 years, 9 months ago
- 4198fa1 fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 2 years, 8 months ago
- ee21709 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 2 years, 8 months ago
- 69a2e32 fix(st-clock): remove useless switch by Yann Gautier · 2 years, 8 months ago
- c3ae7da fix(st-clock): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
- 9a00daf fix(st-regulator): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
- 91af163 fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · 2 years, 8 months ago
- 6a3ffb5 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · 2 years, 8 months ago
- 68083e7 fix(st-regulator): explicitly check operators precedence by Yann Gautier · 2 years, 8 months ago
- 3cebeec fix(st-pmic): define pmic_regs table size by Yann Gautier · 2 years, 8 months ago
- be7195d fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · 2 years, 8 months ago
- 02af589 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · 2 years, 9 months ago
- 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
- 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 10 months ago
- 6b5fc19 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 2 years, 10 months ago
- af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 6 years ago
- 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 4 years, 11 months ago
- b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 4 years, 10 months ago
- 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 8 months ago
- ea69dcd feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 2 years, 11 months ago
- d99998f feat(st-uart): add initialization with the device tree by Patrick Delaunay · 3 years, 4 months ago
- 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 3 years, 4 months ago
- 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago
- afbb10a Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · 3 years ago
- 51d52c7 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · 3 years ago
- b46f74d feat(st-sdmmc2): define FIFO size by Yann Gautier · 4 years, 3 months ago
- 8324b16 feat(st-sdmmc2): make reset property optional by Yann Gautier · 3 years, 3 months ago
- 3deebd4 feat(st-sdmmc2): manage CMD6 by Yann Gautier · 6 years ago
- e9ff348 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · 3 years, 4 months ago
- 3ff1ff4 refactor(st-clock): code size optimization by Gabriel Fernandez · 3 years, 2 months ago
- b44f5ac refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 3 years, 6 months ago
- 56f895e fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · 3 years, 2 months ago
- 3b06a53 fix(st-clock): correctly check ready bit by Yann Gautier · 3 years, 2 months ago
- 5993b91 fix(st-spi): remove SR_BUSY bit check before sending command by Christophe Kerello · 3 years, 3 months ago
- 55de583 fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd() by Christophe Kerello · 3 years, 3 months ago
- 7417cda fix(st-clock): correct stm32_clk_parse_fdt_by_name by Yann Gautier · 3 years, 4 months ago
- b8eab51 fix(st-clock): check _clk_stm32_get_parent return by Yann Gautier · 3 years, 4 months ago
- 6481a8f feat(st-sdmmc2): allow compatible to be defined in platform code by Yann Gautier · 4 years, 7 months ago
- 5278ec3 feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · 3 years, 7 months ago
- 9be88e7 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 5 years ago
- 111a384 feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · 5 years ago
- 57e6018 fix(st-pmic): add static const to pmic_ops by Yann Gautier · 3 years, 6 months ago
- c507b06 Merge "fix(st-clock): initialize pllcfg table" into integration by Madhukar Pappireddy · 3 years, 5 months ago
- 1f60d1b feat(st-uart): manage oversampling by 8 by Yann Gautier · 3 years, 5 months ago
- af7775a fix(st-uart): correctly fill BRR register by Yann Gautier · 3 years, 5 months ago
- 175758b fix(st-clock): initialize pllcfg table by Yann Gautier · 3 years, 5 months ago
- 9fa9a0c fix(st-clock): print enums as unsigned by Yann Gautier · 3 years, 5 months ago
- 47065ff fix(st-pmic): correct verbose message by Yann Gautier · 3 years, 7 months ago
- bc1c98a fix(st-sdmmc2): correct cmd_idx type in messages by Yann Gautier · 3 years, 6 months ago
- afcdc9d fix(st-fmc): fix type in message by Yann Gautier · 3 years, 6 months ago
- 812daf9 feat(st): update the security based on new compatible by Lionel Debieve · 4 years, 8 months ago
- fc0aa10 feat(st-gpio): do not apply secure config in BL2 by Yann Gautier · 5 years ago
- 53584e1 feat(st-gpio): allow to set a gpio in output mode by Fabien Dessenne · 3 years, 11 months ago
- 417196f refactor(st-gpio): code improvements by Fabien Dessenne · 3 years, 11 months ago
- 072d753 refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 6 years ago
- 9b4ca70 feat(st-regulator): add support for regulator-always-on by Pascal Paillet · 3 years, 6 months ago
- 591d80c refactor(st-clock): update STGEN management by Lionel Debieve · 6 years ago
- 7418cf3 feat(st-clock): assign clocks to the correct BL by Yann Gautier · 6 years ago
- 3d69149 feat(st-clock): do not refcount on non-secure clocks in bl32 by Yann Gautier · 3 years, 9 months ago
- aaa09b7 feat(st-clock): define secure and non-secure gate clocks by Yann Gautier · 3 years, 9 months ago
- 2444d23 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 3 years, 7 months ago
- 0b1cfc2 Merge "fix(st-ddr): add missing debug.h" into integration by Madhukar Pappireddy · 3 years, 6 months ago
- 15ca2c5 fix(st-ddr): add missing debug.h by Yann Gautier · 3 years, 7 months ago
- 44fb470 fix(st-clock): correct types in error messages by Yann Gautier · 4 years ago
- b208e3d refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 5 years ago
- 31e9750 feat(st-clock): check HSE configuration in serial boot by Lionel Debieve · 6 years ago
- bcccdac feat(st-clock): manage disabled oscillator by Patrick Delaunay · 6 years ago
- 964e5ff refactor(st-clock): improve DT parsing for PLL nodes by Nicolas Le Bayon · 6 years ago
- 63d2159 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 4 years, 5 months ago
- 06e55dc refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 4 years, 3 months ago
- 88f4fb8 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 4 years, 11 months ago
- ba7d2e2 refactor(st-ddr): update parameter array initialization by Yann Gautier · 6 years ago
- 5def13e feat(st-ddr): add read valid training support by Nicolas Le Bayon · 3 years, 11 months ago
- 26cf5cf refactor(stm32mp1): remove the support of calibration result by Patrick Delaunay · 4 years, 3 months ago
- a078134 fix(st-ddr): correct DDR warnings by Yann Gautier · 4 years ago
- d50e7a7 fix(st-sdmmc2): check regulator enable/disable return by Yann Gautier · 3 years, 7 months ago
- 93b153b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 3 years, 8 months ago
- 258bef9 feat(st-sdmmc2): manage cards power cycle by Yann Gautier · 6 years ago
- 5d6a264 feat(st-drivers): introduce fixed regulator driver by Pascal Paillet · 4 years, 7 months ago
- 0ba71ac refactor(st-pmic): use regulator framework for DDR init by Pascal Paillet · 4 years, 8 months ago