1. a0f6ff7 refactor(stm32mp1): remove the support of calibration result by Patrick Delaunay · 3 years, 2 months ago
  2. 634591d fix(st-ddr): correct DDR warnings by Yann Gautier · 2 years, 10 months ago
  3. 68899ce fix(st-sdmmc2): check regulator enable/disable return by Yann Gautier · 2 years, 6 months ago
  4. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  5. c14205d feat(st-sdmmc2): manage cards power cycle by Yann Gautier · 5 years ago
  6. 8b330ce feat(st-drivers): introduce fixed regulator driver by Pascal Paillet · 3 years, 5 months ago
  7. 5e36dbb refactor(st-pmic): use regulator framework for DDR init by Pascal Paillet · 3 years, 7 months ago
  8. e6f1032 feat(st-pmic): register the PMIC to regulator framework by Yann Gautier · 2 years, 9 months ago
  9. 0b10b65 refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 4 years, 8 months ago
  10. 79503b8 feat(regulator): add a regulator framework by Pascal Paillet · 3 years, 7 months ago
  11. c18c454 feat(stpmic1): add new services by Pascal Paillet · 3 years, 7 months ago
  12. f76731f feat(stpmic1): add USB OTG regulators by Etienne Carriere · 4 years, 6 months ago
  13. 342865a refactor(st-pmic): improve driver usage by Nicolas Le Bayon · 4 years, 8 months ago
  14. f5188ee refactor(stpmic1): set stpmic1_is_regulator_enabled() as boolean by Nicolas Le Bayon · 4 years, 10 months ago
  15. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · 2 years, 10 months ago
  16. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 3 years, 1 month ago
  17. 4959cc2 Merge "feat(stm32mp1): preserve the PLL4 settings for USB boot" into integration by Manish Pandey · 2 years, 7 months ago
  18. dc08ebe feat(drivers/st/uart): add uart driver for STM32MP1 by Nicolas Le Bayon · 4 years, 10 months ago
  19. 64e1b2c feat(stm32mp1): preserve the PLL4 settings for USB boot by Patrick Delaunay · 3 years, 10 months ago
  20. 9b384b3 fix: use correct printf format for uint64_t by Manish Pandey · 2 years, 8 months ago
  21. 04f89be feat(drivers/st/usb): add device driver for STM32MP1 by Patrick Delaunay · 3 years, 10 months ago
  22. 2bd419a Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · 2 years, 9 months ago
  23. 84bca88 fix(stpmic1): fix power switches activation by Pascal Paillet · 3 years, 4 months ago
  24. 328bba6 fix(stpmic1): update error cases return by Yann Gautier · 4 years, 3 months ago
  25. c47c816 fix(stm32mp1_clk): keep RTC clock always on by HE Shushan · 3 years ago
  26. e289cb0 refactor(stm32_sdmmc2): use DT helpers by Yann Gautier · 4 years, 8 months ago
  27. b39a152 fix(stm32mp1_clk): set other clocks as always on by Yann Gautier · 3 years, 10 months ago
  28. 4d19874 fix(stm32mp1_clk): fix MPU clock rate by Gabriel Fernandez · 4 years, 4 months ago
  29. 40c28e8 fix(stm32mp1_clk): fix MCU/AXI parent clock by Etienne Carriere · 4 years, 7 months ago
  30. eaab37d refactor(stm32mp_clk): keep RCC node offset by Yann Gautier · 3 years, 8 months ago
  31. 87a6382 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · 2 years, 9 months ago
  32. 286d81e refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · 3 years, 9 months ago
  33. 9ee1f9c fix(stm32_console): do not skip init for crash console by Yann Gautier · 2 years, 10 months ago
  34. faa9bcf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · 2 years, 10 months ago
  35. cfa88cc fix(stm32mp1_clk): keep RTCAPB clock always on by Lionel Debieve · 4 years, 10 months ago
  36. 4e3a51a fix(stm32mp1_clk): fix RTC clock rating by Gabriel Fernandez · 3 years ago
  37. 74aa83a fix(stm32mp1_clk): correctly manage RTC clock source by Yann Gautier · 3 years, 3 months ago
  38. 72ceb35 fix(drivers/st/pmic): missing error check by Nicolas Le Bayon · 4 years, 4 months ago
  39. 53ee7d3 fix(drivers/st/pmic): initialize i2c_state by Benjamin Gaignard · 4 years, 4 months ago
  40. 360e0e9 fix(drivers/st/clk): use correct return value by Yann Gautier · 3 years, 10 months ago
  41. 4d479e2 Merge changes from topic "io_stm32image" into integration by Madhukar Pappireddy · 3 years ago
  42. c1f667c fix(io_stm32image): invalidate cache on local buf by Yann Gautier · 3 years, 8 months ago
  43. f3633d5 refactor(io_stm32image): add header size variable by Yann Gautier · 4 years ago
  44. f3bc8a0 fix(io_stm32image): uninitialized variable warning by Nicolas Le Bayon · 4 years, 8 months ago
  45. b74313c feat(drivers/st): manage boot part in io_mmc by Vyacheslav Yurkov · 3 years, 1 month ago
  46. 3e358b9 nand: stm32_fmc_nand: remove dead code by Yann Gautier · 3 years, 5 months ago
  47. 8053e07 drivers: move scmi-msg out of st by Peng Fan · 3 years, 5 months ago
  48. 8b346c5 Merge "Don't return error information from console_flush" into integration by Mark Dykes · 3 years, 9 months ago
  49. cfcaf32 Merge changes from topic "stm32mp1_plat_updates" into integration by Madhukar Pappireddy · 3 years, 9 months ago
  50. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · 4 years, 2 months ago
  51. 01dd6e4 drivers: stm32_fmc2_nand: fix boundary check for chip select by Lionel Debieve · 4 years ago
  52. 749c917 drivers: stm32_fmc2_nand: move to new bindings by Christophe Kerello · 4 years ago
  53. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 4 years ago
  54. e95aacd drivers: stm32_fmc2_nand: fix incorrect error detection by Lionel Debieve · 3 years, 9 months ago
  55. 5e68f6b clk: stm32mp1: fix rcc mckprot status by Etienne Carriere · 4 years, 5 months ago
  56. 1045422 mmc: st: clear some flags before sending a command by Yann Gautier · 4 years, 1 month ago
  57. dbb9f57 mmc: st: correct retries management by Yann Gautier · 4 years, 1 month ago
  58. 2e002b0 gpio: stm32_gpio: check GPIO node status after checking DT by Yann Gautier · 3 years, 10 months ago
  59. b66d7d1 crypto: stm32_hash: fix issue when restarting computation by Lionel Debieve · 4 years, 5 months ago
  60. f873628 drivers/stm32_hash: register resources as secure or not by Etienne Carriere · 4 years, 7 months ago
  61. 3018921 drivers/stm32_gpio: register GPIO resources as secure or not by Etienne Carriere · 4 years, 7 months ago
  62. 2b66328 drivers/stm32_iwdg: register IWDG resources as secure or not by Etienne Carriere · 4 years, 7 months ago
  63. 67b106a drivers/stm32mp_pmic: register PMIC resources as secure or not by Etienne Carriere · 4 years, 7 months ago
  64. 1368ada drivers: st: clock: register parent of secure clocks by Etienne Carriere · 4 years, 2 months ago
  65. 66685f7 drivers/scmi-msg: smt entry points for incoming messages by Etienne Carriere · 4 years, 2 months ago
  66. 02a4ba5 drivers/scmi-msg: support for reset domain protocol by Etienne Carriere · 4 years, 2 months ago
  67. 76b3cc6 drivers/scmi-msg: support for clock protocol by Etienne Carriere · 4 years, 2 months ago
  68. 13b353c drivers/scmi-msg: driver for processing scmi messages by Etienne Carriere · 4 years, 7 months ago
  69. e5bed89 drivers: introduce ST ETZPC driver by Etienne Carriere · 4 years, 7 months ago
  70. f9083d5 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · 4 years, 1 month ago
  71. f02647a drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 4 years, 7 months ago
  72. 8a66889 drivers: stm32mp1 clocks: fix debug trace on clock enable/disable by Etienne Carriere · 4 years, 7 months ago
  73. 2a756c2 drivers: stm32mp1 clocks: enable system clocks during initialization by Etienne Carriere · 4 years, 7 months ago
  74. 481aa00 drivers: stm32mp1 clocks: prevent crash on always on clocks by Etienne Carriere · 4 years, 7 months ago
  75. bccc7d0 drivers: stm32mp1 clocks: add RTC as a gateable clock by Etienne Carriere · 4 years, 7 months ago
  76. c164ce2 drivers: stm32mp1 clocks: support shifted clock selector bit masks by Etienne Carriere · 4 years, 7 months ago
  77. 0413261 drivers: stm32mp1 clocks: allow tree lookup for several system clocks by Etienne Carriere · 4 years, 7 months ago
  78. 4a1c874 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 4 years, 3 months ago
  79. 2d5690c plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 4 years, 3 months ago
  80. cc99f3f plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 4 years, 3 months ago
  81. a55169b stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 4 years, 6 months ago
  82. 3dcc5f1 io: io_stm32image: correct possible NULL pointer dereference by Yann Gautier · 4 years, 4 months ago
  83. e0b01d7 nand: stm32_fmc2_nand: correct xor_ecc.val assigned value by Yann Gautier · 4 years, 4 months ago
  84. ebb7e69 spi: stm32_qspi: correct static analysis issues by Yann Gautier · 4 years, 4 months ago
  85. 678c6fa stm32: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  86. 923e4d3 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 4 years, 9 months ago
  87. 2c0ba88 fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 4 years, 9 months ago
  88. f30cddc io: change seek offset to signed long long by Yann Gautier · 5 years ago
  89. c5c6945 gpio: stm32_gpio: do not mix error code types by Nicolas Le Bayon · 4 years, 10 months ago
  90. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · 4 years, 10 months ago
  91. 0e73d73 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 4 years, 10 months ago
  92. 8cc21ea crypto: stm32_hash: Add HASH driver by Lionel Debieve · 4 years, 10 months ago
  93. a30e5f7 stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 4 years, 10 months ago
  94. 6d9e6a0 mmc: stm32_sdmmc2: correctly manage block size by Yann Gautier · 5 years ago
  95. 3194afe mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 5 years ago
  96. e97b663 stm32mp1: move check_header() to common code by Yann Gautier · 5 years ago
  97. 917a00c stm32mp1: add support for LpDDR3 by Yann Gautier · 5 years ago
  98. f540a59 stm32mp1: use a common function to check spinlock is available by Yann Gautier · 5 years ago
  99. c7f9e96 clk: stm32mp: enable RTCAPB clock for dual-core chips by Yann Gautier · 5 years ago
  100. 091eab5 stm32mp1: add watchdog support by Yann Gautier · 5 years ago