1. ea69dcd feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 2 years, 11 months ago
  2. d99998f feat(st-uart): add initialization with the device tree by Patrick Delaunay · 3 years, 4 months ago
  3. 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 3 years, 4 months ago
  4. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago
  5. afbb10a Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · 3 years ago
  6. 51d52c7 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · 3 years ago
  7. b46f74d feat(st-sdmmc2): define FIFO size by Yann Gautier · 4 years, 3 months ago
  8. 8324b16 feat(st-sdmmc2): make reset property optional by Yann Gautier · 3 years, 3 months ago
  9. 3deebd4 feat(st-sdmmc2): manage CMD6 by Yann Gautier · 6 years ago
  10. e9ff348 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · 3 years, 4 months ago
  11. 3ff1ff4 refactor(st-clock): code size optimization by Gabriel Fernandez · 3 years, 1 month ago
  12. b44f5ac refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 3 years, 6 months ago
  13. 56f895e fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · 3 years, 1 month ago
  14. 3b06a53 fix(st-clock): correctly check ready bit by Yann Gautier · 3 years, 1 month ago
  15. 5993b91 fix(st-spi): remove SR_BUSY bit check before sending command by Christophe Kerello · 3 years, 3 months ago
  16. 55de583 fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd() by Christophe Kerello · 3 years, 3 months ago
  17. 7417cda fix(st-clock): correct stm32_clk_parse_fdt_by_name by Yann Gautier · 3 years, 4 months ago
  18. b8eab51 fix(st-clock): check _clk_stm32_get_parent return by Yann Gautier · 3 years, 4 months ago
  19. 6481a8f feat(st-sdmmc2): allow compatible to be defined in platform code by Yann Gautier · 4 years, 7 months ago
  20. 5278ec3 feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · 3 years, 7 months ago
  21. 9be88e7 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 5 years ago
  22. 111a384 feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · 5 years ago
  23. 57e6018 fix(st-pmic): add static const to pmic_ops by Yann Gautier · 3 years, 6 months ago
  24. c507b06 Merge "fix(st-clock): initialize pllcfg table" into integration by Madhukar Pappireddy · 3 years, 5 months ago
  25. 1f60d1b feat(st-uart): manage oversampling by 8 by Yann Gautier · 3 years, 5 months ago
  26. af7775a fix(st-uart): correctly fill BRR register by Yann Gautier · 3 years, 5 months ago
  27. 175758b fix(st-clock): initialize pllcfg table by Yann Gautier · 3 years, 5 months ago
  28. 9fa9a0c fix(st-clock): print enums as unsigned by Yann Gautier · 3 years, 5 months ago
  29. 47065ff fix(st-pmic): correct verbose message by Yann Gautier · 3 years, 7 months ago
  30. bc1c98a fix(st-sdmmc2): correct cmd_idx type in messages by Yann Gautier · 3 years, 6 months ago
  31. afcdc9d fix(st-fmc): fix type in message by Yann Gautier · 3 years, 6 months ago
  32. 812daf9 feat(st): update the security based on new compatible by Lionel Debieve · 4 years, 8 months ago
  33. fc0aa10 feat(st-gpio): do not apply secure config in BL2 by Yann Gautier · 5 years ago
  34. 53584e1 feat(st-gpio): allow to set a gpio in output mode by Fabien Dessenne · 3 years, 11 months ago
  35. 417196f refactor(st-gpio): code improvements by Fabien Dessenne · 3 years, 11 months ago
  36. 072d753 refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 6 years ago
  37. 9b4ca70 feat(st-regulator): add support for regulator-always-on by Pascal Paillet · 3 years, 6 months ago
  38. 591d80c refactor(st-clock): update STGEN management by Lionel Debieve · 6 years ago
  39. 7418cf3 feat(st-clock): assign clocks to the correct BL by Yann Gautier · 6 years ago
  40. 3d69149 feat(st-clock): do not refcount on non-secure clocks in bl32 by Yann Gautier · 3 years, 9 months ago
  41. aaa09b7 feat(st-clock): define secure and non-secure gate clocks by Yann Gautier · 3 years, 9 months ago
  42. 2444d23 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 3 years, 7 months ago
  43. 0b1cfc2 Merge "fix(st-ddr): add missing debug.h" into integration by Madhukar Pappireddy · 3 years, 6 months ago
  44. 15ca2c5 fix(st-ddr): add missing debug.h by Yann Gautier · 3 years, 7 months ago
  45. 44fb470 fix(st-clock): correct types in error messages by Yann Gautier · 4 years ago
  46. b208e3d refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 5 years ago
  47. 31e9750 feat(st-clock): check HSE configuration in serial boot by Lionel Debieve · 6 years ago
  48. bcccdac feat(st-clock): manage disabled oscillator by Patrick Delaunay · 6 years ago
  49. 964e5ff refactor(st-clock): improve DT parsing for PLL nodes by Nicolas Le Bayon · 6 years ago
  50. 63d2159 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 4 years, 5 months ago
  51. 06e55dc refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 4 years, 3 months ago
  52. 88f4fb8 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 4 years, 11 months ago
  53. ba7d2e2 refactor(st-ddr): update parameter array initialization by Yann Gautier · 6 years ago
  54. 5def13e feat(st-ddr): add read valid training support by Nicolas Le Bayon · 3 years, 11 months ago
  55. 26cf5cf refactor(stm32mp1): remove the support of calibration result by Patrick Delaunay · 4 years, 3 months ago
  56. a078134 fix(st-ddr): correct DDR warnings by Yann Gautier · 4 years ago
  57. d50e7a7 fix(st-sdmmc2): check regulator enable/disable return by Yann Gautier · 3 years, 7 months ago
  58. 93b153b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 3 years, 7 months ago
  59. 258bef9 feat(st-sdmmc2): manage cards power cycle by Yann Gautier · 6 years ago
  60. 5d6a264 feat(st-drivers): introduce fixed regulator driver by Pascal Paillet · 4 years, 7 months ago
  61. 0ba71ac refactor(st-pmic): use regulator framework for DDR init by Pascal Paillet · 4 years, 8 months ago
  62. 85fb175 feat(st-pmic): register the PMIC to regulator framework by Yann Gautier · 3 years, 10 months ago
  63. ae7792e refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 6 years ago
  64. d5b4a2c feat(regulator): add a regulator framework by Pascal Paillet · 4 years, 8 months ago
  65. ea552bf feat(stpmic1): add new services by Pascal Paillet · 4 years, 8 months ago
  66. 13fbfe0 feat(stpmic1): add USB OTG regulators by Etienne Carriere · 6 years ago
  67. c77c7d9 refactor(st-pmic): improve driver usage by Nicolas Le Bayon · 6 years ago
  68. 16e56a7 refactor(stpmic1): set stpmic1_is_regulator_enabled() as boolean by Nicolas Le Bayon · 6 years ago
  69. 33667d2 feat(st): use newly introduced clock framework by Yann Gautier · 4 years ago
  70. 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
  71. be1d8b2 Merge "feat(stm32mp1): preserve the PLL4 settings for USB boot" into integration by Manish Pandey · 3 years, 8 months ago
  72. 165ad55 feat(drivers/st/uart): add uart driver for STM32MP1 by Nicolas Le Bayon · 6 years ago
  73. bf1af15 feat(stm32mp1): preserve the PLL4 settings for USB boot by Patrick Delaunay · 5 years ago
  74. 4ef449c fix: use correct printf format for uint64_t by Manish Pandey · 3 years, 9 months ago
  75. 9a138eb feat(drivers/st/usb): add device driver for STM32MP1 by Patrick Delaunay · 5 years ago
  76. 3deb060 Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · 3 years, 10 months ago
  77. 0161991 fix(stpmic1): fix power switches activation by Pascal Paillet · 4 years, 5 months ago
  78. ed6a852 fix(stpmic1): update error cases return by Yann Gautier · 5 years ago
  79. 5b111c7 fix(stm32mp1_clk): keep RTC clock always on by HE Shushan · 4 years, 1 month ago
  80. bff9e3c refactor(stm32_sdmmc2): use DT helpers by Yann Gautier · 6 years ago
  81. bf39318 fix(stm32mp1_clk): set other clocks as always on by Yann Gautier · 4 years, 11 months ago
  82. 602ae2f fix(stm32mp1_clk): fix MPU clock rate by Gabriel Fernandez · 5 years ago
  83. b8fe48b fix(stm32mp1_clk): fix MCU/AXI parent clock by Etienne Carriere · 6 years ago
  84. ba57711 refactor(stm32mp_clk): keep RCC node offset by Yann Gautier · 4 years, 10 months ago
  85. 7feb435 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · 3 years, 10 months ago
  86. ff18c4c refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · 4 years, 10 months ago
  87. 49c7f0c fix(stm32_console): do not skip init for crash console by Yann Gautier · 3 years, 11 months ago
  88. 288f5cf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · 4 years ago
  89. 373f06b fix(stm32mp1_clk): keep RTCAPB clock always on by Lionel Debieve · 6 years ago
  90. cbd2e8a fix(stm32mp1_clk): fix RTC clock rating by Gabriel Fernandez · 4 years ago
  91. 1550909 fix(stm32mp1_clk): correctly manage RTC clock source by Yann Gautier · 4 years, 4 months ago
  92. a4bcfe9 fix(drivers/st/pmic): missing error check by Nicolas Le Bayon · 5 years ago
  93. 4282284 fix(drivers/st/pmic): initialize i2c_state by Benjamin Gaignard · 5 years ago
  94. 8f97c4f fix(drivers/st/clk): use correct return value by Yann Gautier · 4 years, 11 months ago
  95. 7cfe599 Merge changes from topic "io_stm32image" into integration by Madhukar Pappireddy · 4 years, 2 months ago
  96. a5bcf82 fix(io_stm32image): invalidate cache on local buf by Yann Gautier · 4 years, 9 months ago
  97. b6561c1 refactor(io_stm32image): add header size variable by Yann Gautier · 5 years ago
  98. c1d732d fix(io_stm32image): uninitialized variable warning by Nicolas Le Bayon · 6 years ago
  99. f3d2750 feat(drivers/st): manage boot part in io_mmc by Vyacheslav Yurkov · 4 years, 2 months ago
  100. 3ed0165 nand: stm32_fmc_nand: remove dead code by Yann Gautier · 4 years, 6 months ago