242 Commits (6704cba25d6386469832fe82e8ec6e0fed79b0ce)

Author SHA1 Message Date
Lionel Debieve 77b4ca0b2f feat(st-clock): add function to control MCU subsystem 4 years ago
Yann Gautier d5b4d5d2e6 feat(st-sdmmc2): set FIFO size to 1024 on STM32MP25 4 years ago
Nicolas Le Bayon ae6542f6c7 feat(st-bsec): add driver for the new IP version BSEC3 6 years ago
Yann Gautier 586701cece refactor(st-i2c): use fdt_read_uint32_default() 5 years ago
Yann Gautier 9cd784db55 refactor(st): update test for closed chip 2 years ago
Patrick Delaunay c706104507 refactor(st-bsec): improve BSEC driver 2 years ago
Yann Gautier 379d77b370 fix(st-crypto): use GENMASK_32 to define PKA registers masks 2 years ago
Gatien Chevallier 53092a7780 fix(st-crypto): do not read RNG data if it's not ready 1 year ago
Yann Gautier b4e1e8fbf0 fix(st-ddr): express memory size with size_t type 1 year ago
Yann Gautier c6d070cdba feat(st-uart): add AARCH64 stm32_console driver 6 years ago
Pascal Paillet cff2b1145d refactor(st): rename PLAT_NB_FIXED_REGS 3 years ago
Yann Gautier 136f632fbc refactor(st): move SDMMC definitions to driver 1 year ago
Yann Gautier 19c38081d3 feat(st-clock): stub fdt_get_rcc_secure_state 1 year ago
Yann Gautier b1718c6382 feat(st-clock): allow aarch64 compilation of STGEN functions 5 years ago
Yann Gautier a5273808aa fix(st-uart): correctly check UART enabled in flush fonction 1 year ago
Gabriel Fernandez 1bbcb58a69 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 2 years ago
Yann Gautier b156d7b1cc fix(st-uart): skip console flush if UART is disabled 2 years ago
Boyan Karatotev 007433d8cf refactor(cpus): move cpu_ops field defines to a header 2 years ago
Elyes Haouas 1b491eead5 fix(tree): correct some typos 2 years ago
Lionel Debieve 6a187a002e fix(st-crypto): move flag control into source code 2 years ago
Yann Gautier 6954495992 refactor(st): remove unused io_mmc driver 2 years ago
Yann Gautier 6b3ca0a817 fix(st-crypto): remove platdata functions 2 years ago
Yann Gautier 5d942ff196 fix(st-gpio): define shift as uint32_t 2 years ago
Yann Gautier 029f81e04c fix(st-sdmmc): check transfer size before filling register 2 years ago
Yann Gautier 4198fa1db7 fix(st-clock): avoid arithmetics on pointers 2 years ago
Yann Gautier ee21709e98 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables 2 years ago
Yann Gautier 69a2e320b6 fix(st-clock): remove useless switch 2 years ago
Yann Gautier c3ae7da02d fix(st-clock): use Boolean type for tests 2 years ago
Yann Gautier 9a00daf9dd fix(st-regulator): use Boolean type for tests 2 years ago
Yann Gautier 91af163cbb fix(st-regulator): enclose macro parameters in parentheses 2 years ago
Yann Gautier 6a3ffb5391 fix(st-regulator): rework for_each_*rdev macros 2 years ago
Yann Gautier 68083e7ad5 fix(st-regulator): explicitly check operators precedence 2 years ago
Yann Gautier 3cebeec2ae fix(st-pmic): define pmic_regs table size 2 years ago
Yann Gautier be7195d06c fix(st-pmic): enclose macro parameter in parentheses 2 years ago
Boyan Karatotev 02af589cfa fix(st-usb): replace redundant checks with asserts 2 years ago
Yann Gautier 981b9dcb87 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE 2 years ago
Lionel Debieve 87dfbd7112 refactor(stm32mp1): remove authentication using STM32 image mode 2 years ago
Lionel Debieve 6b5fc19227 feat(st-crypto): remove BL32 HASH driver usage 2 years ago
Yann Gautier af8dee20d5 feat(st-crypto): add STM32 RNG driver 6 years ago
Nicolas Toromanoff 4bb4e83649 feat(st-crypto): add AES decrypt/auth by SAES IP 4 years ago
Nicolas Toromanoff b0fbc02aea feat(st-crypto): add ECDSA signature check with PKA 4 years ago
Nicolas Toromanoff 68039f2d14 feat(st-crypto): update HASH for new hardware version used in STM32MP13 4 years ago
Yann Gautier ea69dcdc73 feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE 2 years ago
Patrick Delaunay d99998f76e feat(st-uart): add initialization with the device tree 3 years ago
Patrick Delaunay 7d197d6281 refactor(stm32mp1): move DT_UART_COMPAT in include file 3 years ago
Patrick Delaunay 1258189515 refactor(st-uart): compute the over sampling dynamically 3 years ago
Yann Gautier b46f74d4e6 feat(st-sdmmc2): define FIFO size 4 years ago
Yann Gautier 8324b16cd5 feat(st-sdmmc2): make reset property optional 3 years ago
Yann Gautier 3deebd4ccf feat(st-sdmmc2): manage CMD6 5 years ago
Yann Gautier e9ff3486d3 refactor(st-drivers): do not rely on DT in etzpc_init 3 years ago