1. 77d0504 drivers: introduce ST ETZPC driver by Etienne Carriere · 4 years, 8 months ago
  2. ec29ce6 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · 4 years, 2 months ago
  3. 45c70e6 drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 4 years, 8 months ago
  4. 25be845 drivers: stm32mp1 clocks: fix debug trace on clock enable/disable by Etienne Carriere · 4 years, 8 months ago
  5. 033b6c3 drivers: stm32mp1 clocks: enable system clocks during initialization by Etienne Carriere · 4 years, 8 months ago
  6. 3584820 drivers: stm32mp1 clocks: prevent crash on always on clocks by Etienne Carriere · 4 years, 8 months ago
  7. 016af00 drivers: stm32mp1 clocks: add RTC as a gateable clock by Etienne Carriere · 4 years, 8 months ago
  8. 8ae08dc drivers: stm32mp1 clocks: support shifted clock selector bit masks by Etienne Carriere · 4 years, 8 months ago
  9. 8fbcd9e drivers: stm32mp1 clocks: allow tree lookup for several system clocks by Etienne Carriere · 4 years, 8 months ago
  10. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 4 years, 4 months ago
  11. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 4 years, 4 months ago
  12. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 4 years, 4 months ago
  13. 84686ba stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 4 years, 7 months ago
  14. 9543389 io: io_stm32image: correct possible NULL pointer dereference by Yann Gautier · 4 years, 5 months ago
  15. 9fe181c nand: stm32_fmc2_nand: correct xor_ecc.val assigned value by Yann Gautier · 4 years, 5 months ago
  16. 9d22d31 spi: stm32_qspi: correct static analysis issues by Yann Gautier · 4 years, 5 months ago
  17. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 4 years, 6 months ago
  18. 0581a88 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 4 years, 10 months ago
  19. 695f7df fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 4 years, 10 months ago
  20. 70cb0bf io: change seek offset to signed long long by Yann Gautier · 5 years ago
  21. 243b61d gpio: stm32_gpio: do not mix error code types by Nicolas Le Bayon · 5 years ago
  22. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 5 years ago
  23. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 4 years, 11 months ago
  24. b1e0b11 crypto: stm32_hash: Add HASH driver by Lionel Debieve · 5 years ago
  25. ebf851e stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 5 years ago
  26. d9d803e mmc: stm32_sdmmc2: correctly manage block size by Yann Gautier · 5 years ago
  27. 2c2c9f1 mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 5 years ago
  28. 1e91952 stm32mp1: move check_header() to common code by Yann Gautier · 5 years ago
  29. 4b549b2 stm32mp1: add support for LpDDR3 by Yann Gautier · 5 years ago
  30. e463d3f stm32mp1: use a common function to check spinlock is available by Yann Gautier · 5 years ago
  31. 6cb45f8 clk: stm32mp: enable RTCAPB clock for dual-core chips by Yann Gautier · 5 years ago
  32. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 5 years ago
  33. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 5 years ago
  34. dd98aec clk: stm32mp1: correctly handle Clock Spreading Generator by Yann Gautier · 5 years ago
  35. d4151d2 clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 5 years ago
  36. f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 5 years ago
  37. e1abd56 arch: add some defines for generic timer registers by Yann Gautier · 5 years ago
  38. be3991c Console: remove deprecated finish_console_register by Ambroise Vincent · 5 years ago
  39. b248bb4 mmc: stm32_sdmmc2: fill ocr_voltage by Yann Gautier · 5 years ago
  40. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 5 years ago
  41. 0d21680 stm32mp1: update clock driver by Yann Gautier · 5 years ago
  42. 5202cb3 stm32mp1: add timeout detection in reset driver by Yann Gautier · 5 years ago
  43. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 5 years ago
  44. 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 5 years ago
  45. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 5 years ago
  46. dfdb057 stm32mp1: use new functions to manage timeouts by Yann Gautier · 5 years ago
  47. e0a8ce5 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 5 years ago
  48. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 5 years ago
  49. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 5 years ago
  50. 88ef042 stm32mp1: add BSEC driver by Yann Gautier · 6 years ago
  51. 1fc2130 stm32mp1: update device tree and gpio functions by Yann Gautier · 6 years ago
  52. 4156d4d drivers: st: update drivers code by Yann Gautier · 6 years ago
  53. 077f682 drivers: st: pmic: update stpmic1 driver by Yann Gautier · 6 years ago
  54. c948f77 stm32mp1: update device tree files by Yann Gautier · 6 years ago
  55. 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 6 years ago
  56. 435832a drivers: st: move i2c driver in its own folder by Yann Gautier · 6 years ago
  57. 6e6ab28 stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 6 years ago
  58. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  59. 1d7bcaa drivers: st: mmc: improve error cases in send_cmd function by Yann Gautier · 6 years ago
  60. 8b7a26d drivers: st: uart: remove old API by Yann Gautier · 6 years ago
  61. 6d264af drivers: st: update console driver to support MULTI_CONSOLE_API by Yann Gautier · 6 years ago
  62. 8244d22 stm32mp1: add a new file for UART registers definition by Yann Gautier · 6 years ago
  63. 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 6 years ago
  64. a3d39cc stm32mp1: add an IO to read MMC devices by Yann Gautier · 6 years ago
  65. ceaff75 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · 6 years ago
  66. 8e2e5e8 stm32mp1: add sdmmc2 driver by Yann Gautier · 6 years ago
  67. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  68. 6a23356 Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  69. 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 6 years ago
  70. e4f559f stm32mp1: Add PMIC support by Yann Gautier · 6 years ago
  71. 278c34d stm32mp1: Add console support by Yann Gautier · 6 years ago
  72. 6a339a4 stm32mp1: Add GPIO support by Yann Gautier · 6 years ago
  73. 7839a05 stm32mp1: Add clock and reset support by Yann Gautier · 6 years ago
  74. 4353bb2 Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · 6 years ago