1. 399cfdd feat(st-drivers): add RISAF driver by Nicolas Le Bayon · 4 years, 7 months ago
  2. 6d79740 feat(st-drivers): add Memory Cipher Engine driver by Nicolas Le Bayon · 4 years, 8 months ago
  3. 382dff5 fix(st-crypto): improve RNG health test configuration by Nicolas Le Bayon · 9 months ago
  4. 02b770a feat(st-crypto): add multi instance and error management in RNG driver by Maxime Méré · 1 year, 6 months ago
  5. 84ebe2a fix(st-crypto): resolve MISRA warning in HASH by Thomas BOURGOIN · 2 years, 4 months ago
  6. 4f6c787 Merge changes I6422cd05,Idd01179d,I5c557616,I343a46d6,Id48671ae, ... into integration by Madhukar Pappireddy · 8 weeks ago
  7. 088238a feat(st-clock): add STM32MP21 and STM32MP23 RCC variants by Nicolas Le Bayon · 1 year, 10 months ago
  8. 701178d feat(st): introduce SoC family compilation switch by Maxime Méré · 1 year ago
  9. 9adc427 fix(st-iwdg): remove num_irq by Patrick Delaunay · 8 months ago
  10. adeee68 fix(st-drivers): remove useless field in fixed regul by Pascal Paillet · 1 year, 6 months ago
  11. b43afb7 fix(st-bsec): remove useless defines in BSEC3 by Yann Gautier · 12 months ago
  12. 6fede18 fix(st-bsec): rename OTPSR field by Patrick Delaunay · 1 year, 5 months ago
  13. 6bc7c5b fix(st-crypto): do not set IPRST if BUSY flag is present by Maxime Méré · 1 year, 1 month ago
  14. 6851fd9 fix(st-ddr): bad refresh update level toggle sequence by Nicolas Le Bayon · 7 months ago
  15. fd5e5e7 fix(st-ddr): remove TODO in STM32MP2 driver by Nicolas Le Bayon · 5 months ago
  16. f08f6fb refactor(st-pmic): use LOG_LEVEL for regulator debug output by Boerge Struempfel · 4 months ago
  17. bdbbf48 fix(st-pmic): remove deadcode from STPMIC2 driver by Maxime Méré · 10 months ago
  18. 13cc1a5 fix(st-ddr): move skipddc_dat definition by Yann Gautier · 9 months ago
  19. 5dd1d54 fix(st-ddr): fix coverity issue in ddrphyinit by Maxime Méré · 10 months ago
  20. 79629b1 feat(st-ddr): add STM32MP2 driver by Nicolas Le Bayon · 4 years, 1 month ago
  21. d596023 refactor(st-ddr): create generic services by Nicolas Le Bayon · 3 years, 5 months ago
  22. 1483b3c refactor(st-ddr): remove name from stm32mp_ddr_reg_desc by Yann Gautier · 1 year, 2 months ago
  23. 066a595 refactor(st-ddr): add definition for timeouts and delays by Yann Gautier · 1 year, 2 months ago
  24. 47e6231 feat(stm32mp1): handle DDR power supplies by Patrick Delaunay · 2 years, 6 months ago
  25. e9529e4 refactor: digest sizes by Raghu Krishnamurthy · 11 months ago
  26. 817f42f feat(st-pmic): add STPMIC2 driver by Pascal Paillet · 2 years, 8 months ago
  27. 156ed97 feat(st-regulator): support regulator_set_voltage for fixed regulator by Patrick Delaunay · 1 year, 7 months ago
  28. 6897ae8 feat(st-regulator): add enable ramp-delay by Pascal Paillet · 3 years, 6 months ago
  29. 5e0be8c feat(stm32mp2): enable DDR sub-system clock by Yann Gautier · 1 year, 3 months ago
  30. f829d7d feat(st-reset): add stm32mp2_reset driver by Gabriel Fernandez · 3 years, 4 months ago
  31. 615f31f feat(st-clock): add STM32MP2 clock driver by Gabriel Fernandez · 3 years, 4 months ago
  32. d91d10a feat(st-reset): add system reset management by Lionel Debieve · 4 years, 9 months ago
  33. 179a130 fix(st-gpio): configure each GPIO mux as secure for STM32MP2 by Christophe Kerello · 1 year, 9 months ago
  34. bfa5f61 feat(st-gpio): add set GPIO config API by Pascal Paillet · 3 years, 6 months ago
  35. 1a25db1 feat(st-clock): use early traces by Yann Gautier · 1 year, 9 months ago
  36. eca5103 fix(st-clock): adapt order of CSS on LSE and HSE by Christoph Fritz · 1 year, 8 months ago
  37. 3201497 refactor(st-clock): remove unused struct by Yann Gautier · 1 year, 8 months ago
  38. 1be399b refactor(st-clock): move stm32mp1_clk_rcc_regs_*lock by Yann Gautier · 1 year, 10 months ago
  39. d9a7dde refactor(st-clock): driver size optimization by Gabriel Fernandez · 2 years ago
  40. 698bba5 refactor(st-clock): remove BL32 support on STM32MP13 by Yann Gautier · 2 years, 7 months ago
  41. f2aebab feat(st-clock): don't gate/ungate an oscillator if it is not wired by Gabriel Fernandez · 3 years, 1 month ago
  42. ae1e503 feat(st-clock): update with new bindings by Gabriel Fernandez · 3 years ago
  43. f655922 feat(stm32mp1): always boot at 650MHz by Yann Gautier · 2 years, 11 months ago
  44. 6583da6 refactor(st-clock): remove LSEDRV_MEDIUM_HIGH for STM32MP13 by Gabriel Fernandez · 1 year, 3 months ago
  45. 039b7d4 fix(st-clock): display proper PLL number for STM32MP13 by Patrick Delaunay · 1 year, 3 months ago
  46. f4a2bb9 fix(st-clock): do not reconfigure LSE by Yann Gautier · 3 years, 5 months ago
  47. caa1295 refactor(st-clock): remove unused clk function in API by Patrick Delaunay · 1 year, 10 months ago
  48. 3b3a9af refactor(st-clock): support deactivated STGEN in stm32mp_stgen_config by Patrick Delaunay · 1 year, 10 months ago
  49. bfe8a12 feat(st-clock): add function to restore generic timer rate by Pascal Paillet · 4 years, 1 month ago
  50. cf237f8 feat(st-bsec): use early traces by Yann Gautier · 1 year, 9 months ago
  51. 77b4ca0 feat(st-clock): add function to control MCU subsystem by Lionel Debieve · 4 years, 8 months ago
  52. d5b4d5d feat(st-sdmmc2): set FIFO size to 1024 on STM32MP25 by Yann Gautier · 4 years, 3 months ago
  53. 13cadde Merge "refactor(st-i2c): use fdt_read_uint32_default()" into integration by Manish Pandey · 1 year, 5 months ago
  54. ae6542f feat(st-bsec): add driver for the new IP version BSEC3 by Nicolas Le Bayon · 6 years ago
  55. 586701c refactor(st-i2c): use fdt_read_uint32_default() by Yann Gautier · 6 years ago
  56. 9cd784d refactor(st): update test for closed chip by Yann Gautier · 2 years, 6 months ago
  57. c706104 refactor(st-bsec): improve BSEC driver by Patrick Delaunay · 2 years, 8 months ago
  58. 379d77b fix(st-crypto): use GENMASK_32 to define PKA registers masks by Yann Gautier · 2 years, 7 months ago
  59. 53092a7 fix(st-crypto): do not read RNG data if it's not ready by Gatien Chevallier · 2 years, 2 months ago
  60. b4e1e8f fix(st-ddr): express memory size with size_t type by Yann Gautier · 1 year, 11 months ago
  61. c6d070c feat(st-uart): add AARCH64 stm32_console driver by Yann Gautier · 6 years ago
  62. cff2b11 refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 3 years, 5 months ago
  63. 136f632 refactor(st): move SDMMC definitions to driver by Yann Gautier · 2 years, 1 month ago
  64. 19c3808 feat(st-clock): stub fdt_get_rcc_secure_state by Yann Gautier · 2 years, 2 months ago
  65. b1718c6 feat(st-clock): allow aarch64 compilation of STGEN functions by Yann Gautier · 6 years ago
  66. a527380 fix(st-uart): correctly check UART enabled in flush fonction by Yann Gautier · 2 years, 1 month ago
  67. 1d64109 Merge changes from topic "st-fixes" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  68. 1bbcb58 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · 2 years, 3 months ago
  69. b156d7b fix(st-uart): skip console flush if UART is disabled by Yann Gautier · 2 years, 4 months ago
  70. 007433d refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 2 years, 6 months ago
  71. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  72. 6a187a0 fix(st-crypto): move flag control into source code by Lionel Debieve · 2 years, 3 months ago
  73. 7f31629 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 2 years, 7 months ago
  74. 601e2d4 Merge changes from topic "bk/warnings" into integration by Manish Pandey · 2 years, 7 months ago
  75. 6954495 refactor(st): remove unused io_mmc driver by Yann Gautier · 2 years, 9 months ago
  76. 6b3ca0a fix(st-crypto): remove platdata functions by Yann Gautier · 2 years, 8 months ago
  77. 5d942ff fix(st-gpio): define shift as uint32_t by Yann Gautier · 2 years, 8 months ago
  78. 029f81e fix(st-sdmmc): check transfer size before filling register by Yann Gautier · 2 years, 9 months ago
  79. 4198fa1 fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 2 years, 8 months ago
  80. ee21709 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 2 years, 8 months ago
  81. 69a2e32 fix(st-clock): remove useless switch by Yann Gautier · 2 years, 8 months ago
  82. c3ae7da fix(st-clock): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
  83. 9a00daf fix(st-regulator): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
  84. 91af163c fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · 2 years, 8 months ago
  85. 6a3ffb5 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · 2 years, 8 months ago
  86. 68083e7 fix(st-regulator): explicitly check operators precedence by Yann Gautier · 2 years, 8 months ago
  87. 3cebeec fix(st-pmic): define pmic_regs table size by Yann Gautier · 2 years, 9 months ago
  88. be7195d fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · 2 years, 9 months ago
  89. 02af589 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · 2 years, 9 months ago
  90. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
  91. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 10 months ago
  92. 6b5fc19 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 2 years, 10 months ago
  93. af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 6 years ago
  94. 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 4 years, 11 months ago
  95. b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 4 years, 10 months ago
  96. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 8 months ago
  97. ea69dcd feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 2 years, 11 months ago
  98. d99998f feat(st-uart): add initialization with the device tree by Patrick Delaunay · 3 years, 4 months ago
  99. 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 3 years, 4 months ago
  100. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago