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