1. 678c6fa stm32: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  2. 923e4d3 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 4 years, 9 months ago
  3. 2c0ba88 fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 4 years, 9 months ago
  4. f30cddc io: change seek offset to signed long long by Yann Gautier · 5 years ago
  5. c5c6945 gpio: stm32_gpio: do not mix error code types by Nicolas Le Bayon · 4 years, 10 months ago
  6. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · 4 years, 10 months ago
  7. 0e73d73 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 4 years, 10 months ago
  8. 8cc21ea crypto: stm32_hash: Add HASH driver by Lionel Debieve · 4 years, 10 months ago
  9. a30e5f7 stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 4 years, 10 months ago
  10. 6d9e6a0 mmc: stm32_sdmmc2: correctly manage block size by Yann Gautier · 5 years ago
  11. 3194afe mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 5 years ago
  12. e97b663 stm32mp1: move check_header() to common code by Yann Gautier · 5 years ago
  13. 917a00c stm32mp1: add support for LpDDR3 by Yann Gautier · 5 years ago
  14. f540a59 stm32mp1: use a common function to check spinlock is available by Yann Gautier · 5 years ago
  15. c7f9e96 clk: stm32mp: enable RTCAPB clock for dual-core chips by Yann Gautier · 5 years ago
  16. 091eab5 stm32mp1: add watchdog support by Yann Gautier · 5 years ago
  17. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · 5 years ago
  18. d0dcbaa clk: stm32mp1: correctly handle Clock Spreading Generator by Yann Gautier · 5 years ago
  19. 9d8bbcd clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 5 years ago
  20. 5f2e874 clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 5 years ago
  21. 007d745 arch: add some defines for generic timer registers by Yann Gautier · 5 years ago
  22. 0a0ca8b Console: remove deprecated finish_console_register by Ambroise Vincent · 5 years ago
  23. c8fa1aa mmc: stm32_sdmmc2: fill ocr_voltage by Yann Gautier · 5 years ago
  24. ed34232 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 5 years ago
  25. e4a3c35 stm32mp1: update clock driver by Yann Gautier · 5 years ago
  26. 33b1be4 stm32mp1: add timeout detection in reset driver by Yann Gautier · 5 years ago
  27. 3d78a2e stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 5 years ago
  28. 4d42947 stm32mp1: split clkfunc code by Yann Gautier · 5 years ago
  29. f3928f6 stm32mp1: update I2C and PMIC drivers by Yann Gautier · 5 years ago
  30. 2299d57 stm32mp1: use new functions to manage timeouts by Yann Gautier · 5 years ago
  31. b5d2ed4 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 5 years ago
  32. a2e2a30 stm32mp1: make functions and macros more common by Yann Gautier · 5 years ago
  33. ee8f542 stm32mp1: split code between common and private parts by Yann Gautier · 5 years ago
  34. 36a1e4b stm32mp1: add BSEC driver by Yann Gautier · 5 years ago
  35. 038bff2 stm32mp1: update device tree and gpio functions by Yann Gautier · 5 years ago
  36. 1a3fc9f drivers: st: update drivers code by Yann Gautier · 5 years ago
  37. ef85e53 drivers: st: pmic: update stpmic1 driver by Yann Gautier · 5 years ago
  38. 7b7e4bf stm32mp1: update device tree files by Yann Gautier · 5 years ago
  39. a45433b stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 5 years ago
  40. 113f31e drivers: st: move i2c driver in its own folder by Yann Gautier · 5 years ago
  41. 57e282b stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 5 years ago
  42. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  43. e88fdd7 drivers: st: mmc: improve error cases in send_cmd function by Yann Gautier · 6 years ago
  44. 21ab539 drivers: st: uart: remove old API by Yann Gautier · 6 years ago
  45. 4518c59 drivers: st: update console driver to support MULTI_CONSOLE_API by Yann Gautier · 6 years ago
  46. 3d48bae stm32mp1: add a new file for UART registers definition by Yann Gautier · 6 years ago
  47. f9af3bc stm32mp1: correct some static analysis tools issues by Yann Gautier · 6 years ago
  48. 9abbd6a stm32mp1: add an IO to read MMC devices by Yann Gautier · 6 years ago
  49. eb16b47 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · 6 years ago
  50. 5380b0d stm32mp1: add sdmmc2 driver by Yann Gautier · 6 years ago
  51. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  52. 6bca8be Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  53. caf575b stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 6 years ago
  54. bb836ee stm32mp1: Add PMIC support by Yann Gautier · 6 years ago
  55. 69035a8 stm32mp1: Add console support by Yann Gautier · 6 years ago
  56. d0ca7f4 stm32mp1: Add GPIO support by Yann Gautier · 6 years ago
  57. 9aea69e stm32mp1: Add clock and reset support by Yann Gautier · 6 years ago
  58. 4b0c72a Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · 6 years ago