1. 6d8121c feat(st-clock): add function to control MCU subsystem by Lionel Debieve · 3 years, 7 months ago
  2. 3005c43 feat(st-clock): stub fdt_get_rcc_secure_state by Yann Gautier · 1 year, 1 month ago
  3. 18bef77 feat(st-clock): allow aarch64 compilation of STGEN functions by Yann Gautier · 4 years, 7 months ago
  4. c723994 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · 1 year, 2 months ago
  5. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 5 months ago
  6. ac8999d fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 1 year, 7 months ago
  7. 8e59db2 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 1 year, 7 months ago
  8. 21d117a fix(st-clock): remove useless switch by Yann Gautier · 1 year, 7 months ago
  9. 51dad68 fix(st-clock): use Boolean type for tests by Yann Gautier · 1 year, 7 months ago
  10. 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 2 years, 3 months ago
  11. 2129ab1 refactor(st-clock): code size optimization by Gabriel Fernandez · 2 years ago
  12. a815634 refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 2 years, 5 months ago
  13. bd513f5 fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · 2 years ago
  14. 8d13723 fix(st-clock): correctly check ready bit by Yann Gautier · 2 years ago
  15. d56fff3 fix(st-clock): correct stm32_clk_parse_fdt_by_name by Yann Gautier · 2 years, 3 months ago
  16. 972221c fix(st-clock): check _clk_stm32_get_parent return by Yann Gautier · 2 years, 3 months ago
  17. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 4 years, 4 months ago
  18. fffc76e fix(st-clock): initialize pllcfg table by Yann Gautier · 2 years, 4 months ago
  19. 4ce04cc fix(st-clock): print enums as unsigned by Yann Gautier · 2 years, 4 months ago
  20. 3c0fbfe feat(st): update the security based on new compatible by Lionel Debieve · 3 years, 7 months ago
  21. deef969 refactor(st-clock): update STGEN management by Lionel Debieve · 4 years, 7 months ago
  22. 5672967 feat(st-clock): assign clocks to the correct BL by Yann Gautier · 4 years, 6 months ago
  23. af1e8f4 feat(st-clock): do not refcount on non-secure clocks in bl32 by Yann Gautier · 2 years, 8 months ago
  24. b2edbc3 feat(st-clock): define secure and non-secure gate clocks by Yann Gautier · 2 years, 8 months ago
  25. ad730b5 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 2 years, 5 months ago
  26. c934381 fix(st-clock): correct types in error messages by Yann Gautier · 2 years, 10 months ago
  27. 5177ea2 refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 4 years, 2 months ago
  28. d78bd85 feat(st-clock): check HSE configuration in serial boot by Lionel Debieve · 5 years ago
  29. 48519b3 feat(st-clock): manage disabled oscillator by Patrick Delaunay · 5 years ago
  30. dab197a refactor(st-clock): improve DT parsing for PLL nodes by Nicolas Le Bayon · 4 years, 8 months ago
  31. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · 2 years, 10 months ago
  32. 4959cc2 Merge "feat(stm32mp1): preserve the PLL4 settings for USB boot" into integration by Manish Pandey · 2 years, 7 months ago
  33. dc08ebe feat(drivers/st/uart): add uart driver for STM32MP1 by Nicolas Le Bayon · 4 years, 10 months ago
  34. 64e1b2c feat(stm32mp1): preserve the PLL4 settings for USB boot by Patrick Delaunay · 3 years, 10 months ago
  35. c47c816 fix(stm32mp1_clk): keep RTC clock always on by HE Shushan · 3 years ago
  36. b39a152 fix(stm32mp1_clk): set other clocks as always on by Yann Gautier · 3 years, 10 months ago
  37. 4d19874 fix(stm32mp1_clk): fix MPU clock rate by Gabriel Fernandez · 4 years, 4 months ago
  38. 40c28e8 fix(stm32mp1_clk): fix MCU/AXI parent clock by Etienne Carriere · 4 years, 7 months ago
  39. eaab37d refactor(stm32mp_clk): keep RCC node offset by Yann Gautier · 3 years, 8 months ago
  40. 87a6382 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · 2 years, 9 months ago
  41. 286d81e refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · 3 years, 9 months ago
  42. faa9bcf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · 2 years, 10 months ago
  43. cfa88cc fix(stm32mp1_clk): keep RTCAPB clock always on by Lionel Debieve · 4 years, 10 months ago
  44. 4e3a51a fix(stm32mp1_clk): fix RTC clock rating by Gabriel Fernandez · 3 years ago
  45. 74aa83a fix(stm32mp1_clk): correctly manage RTC clock source by Yann Gautier · 3 years, 3 months ago
  46. 360e0e9 fix(drivers/st/clk): use correct return value by Yann Gautier · 3 years, 10 months ago
  47. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · 4 years, 2 months ago
  48. 5e68f6b clk: stm32mp1: fix rcc mckprot status by Etienne Carriere · 4 years, 5 months ago
  49. 1368ada drivers: st: clock: register parent of secure clocks by Etienne Carriere · 4 years, 2 months ago
  50. 8a66889 drivers: stm32mp1 clocks: fix debug trace on clock enable/disable by Etienne Carriere · 4 years, 7 months ago
  51. 2a756c2 drivers: stm32mp1 clocks: enable system clocks during initialization by Etienne Carriere · 4 years, 7 months ago
  52. 481aa00 drivers: stm32mp1 clocks: prevent crash on always on clocks by Etienne Carriere · 4 years, 7 months ago
  53. bccc7d0 drivers: stm32mp1 clocks: add RTC as a gateable clock by Etienne Carriere · 4 years, 7 months ago
  54. c164ce2 drivers: stm32mp1 clocks: support shifted clock selector bit masks by Etienne Carriere · 4 years, 7 months ago
  55. 0413261 drivers: stm32mp1 clocks: allow tree lookup for several system clocks by Etienne Carriere · 4 years, 7 months ago
  56. 2d5690c plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 4 years, 3 months ago
  57. cc99f3f plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 4 years, 3 months ago
  58. f540a59 stm32mp1: use a common function to check spinlock is available by Yann Gautier · 5 years ago
  59. c7f9e96 clk: stm32mp: enable RTCAPB clock for dual-core chips by Yann Gautier · 5 years ago
  60. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · 5 years ago
  61. d0dcbaa clk: stm32mp1: correctly handle Clock Spreading Generator by Yann Gautier · 5 years ago
  62. 9d8bbcd clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 5 years ago
  63. 5f2e874 clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 5 years ago
  64. 007d745 arch: add some defines for generic timer registers by Yann Gautier · 5 years ago
  65. ed34232 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 5 years ago
  66. e4a3c35 stm32mp1: update clock driver by Yann Gautier · 5 years ago
  67. 4d42947 stm32mp1: split clkfunc code by Yann Gautier · 5 years ago
  68. 2299d57 stm32mp1: use new functions to manage timeouts by Yann Gautier · 5 years ago
  69. a2e2a30 stm32mp1: make functions and macros more common by Yann Gautier · 5 years ago
  70. 038bff2 stm32mp1: update device tree and gpio functions by Yann Gautier · 5 years ago
  71. 1a3fc9f drivers: st: update drivers code by Yann Gautier · 5 years ago
  72. 57e282b stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 5 years ago
  73. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  74. f9af3bc stm32mp1: correct some static analysis tools issues by Yann Gautier · 6 years ago
  75. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  76. 6bca8be Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  77. 9aea69e stm32mp1: Add clock and reset support by Yann Gautier · 6 years ago