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