1. 6d8121c feat(st-clock): add function to control MCU subsystem by Lionel Debieve · 3 years, 6 months ago
  2. a5db184 feat(st-sdmmc2): set FIFO size to 1024 on STM32MP25 by Yann Gautier · 3 years, 1 month ago
  3. e1fab90 Merge "refactor(st-i2c): use fdt_read_uint32_default()" into integration by Manish Pandey · 3 months ago
  4. cc3f108 feat(st-bsec): add driver for the new IP version BSEC3 by Nicolas Le Bayon · 5 years ago
  5. 42532b6 refactor(st-i2c): use fdt_read_uint32_default() by Yann Gautier · 4 years, 8 months ago
  6. 3e33475 refactor(st): update test for closed chip by Yann Gautier · 1 year, 4 months ago
  7. e720b5b refactor(st-bsec): improve BSEC driver by Patrick Delaunay · 1 year, 6 months ago
  8. f6f82c9 fix(st-crypto): use GENMASK_32 to define PKA registers masks by Yann Gautier · 1 year, 5 months ago
  9. 58206ec fix(st-crypto): do not read RNG data if it's not ready by Gatien Chevallier · 1 year ago
  10. 41330b2 fix(st-ddr): express memory size with size_t type by Yann Gautier · 9 months ago
  11. 16ca3f5 feat(st-uart): add AARCH64 stm32_console driver by Yann Gautier · 5 years ago
  12. ff2b34c refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 2 years, 3 months ago
  13. 619d2a5 refactor(st): move SDMMC definitions to driver by Yann Gautier · 11 months ago
  14. 3005c43 feat(st-clock): stub fdt_get_rcc_secure_state by Yann Gautier · 12 months ago
  15. 18bef77 feat(st-clock): allow aarch64 compilation of STGEN functions by Yann Gautier · 4 years, 6 months ago
  16. 3437747 fix(st-uart): correctly check UART enabled in flush fonction by Yann Gautier · 11 months ago
  17. a9e03d2 Merge changes from topic "st-fixes" into integration by Madhukar Pappireddy · 12 months ago
  18. c723994 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · 1 year, 1 month ago
  19. f0f59d0 fix(st-uart): skip console flush if UART is disabled by Yann Gautier · 1 year, 2 months ago
  20. e7d7c27 refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 1 year, 4 months ago
  21. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  22. 39ff592 fix(st-crypto): move flag control into source code by Lionel Debieve · 1 year, 1 month ago
  23. 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 1 year, 5 months ago
  24. 04fecd2 Merge changes from topic "bk/warnings" into integration by Manish Pandey · 1 year, 5 months ago
  25. 8057aa6 refactor(st): remove unused io_mmc driver by Yann Gautier · 1 year, 6 months ago
  26. 55f3eb4 fix(st-crypto): remove platdata functions by Yann Gautier · 1 year, 6 months ago
  27. fca59e0 fix(st-gpio): define shift as uint32_t by Yann Gautier · 1 year, 6 months ago
  28. ad631cc fix(st-sdmmc): check transfer size before filling register by Yann Gautier · 1 year, 6 months ago
  29. ac8999d fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 1 year, 6 months ago
  30. 8e59db2 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 1 year, 6 months ago
  31. 21d117a fix(st-clock): remove useless switch by Yann Gautier · 1 year, 6 months ago
  32. 51dad68 fix(st-clock): use Boolean type for tests by Yann Gautier · 1 year, 6 months ago
  33. e8f67d3 fix(st-regulator): use Boolean type for tests by Yann Gautier · 1 year, 6 months ago
  34. 045d808 fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · 1 year, 6 months ago
  35. 3086df8 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · 1 year, 6 months ago
  36. 909c708 fix(st-regulator): explicitly check operators precedence by Yann Gautier · 1 year, 6 months ago
  37. f64eae0 fix(st-pmic): define pmic_regs table size by Yann Gautier · 1 year, 6 months ago
  38. 4737ed6 fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · 1 year, 6 months ago
  39. 64dd2b8 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · 1 year, 6 months ago
  40. 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 1 year, 7 months ago
  41. 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 1 year, 8 months ago
  42. b2cbf85 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 1 year, 8 months ago
  43. f08879f feat(st-crypto): add STM32 RNG driver by Yann Gautier · 5 years ago
  44. da968b1 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 3 years, 9 months ago
  45. db13fac feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 3 years, 8 months ago
  46. 5d3ade0 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 3 years, 5 months ago
  47. 61f74bb feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 1 year, 9 months ago
  48. 9d4a07d feat(st-uart): add initialization with the device tree by Patrick Delaunay · 2 years, 2 months ago
  49. 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 2 years, 2 months ago
  50. 98b4fb8 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 2 years, 3 months ago
  51. 39eb75c Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · 1 year, 10 months ago
  52. 7b94bc4 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · 1 year, 10 months ago
  53. 2da3c97 feat(st-sdmmc2): define FIFO size by Yann Gautier · 3 years, 1 month ago
  54. fda489e feat(st-sdmmc2): make reset property optional by Yann Gautier · 2 years, 1 month ago
  55. 726a798 feat(st-sdmmc2): manage CMD6 by Yann Gautier · 5 years ago
  56. 6fbc2e4 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · 2 years, 2 months ago
  57. 2129ab1 refactor(st-clock): code size optimization by Gabriel Fernandez · 2 years ago
  58. a815634 refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 2 years, 4 months ago
  59. bd513f5 fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · 2 years ago
  60. 8d13723 fix(st-clock): correctly check ready bit by Yann Gautier · 2 years ago
  61. 3f9184e fix(st-spi): remove SR_BUSY bit check before sending command by Christophe Kerello · 2 years, 1 month ago
  62. 3c5411a fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd() by Christophe Kerello · 2 years, 1 month ago
  63. d56fff3 fix(st-clock): correct stm32_clk_parse_fdt_by_name by Yann Gautier · 2 years, 2 months ago
  64. 972221c fix(st-clock): check _clk_stm32_get_parent return by Yann Gautier · 2 years, 2 months ago
  65. 22c3dbf feat(st-sdmmc2): allow compatible to be defined in platform code by Yann Gautier · 3 years, 4 months ago
  66. e05e8cf feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · 2 years, 5 months ago
  67. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 4 years, 3 months ago
  68. cc5f89a feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · 4 years, 4 months ago
  69. b62e117 fix(st-pmic): add static const to pmic_ops by Yann Gautier · 2 years, 4 months ago
  70. ffbaf87 Merge "fix(st-clock): initialize pllcfg table" into integration by Madhukar Pappireddy · 2 years, 3 months ago
  71. 2934be5 feat(st-uart): manage oversampling by 8 by Yann Gautier · 2 years, 3 months ago
  72. 376b80b fix(st-uart): correctly fill BRR register by Yann Gautier · 2 years, 3 months ago
  73. fffc76e fix(st-clock): initialize pllcfg table by Yann Gautier · 2 years, 3 months ago
  74. 4ce04cc fix(st-clock): print enums as unsigned by Yann Gautier · 2 years, 3 months ago
  75. f0a7476 fix(st-pmic): correct verbose message by Yann Gautier · 2 years, 5 months ago
  76. faef902 fix(st-sdmmc2): correct cmd_idx type in messages by Yann Gautier · 2 years, 4 months ago
  77. b90910c fix(st-fmc): fix type in message by Yann Gautier · 2 years, 4 months ago
  78. 3c0fbfe feat(st): update the security based on new compatible by Lionel Debieve · 3 years, 6 months ago
  79. 8b6ed59 feat(st-gpio): do not apply secure config in BL2 by Yann Gautier · 3 years, 10 months ago
  80. fc51b23 feat(st-gpio): allow to set a gpio in output mode by Fabien Dessenne · 2 years, 9 months ago
  81. 83969cf refactor(st-gpio): code improvements by Fabien Dessenne · 2 years, 9 months ago
  82. 97287cd refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 5 years ago
  83. c30b6d0 feat(st-regulator): add support for regulator-always-on by Pascal Paillet · 2 years, 4 months ago
  84. deef969 refactor(st-clock): update STGEN management by Lionel Debieve · 4 years, 6 months ago
  85. 5672967 feat(st-clock): assign clocks to the correct BL by Yann Gautier · 4 years, 5 months ago
  86. af1e8f4 feat(st-clock): do not refcount on non-secure clocks in bl32 by Yann Gautier · 2 years, 7 months ago
  87. b2edbc3 feat(st-clock): define secure and non-secure gate clocks by Yann Gautier · 2 years, 7 months ago
  88. ad730b5 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 2 years, 5 months ago
  89. 374af14 Merge "fix(st-ddr): add missing debug.h" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  90. dcdc2fd fix(st-ddr): add missing debug.h by Yann Gautier · 2 years, 5 months ago
  91. c934381 fix(st-clock): correct types in error messages by Yann Gautier · 2 years, 9 months ago
  92. 5177ea2 refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 4 years, 1 month ago
  93. d78bd85 feat(st-clock): check HSE configuration in serial boot by Lionel Debieve · 5 years ago
  94. 48519b3 feat(st-clock): manage disabled oscillator by Patrick Delaunay · 5 years ago
  95. dab197a refactor(st-clock): improve DT parsing for PLL nodes by Nicolas Le Bayon · 4 years, 7 months ago
  96. 620ce33 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 3 years, 3 months ago
  97. 8ce825f refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 3 years, 1 month ago
  98. 6d8c244 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 3 years, 9 months ago
  99. 39d85f4 refactor(st-ddr): update parameter array initialization by Yann Gautier · 5 years ago
  100. e22424a feat(st-ddr): add read valid training support by Nicolas Le Bayon · 2 years, 9 months ago