1. f42045b stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · 3 years ago
  2. 28e5ace clk: stm32mp1: add support of BSEC clock by Patrick Delaunay · 3 years, 3 months ago
  3. d974afe clk: stm32mp1: add support of missing SPI clocks by Patrick Delaunay · 3 years, 3 months ago
  4. 3105836 clk: stm32mp1: add support of SYSCFG clock by Patrick Delaunay · 3 years, 4 months ago
  5. 08db5d5 clk: stm32mp1: gets root clocks from fdt by Etienne Carriere · 3 years, 8 months ago
  6. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  7. 789d764 clk: stm32mp1: add support of I2C6_K by Patrick Delaunay · 3 years, 9 months ago
  8. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  9. ceab8ee clk: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  10. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  11. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  12. 4e62642 arm: stm32mp: add weak function to save vddcore by Patrick Delaunay · 4 years, 5 months ago
  13. 37ad837 stm32mp1: clk: configure pll1 with OPP by Patrick Delaunay · 4 years, 5 months ago
  14. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  15. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  16. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  17. 36911fc clk: stm32mp1: fix CK_MPU calculation by Lionel Debieve · 4 years, 6 months ago
  18. 654706b configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 7 months ago
  19. 0c90e0c clk: stm32mp1: add SPI5_K support by Patrick Delaunay · 4 years, 8 months ago
  20. 69ffb55 clk: stm32mp1: correct CKSELR masks by Patrick Delaunay · 4 years, 8 months ago
  21. eb49dce clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree by Patrick Delaunay · 4 years, 9 months ago
  22. 82ebf0f clk: stm32mp1: Add a clock entry for RNG1 device by Sughosh Ganu · 4 years, 10 months ago
  23. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  24. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  25. 4de076e stm32mp1: clk: use gd to store frequency information by Patrick Delaunay · 5 years ago
  26. 7879a7d stm32mp1: clk: remove debug traces by Patrick Delaunay · 5 years ago
  27. fd7fe1b clk: stm32mp1: Add RTC clock entry by Patrick Delaunay · 5 years ago
  28. 67d74ce clk: clk_stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  29. dfda7d4 stm32mp1: syscon: remove stgen by Patrick Delaunay · 5 years ago
  30. f6ccdda stm32mp1: clk: use the correct identifier for ethck by Patrick Delaunay · 5 years ago
  31. 248278d clk: stm32mp1: Add SPI1 clock entry by Patrice Chotard · 5 years ago
  32. c3e828b clk: stm32mp1: add set_rate for DDRPHYC clock by Patrick Delaunay · 6 years ago
  33. abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
  34. bbd108a clk: stm32mp1: correctly handle Clock Spreading Generator by Patrick Delaunay · 6 years ago
  35. 8d6310a clk: stm32mp1: add debug information by Patrick Delaunay · 6 years ago
  36. f3a23c2 clk: stm32mp1: recalculate counter when switching freq by Patrick Delaunay · 6 years ago
  37. 6320128 clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR by Patrick Delaunay · 6 years ago
  38. d661f61 clk: stm32mp1: add IPCC clock by Patrick Delaunay · 6 years ago
  39. 86617dd clk: stm32mp1: no more get ck_usbo_48m in device tree by Patrick Delaunay · 6 years ago
  40. 283bcd9 clk: stm32: add hardware spinlock clock by Benjamin Gaignard · 6 years ago
  41. d219415 stm32mp1: clk: support digital bypass by Patrick Delaunay · 6 years ago
  42. 5b25eb9 stm32mp1: clk: add ADC clock gating by Patrick Delaunay · 6 years ago
  43. 0436553 stm32mp1: clk: update Ethernet clock gating by Patrick Delaunay · 6 years ago
  44. 88fa34d stm32mp1: clk: add LDTC and DSI clock support by Patrick Delaunay · 6 years ago
  45. 6110503 stm32mp1: clk: add common function pll_get_fvco by Patrick Delaunay · 6 years ago
  46. c2fa5dc stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macro by Patrick Delaunay · 6 years ago
  47. d090cba misc: stm32: Add STM32MP1 support by Patrick Delaunay · 6 years ago
  48. f198bba clk: stm32mp1: Add VREF clock gating by Fabrice Gasnier · 6 years ago
  49. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  50. 938e0e3 clock: stm32mp1: add stgen clock source change support by Patrick Delaunay · 7 years ago
  51. 266fa4d clk: stm32mp1: add clock tree initialization by Patrick Delaunay · 7 years ago
  52. a615191 clk: add driver for stm32mp1 by Patrick Delaunay · 7 years ago