1. a52ab27 fix(st-ddr): fix coverity issue in ddrphyinit by Maxime Méré · Thu Oct 10 17:08:26 2024 +0200
  2. 068d341 feat(st-ddr): add STM32MP2 driver by Nicolas Le Bayon · Thu Jul 01 14:44:22 2021 +0200
  3. 93763f5 refactor(st-ddr): create generic services by Nicolas Le Bayon · Tue Mar 08 17:09:59 2022 +0100
  4. ca41b58 refactor(st-ddr): remove name from stm32mp_ddr_reg_desc by Yann Gautier · Wed May 29 15:41:58 2024 +0200
  5. 2b85578 refactor(st-ddr): add definition for timeouts and delays by Yann Gautier · Wed May 29 15:34:45 2024 +0200
  6. 507173f feat(stm32mp1): handle DDR power supplies by Patrick Delaunay · Thu Feb 16 14:29:25 2023 +0100
  7. 5821a54 refactor: digest sizes by Raghu Krishnamurthy · Tue Sep 24 07:11:29 2024 -0700
  8. 3263aea feat(st-pmic): add STPMIC2 driver by Pascal Paillet · Fri Dec 16 14:59:34 2022 +0100
  9. 32759cd feat(st-regulator): support regulator_set_voltage for fixed regulator by Patrick Delaunay · Fri Jan 19 17:45:25 2024 +0100
  10. 48fec55 feat(st-regulator): add enable ramp-delay by Pascal Paillet · Thu Feb 17 17:20:57 2022 +0100
  11. 40ff138 feat(stm32mp2): enable DDR sub-system clock by Yann Gautier · Tue May 21 20:54:04 2024 +0200
  12. 3043743 feat(st-reset): add stm32mp2_reset driver by Gabriel Fernandez · Wed Apr 20 10:08:08 2022 +0200
  13. bcd9506 feat(st-clock): add STM32MP2 clock driver by Gabriel Fernandez · Wed Apr 20 10:08:49 2022 +0200
  14. a7ad588 feat(st-reset): add system reset management by Lionel Debieve · Thu Nov 12 10:44:51 2020 +0100
  15. c9b22c9 fix(st-gpio): configure each GPIO mux as secure for STM32MP2 by Christophe Kerello · Wed Nov 08 18:59:07 2023 +0100
  16. 2834641 feat(st-gpio): add set GPIO config API by Pascal Paillet · Thu Feb 17 17:22:04 2022 +0100
  17. aa3b816 feat(st-clock): use early traces by Yann Gautier · Thu Nov 02 15:33:28 2023 +0100
  18. 2d14526 fix(st-clock): adapt order of CSS on LSE and HSE by Christoph Fritz · Thu Nov 30 10:17:00 2023 +0100
  19. 8c29ce4 refactor(st-clock): remove unused struct by Yann Gautier · Thu Dec 21 09:51:40 2023 +0100
  20. 0d9413e refactor(st-clock): move stm32mp1_clk_rcc_regs_*lock by Yann Gautier · Wed Oct 25 17:27:13 2023 +0200
  21. 56fd523 refactor(st-clock): driver size optimization by Gabriel Fernandez · Mon Aug 21 13:31:47 2023 +0200
  22. 860400f refactor(st-clock): remove BL32 support on STM32MP13 by Yann Gautier · Wed Jan 11 16:36:08 2023 +0100
  23. 42b3265 feat(st-clock): don't gate/ungate an oscillator if it is not wired by Gabriel Fernandez · Fri Jul 08 14:42:19 2022 +0200
  24. 0a1f7b6 feat(st-clock): update with new bindings by Gabriel Fernandez · Tue Aug 16 11:20:00 2022 +0200
  25. da245ba feat(stm32mp1): always boot at 650MHz by Yann Gautier · Mon Sep 12 11:26:09 2022 +0200
  26. 96adacd refactor(st-clock): remove LSEDRV_MEDIUM_HIGH for STM32MP13 by Gabriel Fernandez · Wed Apr 24 09:25:51 2024 +0200
  27. c877c74 fix(st-clock): display proper PLL number for STM32MP13 by Patrick Delaunay · Wed May 22 10:04:19 2024 +0200
  28. ea1064c fix(st-clock): do not reconfigure LSE by Yann Gautier · Mon Mar 21 11:39:33 2022 +0100
  29. 8765b38 refactor(st-clock): remove unused clk function in API by Patrick Delaunay · Wed Oct 11 16:41:33 2023 +0200
  30. ab93d54 refactor(st-clock): support deactivated STGEN in stm32mp_stgen_config by Patrick Delaunay · Wed Oct 11 17:12:53 2023 +0200
  31. b80d0c7 feat(st-clock): add function to restore generic timer rate by Pascal Paillet · Tue Jul 06 18:08:32 2021 +0200
  32. 0f2bc61 feat(st-bsec): use early traces by Yann Gautier · Thu Nov 02 15:36:12 2023 +0100
  33. 6d8121c feat(st-clock): add function to control MCU subsystem by Lionel Debieve · Tue Dec 15 13:22:27 2020 +0100
  34. a5db184 feat(st-sdmmc2): set FIFO size to 1024 on STM32MP25 by Yann Gautier · Wed May 05 14:28:22 2021 +0200
  35. e1fab90 Merge "refactor(st-i2c): use fdt_read_uint32_default()" into integration by Manish Pandey · Mon Feb 26 12:09:27 2024 +0100
  36. cc3f108 feat(st-bsec): add driver for the new IP version BSEC3 by Nicolas Le Bayon · Wed May 22 19:20:53 2019 +0200
  37. 42532b6 refactor(st-i2c): use fdt_read_uint32_default() by Yann Gautier · Wed Oct 02 11:46:20 2019 +0200
  38. 3e33475 refactor(st): update test for closed chip by Yann Gautier · Wed Feb 01 15:04:30 2023 +0100
  39. e720b5b refactor(st-bsec): improve BSEC driver by Patrick Delaunay · Wed Dec 14 13:45:04 2022 +0100
  40. f6f82c9 fix(st-crypto): use GENMASK_32 to define PKA registers masks by Yann Gautier · Tue Jan 10 14:07:31 2023 +0100
  41. 58206ec fix(st-crypto): do not read RNG data if it's not ready by Gatien Chevallier · Fri May 26 15:49:03 2023 +0200
  42. 41330b2 fix(st-ddr): express memory size with size_t type by Yann Gautier · Mon Sep 18 09:40:37 2023 +0200
  43. 16ca3f5 feat(st-uart): add AARCH64 stm32_console driver by Yann Gautier · Wed May 22 12:07:29 2019 +0200
  44. ff2b34c refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · Thu Mar 17 17:20:22 2022 +0100
  45. 619d2a5 refactor(st): move SDMMC definitions to driver by Yann Gautier · Fri Jun 30 16:01:30 2023 +0200
  46. 3005c43 feat(st-clock): stub fdt_get_rcc_secure_state by Yann Gautier · Tue Jun 13 18:44:51 2023 +0200
  47. 18bef77 feat(st-clock): allow aarch64 compilation of STGEN functions by Yann Gautier · Fri Dec 06 09:38:43 2019 +0100
  48. 3437747 fix(st-uart): correctly check UART enabled in flush fonction by Yann Gautier · Wed Jun 28 17:52:08 2023 +0200
  49. a9e03d2 Merge changes from topic "st-fixes" into integration by Madhukar Pappireddy · Tue Jun 06 16:03:38 2023 +0200
  50. c723994 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · Mon May 15 09:55:31 2023 +0200
  51. f0f59d0 fix(st-uart): skip console flush if UART is disabled by Yann Gautier · Wed Mar 29 14:23:49 2023 +0200
  52. e7d7c27 refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · Wed Jan 25 16:55:18 2023 +0000
  53. 2be03c0 fix(tree): correct some typos by Elyes Haouas · Mon Feb 13 09:14:48 2023 +0100
  54. 39ff592 fix(st-crypto): move flag control into source code by Lionel Debieve · Wed May 03 11:40:09 2023 +0200
  55. 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · Mon Jan 16 16:45:37 2023 +0100
  56. 04fecd2 Merge changes from topic "bk/warnings" into integration by Manish Pandey · Tue Jan 10 11:56:42 2023 +0100
  57. 8057aa6 refactor(st): remove unused io_mmc driver by Yann Gautier · Tue Nov 22 11:44:20 2022 +0100
  58. 55f3eb4 fix(st-crypto): remove platdata functions by Yann Gautier · Tue Dec 13 10:51:56 2022 +0100
  59. fca59e0 fix(st-gpio): define shift as uint32_t by Yann Gautier · Fri Nov 25 10:56:25 2022 +0100
  60. ad631cc fix(st-sdmmc): check transfer size before filling register by Yann Gautier · Mon Nov 21 13:36:53 2022 +0100
  61. ac8999d fix(st-clock): avoid arithmetics on pointers by Yann Gautier · Fri Nov 25 14:34:52 2022 +0100
  62. 8e59db2 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · Fri Nov 25 11:37:00 2022 +0100
  63. 21d117a fix(st-clock): remove useless switch by Yann Gautier · Fri Nov 25 10:42:52 2022 +0100
  64. 51dad68 fix(st-clock): use Boolean type for tests by Yann Gautier · Mon Nov 28 14:56:58 2022 +0100
  65. e8f67d3 fix(st-regulator): use Boolean type for tests by Yann Gautier · Mon Nov 28 14:57:06 2022 +0100
  66. 045d808 fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · Fri Nov 25 16:25:46 2022 +0100
  67. 3086df8 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · Fri Nov 25 15:29:38 2022 +0100
  68. 909c708 fix(st-regulator): explicitly check operators precedence by Yann Gautier · Mon Nov 28 14:55:14 2022 +0100
  69. f64eae0 fix(st-pmic): define pmic_regs table size by Yann Gautier · Thu Nov 24 18:17:02 2022 +0100
  70. 4737ed6 fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · Thu Nov 24 18:14:26 2022 +0100
  71. 64dd2b8 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · Tue Nov 22 14:09:36 2022 +0000
  72. 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · Mon Nov 14 14:14:48 2022 +0100
  73. 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · Wed Oct 05 16:22:07 2022 +0200
  74. b2cbf85 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · Tue Oct 04 14:28:57 2022 +0200
  75. f08879f feat(st-crypto): add STM32 RNG driver by Yann Gautier · Thu Apr 18 14:47:35 2019 +0200
  76. da968b1 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · Fri Sep 18 09:19:11 2020 +0200
  77. db13fac feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · Wed Sep 30 17:36:45 2020 +0200
  78. 5d3ade0 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · Tue Dec 22 13:54:51 2020 +0100
  79. 61f74bb feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · Tue Sep 13 13:55:43 2022 +0200
  80. 9d4a07d feat(st-uart): add initialization with the device tree by Patrick Delaunay · Thu Apr 14 11:19:03 2022 +0200
  81. 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · Thu Apr 14 11:15:43 2022 +0200
  82. 98b4fb8 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · Wed Mar 02 15:29:08 2022 +0100
  83. 39eb75c Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · Wed Aug 17 16:33:10 2022 +0200
  84. 7b94bc4 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · Wed Aug 17 16:32:55 2022 +0200
  85. 2da3c97 feat(st-sdmmc2): define FIFO size by Yann Gautier · Wed May 05 13:47:56 2021 +0200
  86. fda489e feat(st-sdmmc2): make reset property optional by Yann Gautier · Tue May 03 15:37:54 2022 +0200
  87. 726a798 feat(st-sdmmc2): manage CMD6 by Yann Gautier · Wed Jun 12 15:48:05 2019 +0200
  88. 6fbc2e4 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · Tue Mar 29 15:39:11 2022 +0200
  89. 2129ab1 refactor(st-clock): code size optimization by Gabriel Fernandez · Tue Jun 21 15:31:30 2022 +0200
  90. a815634 refactor(st-clock): remove unused PLL field by Gabriel Fernandez · Mon Feb 14 10:55:41 2022 +0100
  91. bd513f5 fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · Tue Jun 21 14:34:13 2022 +0200
  92. 8d13723 fix(st-clock): correctly check ready bit by Yann Gautier · Tue Jun 21 15:12:27 2022 +0200
  93. 3f9184e fix(st-spi): remove SR_BUSY bit check before sending command by Christophe Kerello · Wed May 04 11:28:15 2022 +0200
  94. 3c5411a fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd() by Christophe Kerello · Wed May 04 11:14:55 2022 +0200
  95. d56fff3 fix(st-clock): correct stm32_clk_parse_fdt_by_name by Yann Gautier · Tue Apr 05 15:16:28 2022 +0200
  96. 972221c fix(st-clock): check _clk_stm32_get_parent return by Yann Gautier · Tue Mar 29 09:51:21 2022 +0200
  97. 22c3dbf feat(st-sdmmc2): allow compatible to be defined in platform code by Yann Gautier · Wed Jan 20 14:08:32 2021 +0100
  98. e05e8cf feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · Tue Jan 18 15:49:42 2022 +0100
  99. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · Wed Mar 11 11:30:34 2020 +0100
  100. cc5f89a feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · Wed Feb 12 09:36:23 2020 +0100