1. ae6542f feat(st-bsec): add driver for the new IP version BSEC3 by Nicolas Le Bayon · 6 years ago
  2. c706104 refactor(st-bsec): improve BSEC driver by Patrick Delaunay · 2 years, 8 months ago
  3. b4e1e8f fix(st-ddr): express memory size with size_t type by Yann Gautier · 1 year, 11 months ago
  4. 4cfbb84 feat(st): add RCC registers list by Yann Gautier · 2 years, 2 months ago
  5. 6a187a0 fix(st-crypto): move flag control into source code by Lionel Debieve · 2 years, 3 months ago
  6. 6954495 refactor(st): remove unused io_mmc driver by Yann Gautier · 2 years, 9 months ago
  7. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
  8. af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 6 years ago
  9. 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 4 years, 11 months ago
  10. b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 4 years, 10 months ago
  11. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 8 months ago
  12. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago
  13. 5278ec3 feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · 3 years, 7 months ago
  14. 9be88e7 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 5 years ago
  15. 812daf9 feat(st): update the security based on new compatible by Lionel Debieve · 4 years, 8 months ago
  16. 53584e1 feat(st-gpio): allow to set a gpio in output mode by Fabien Dessenne · 3 years, 11 months ago
  17. 417196f refactor(st-gpio): code improvements by Fabien Dessenne · 3 years, 11 months ago
  18. 072d753 refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 6 years ago
  19. 591d80c refactor(st-clock): update STGEN management by Lionel Debieve · 6 years ago
  20. 2444d23 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 3 years, 7 months ago
  21. b208e3d refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 5 years ago
  22. 63d2159 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 4 years, 5 months ago
  23. 06e55dc refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 4 years, 3 months ago
  24. 88f4fb8 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 4 years, 11 months ago
  25. 5def13e feat(st-ddr): add read valid training support by Nicolas Le Bayon · 4 years ago
  26. 26cf5cf refactor(stm32mp1): remove the support of calibration result by Patrick Delaunay · 4 years, 3 months ago
  27. 258bef9 feat(st-sdmmc2): manage cards power cycle by Yann Gautier · 6 years ago
  28. 5d6a264 feat(st-drivers): introduce fixed regulator driver by Pascal Paillet · 4 years, 7 months ago
  29. 85fb175 feat(st-pmic): register the PMIC to regulator framework by Yann Gautier · 3 years, 10 months ago
  30. ae7792e refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 6 years ago
  31. d5b4a2c feat(regulator): add a regulator framework by Pascal Paillet · 4 years, 8 months ago
  32. ea552bf feat(stpmic1): add new services by Pascal Paillet · 4 years, 8 months ago
  33. 13fbfe0 feat(stpmic1): add USB OTG regulators by Etienne Carriere · 6 years ago
  34. 16e56a7 refactor(stpmic1): set stpmic1_is_regulator_enabled() as boolean by Nicolas Le Bayon · 6 years ago
  35. 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
  36. 165ad55 feat(drivers/st/uart): add uart driver for STM32MP1 by Nicolas Le Bayon · 6 years ago
  37. 9a138eb feat(drivers/st/usb): add device driver for STM32MP1 by Patrick Delaunay · 5 years ago
  38. 4bafa3d refactor(stpmic1): use BIT and GENMASK helpers by Yann Gautier · 3 years, 11 months ago
  39. 7feb435 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · 3 years, 10 months ago
  40. ff18c4c refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · 4 years, 10 months ago
  41. 288f5cf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · 4 years ago
  42. f3d2750 feat(drivers/st): manage boot part in io_mmc by Vyacheslav Yurkov · 4 years, 2 months ago
  43. edaaa98 ddr: stm32mp1_ddr: correct SELFREF_TO_X32 mask by Yann Gautier · 4 years, 6 months ago
  44. b473430 drivers: move scmi-msg out of st by Peng Fan · 4 years, 7 months ago
  45. ade9ce0 stm32mp1: get peripheral base address from a define by Yann Gautier · 5 years ago
  46. 0adc87c drivers: st: add missing includes in ETZPC header by Yann Gautier · 5 years ago
  47. 37e8295 drivers: st: clock: register parent of secure clocks by Etienne Carriere · 5 years ago
  48. 7d6fa6e drivers/scmi-msg: smt entry points for incoming messages by Etienne Carriere · 5 years ago
  49. 6cc2c1c drivers/scmi-msg: support for reset domain protocol by Etienne Carriere · 5 years ago
  50. c9e8300 drivers/scmi-msg: support for clock protocol by Etienne Carriere · 5 years ago
  51. 75366cc drivers/scmi-msg: driver for processing scmi messages by Etienne Carriere · 6 years ago
  52. 77d0504 drivers: introduce ST ETZPC driver by Etienne Carriere · 6 years ago
  53. ec29ce6 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · 5 years ago
  54. 45c70e6 drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 6 years ago
  55. 8fbcd9e drivers: stm32mp1 clocks: allow tree lookup for several system clocks by Etienne Carriere · 6 years ago
  56. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
  57. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
  58. 0581a88 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 6 years ago
  59. 695f7df fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 6 years ago
  60. b8718d1 io: stm32image: fix device_size type by Lionel Debieve · 6 years ago
  61. 19e2af7 crypto: stm32_hash: align stm32_hash_update() prototype by Yann Gautier · 6 years ago
  62. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  63. b1e0b11 crypto: stm32_hash: Add HASH driver by Lionel Debieve · 6 years ago
  64. 2c2c9f1 mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 6 years ago
  65. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  66. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  67. d4151d2 clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 6 years ago
  68. f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 6 years ago
  69. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
  70. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  71. 5202cb3 stm32mp1: add timeout detection in reset driver by Yann Gautier · 6 years ago
  72. 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 6 years ago
  73. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
  74. dfdb057 stm32mp1: use new functions to manage timeouts by Yann Gautier · 6 years ago
  75. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  76. 88ef042 stm32mp1: add BSEC driver by Yann Gautier · 7 years ago
  77. 1fc2130 stm32mp1: update device tree and gpio functions by Yann Gautier · 7 years ago
  78. 4156d4d drivers: st: update drivers code by Yann Gautier · 7 years ago
  79. 077f682 drivers: st: pmic: update stpmic1 driver by Yann Gautier · 7 years ago
  80. c948f77 stm32mp1: update device tree files by Yann Gautier · 7 years ago
  81. 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 7 years ago
  82. 6e6ab28 stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 7 years ago
  83. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  84. 6d264af drivers: st: update console driver to support MULTI_CONSOLE_API by Yann Gautier · 7 years ago
  85. 8244d22 stm32mp1: add a new file for UART registers definition by Yann Gautier · 7 years ago
  86. 7227d89 stm32mp1: remove duplicate function declaration by Yann Gautier · 7 years ago
  87. 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 7 years ago
  88. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  89. a3d39cc stm32mp1: add an IO to read MMC devices by Yann Gautier · 7 years ago
  90. ceaff75 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · 7 years ago
  91. 8e2e5e8 stm32mp1: add sdmmc2 driver by Yann Gautier · 7 years ago
  92. 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 7 years ago
  93. e4f559f stm32mp1: Add PMIC support by Yann Gautier · 7 years ago
  94. 6a339a4 stm32mp1: Add GPIO support by Yann Gautier · 7 years ago
  95. 7839a05 stm32mp1: Add clock and reset support by Yann Gautier · 7 years ago
  96. 4353bb2 Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · 7 years ago