1. 2ba738d clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support by Geert Uytterhoeven · 5 years ago
  2. 92d1eba clk: renesas: Rename CLK_R8A7796 to CLK_R8A77960 by Geert Uytterhoeven · 5 years ago
  3. f00d1b1 clk: renesas: r8a77965: Remove superfluous semicolon by Geert Uytterhoeven · 5 years ago
  4. 362c79f clk: renesas: rcar-gen3: Switch SD clocks to .determine_rate() by Geert Uytterhoeven · 5 years ago
  5. df98719 clk: renesas: rcar-gen3: Switch Z clocks to .determine_rate() by Geert Uytterhoeven · 5 years ago
  6. 7aee839 clk: renesas: rcar-gen2: Switch Z clock to .determine_rate() by Geert Uytterhoeven · 5 years ago
  7. 56278c8 clk: renesas: r8a774b1: Add TMU clock by Biju Das · 5 years ago
  8. 0b9f1c2 clk: renesas: cpg-mssr: Add r8a774b1 support by Biju Das · 5 years ago
  9. 8a6d97a clk: renesas: rcar-gen3: Loop to find best rate in cpg_sd_clock_round_rate() by Geert Uytterhoeven · 5 years ago
  10. f1195d4 clk: renesas: rcar-gen3: Absorb cpg_sd_clock_calc_div() by Geert Uytterhoeven · 5 years ago
  11. e8adb3a clk: renesas: rcar-gen3: Avoid double table iteration in SD .set_rate() by Geert Uytterhoeven · 5 years ago
  12. b5dea62d clk: renesas: rcar-gen3: Improve arithmetic divisions by Geert Uytterhoeven · 5 years ago
  13. 3e8c1d4 clk: renesas: rcar-gen2: Improve arithmetic divisions by Geert Uytterhoeven · 5 years ago
  14. 5825614 clk: renesas: Remove R-Car Gen2 legacy DT clock support by Geert Uytterhoeven · 5 years ago
  15. ba28236 clk: renesas: mstp: Delete unnecessary kfree() in cpg_mstp_clocks_init() by Markus Elfring · 5 years ago
  16. a703d27 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  17. f787216 clk: renesas: cpg-mssr: Set GENPD_FLAG_ALWAYS_ON for clock domain by Geert Uytterhoeven · 5 years ago
  18. 7b8f7a76 clk: renesas: r9a06g032: Set GENPD_FLAG_ALWAYS_ON for clock domain by Geert Uytterhoeven · 5 years ago
  19. a459a18 clk: renesas: mstp: Set GENPD_FLAG_ALWAYS_ON for clock domain by Geert Uytterhoeven · 5 years ago
  20. e96a926 clk: renesas: rcar-usb2-clock-sel: Use devm_platform_ioremap_resource() helper by Geert Uytterhoeven · 5 years ago
  21. e1f1ae8 clk: renesas: cpg-mssr: Fix reset control race condition by Geert Uytterhoeven · 6 years ago
  22. 916f562 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  23. 85f946f scripts/spelling.txt: add spelling fix for prohibited by Chris Paterson · 6 years ago
  24. ec2b827 clk: renesas: cpg-mssr: Use [] to denote a flexible array member by Geert Uytterhoeven · 6 years ago
  25. 8f5e20b clk: renesas: cpg-mssr: Combine driver-private and clock array allocation by Geert Uytterhoeven · 6 years ago
  26. a79f583 clk: renesas: mstp: Combine group-private and clock array allocation by Geert Uytterhoeven · 6 years ago
  27. ba03861 clk: renesas: div6: Combine clock-private and parent array allocation by Geert Uytterhoeven · 6 years ago
  28. d2e4cb4 clk: renesas: cpg-mssr: Update kerneldoc for struct cpg_mssr_priv by Geert Uytterhoeven · 6 years ago
  29. c132417 clk: renesas: r8a774a1: Add TMU clock by Fabrizio Castro · 6 years ago
  30. fa59290 clk: renesas: r8a77995: Add CMM clocks by Jacopo Mondi · 6 years ago
  31. 08911c4 clk: renesas: r8a77990: Add CMM clocks by Jacopo Mondi · 6 years ago
  32. 1404440 clk: renesas: r8a77965: Add CMM clocks by Jacopo Mondi · 6 years ago
  33. 00c7cd3 clk: renesas: r8a7795: Add CMM clocks by Jacopo Mondi · 6 years ago
  34. aad03a6 clk: renesas: r9a06g032: Add clock domain support by Gareth Williams · 6 years ago
  35. 0f7ece0 clk: renesas: mstp: Remove error messages on out-of-memory conditions by Geert Uytterhoeven · 6 years ago
  36. ed04e62 clk: renesas: cpg-mssr: Remove error messages on out-of-memory conditions by Geert Uytterhoeven · 6 years ago
  37. f243220 clk: renesas: cpg-mssr: Use genpd of_node instead of local copy by Geert Uytterhoeven · 6 years ago
  38. e7f30c2 clk: renesas: r8a7796: Add CMM clocks by Jacopo Mondi · 6 years ago
  39. 54bbb66 clk: renesas: r8a779{5|6|65}: Add TPU clock by Cao Van Dong · 6 years ago
  40. 62e59c4 clk: Remove io.h from clk-provider.h by Stephen Boyd · 6 years ago
  41. ff06001 Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and 'clk-spdx' into clk-next by Stephen Boyd · 6 years ago
  42. 596c5ea clk: renesas: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  43. c2f0705f clk: renesas: rcar-gen3: Remove unused variable by Stephen Boyd · 6 years ago
  44. b953eaa clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value by Takeshi Kihara · 6 years ago
  45. 21ab095c clk: renesas: r8a77980: Fix RPC-IF module clock's parent by Sergei Shtylyov · 6 years ago
  46. 3c14505 clk: renesas: rcar-gen3: Rename DRIF clocks by Takeshi Kihara · 6 years ago
  47. b9df2ea clk: renesas: rcar-gen3: Correct parent clock of Audio-DMAC by Takeshi Kihara · 6 years ago
  48. 3c772f71 clk: renesas: rcar-gen3: Correct parent clock of SYS-DMAC by Takeshi Kihara · 6 years ago
  49. c2182095 clk: renesas: rcar-gen3: Correct parent clock of HS-USB by Kazuya Mizuguchi · 6 years ago
  50. 8d36fdc clk: renesas: rcar-gen3: Correct parent clock of EHCI/OHCI by Kazuya Mizuguchi · 6 years ago
  51. 4aeed94 clk: renesas: r8a774c0: Add Z2 clock by Simon Horman · 6 years ago
  52. 787fe09 clk: renesas: r8a77990: Add Z2 clock by Takeshi Kihara · 6 years ago
  53. 71119b5 clk: renesas: rcar-gen3: Support Z and Z2 clocks with high frequency parents by Simon Horman · 6 years ago
  54. e0836e3 clk: renesas: rcar-gen3: Remove CLK_TYPE_GEN3_Z2 by Simon Horman · 6 years ago
  55. 10d9ea5 clk: renesas: rcar-gen3: Parameterise Z and Z2 clock offset by Simon Horman · 6 years ago
  56. 20cc05b clk: renesas: rcar-gen3: Parameterise Z and Z2 clock fixed divisor by Takeshi Kihara · 6 years ago
  57. 1addd6d clk: renesas: r9a06g032: Add missing PCI USB clock by Gareth Williams · 6 years ago
  58. 9c561be clk: renesas: r7s9210: Always use readl() by Geert Uytterhoeven · 6 years ago
  59. 6a82559 clk: renesas: rcar-gen3: Pass name/offset to cpg_sd_clk_register() by Geert Uytterhoeven · 6 years ago
  60. df446f7 clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK by Fabrizio Castro · 6 years ago
  61. e61b30bb3 clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK by Fabrizio Castro · 6 years ago
  62. d1de227 clk: renesas: r8a774c0: Add TMU clock by Biju Das · 6 years ago
  63. 94e3935 clk: renesas: r8a77980: Add RPC clocks by Sergei Shtylyov · 6 years ago
  64. db4a007 clk: renesas: rcar-gen3: Add RPC clocks by Sergei Shtylyov · 6 years ago
  65. 875e8f6 clk: renesas: rcar-gen3: Add spinlock by Sergei Shtylyov · 6 years ago
  66. 8cb8f16 clk: renesas: rcar-gen3: Factor out cpg_reg_modify() by Sergei Shtylyov · 6 years ago
  67. d9286d9 clk: renesas: r8a774c0: Correct parent clock of DU by Geert Uytterhoeven · 6 years ago
  68. 9d034e1 clk: renesas: r8a774a1: Add missing CANFD clock by Fabrizio Castro · 6 years ago
  69. 2a6efbc clk: renesas: r8a774c0: Add missing CANFD clock by Fabrizio Castro · 6 years ago
  70. 2de34ed Merge branch 'clk-of' into clk-next by Stephen Boyd · 6 years ago
  71. 87ab1151 clk: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  72. ffe0554 Merge branches 'clk-renesas', 'clk-allwinner', 'clk-tegra', 'clk-meson' and 'clk-rockchip' into clk-next by Stephen Boyd · 6 years ago
  73. ddbae66 clk: renesas: Remove usage of CLK_IS_BASIC by Stephen Boyd · 6 years ago
  74. 60baf75 Merge tag 'clk-renesas-for-v4.21-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-renesas by Stephen Boyd · 6 years ago
  75. 36c4da4 clk: renesas: rcar-gen3: Add HS400 quirk for SD clock by Niklas Söderlund · 6 years ago
  76. e2f4dd1 clk: renesas: rcar-gen3: Add documentation for SD clocks by Niklas Söderlund · 6 years ago
  77. ecda0a0 clk: renesas: rcar-gen3: Set state when registering SD clocks by Niklas Söderlund · 6 years ago
  78. c0f8584 clk: renesas: r8a77995: Simplify PLL3 multiplier/divider by Geert Uytterhoeven · 6 years ago
  79. 6155bfa clk: renesas: r8a77995: Add missing CPEX clock by Geert Uytterhoeven · 6 years ago
  80. 846dbb4 clk: renesas: r8a77995: Remove non-existent SSP clocks by Geert Uytterhoeven · 6 years ago
  81. a5883a3 clk: renesas: r8a77995: Remove non-existent VIN5-7 module clocks by Geert Uytterhoeven · 6 years ago
  82. 515b291 clk: renesas: r8a77995: Correct parent clock of DU by Geert Uytterhoeven · 6 years ago
  83. 7cf3a21 clk: renesas: r8a77990: Correct parent clock of DU by Takeshi Kihara · 6 years ago
  84. 396bc9d clk: renesas: r8a77970: Add CPEX clock by Geert Uytterhoeven · 6 years ago
  85. f70f4be clk: renesas: r8a77965: Add CPEX clock by Geert Uytterhoeven · 6 years ago
  86. f51389c clk: renesas: r8a7796: Add CPEX clock by Geert Uytterhoeven · 6 years ago
  87. b9c0ba6 clk: renesas: r8a7795: Add CPEX clock by Geert Uytterhoeven · 6 years ago
  88. f845b01 clk: renesas: r8a774a1: Add CPEX clock by Geert Uytterhoeven · 6 years ago
  89. 1ef0600 clk: renesas: Mark rza2_cpg_clk_register static by Stephen Boyd · 6 years ago
  90. eb38c119 clk: renesas: r7s9210: Add USB clocks by Chris Brandt · 6 years ago
  91. 6f44610 clk: renesas: r8a77970: Add RPC clocks by Sergei Shtylyov · 6 years ago
  92. 507c93a clk: renesas: r7s9210: Add SDHI clocks by Chris Brandt · 6 years ago
  93. faff3d8 Merge branch 'clk-renesas' into clk-next by Stephen Boyd · 6 years ago
  94. 9710ee1 Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-next by Stephen Boyd · 6 years ago
  95. 9e288ce clk: renesas: Convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  96. a53a28d clk: renesas: r7s9210: Add SPI clocks by Chris Brandt · 6 years ago
  97. 4cb1480 clk: renesas: r7s9210: Move table update to separate function by Chris Brandt · 6 years ago
  98. b9553c1 clk: renesas: r7s9210: Convert some clocks to early by Chris Brandt · 6 years ago
  99. 1f7db7b clk: renesas: cpg-mssr: Add early clock support by Chris Brandt · 6 years ago
  100. 9ef5e03 clk: renesas: r8a77970: Add TPU clock by Sergei Shtylyov · 6 years ago