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