1. 8ce8ebe clk/efm32gg: fix dt init prototype by Uwe Kleine-König · 10 years ago
  2. 067bb17 clk: prevent erronous parsing of children during rate change by Tero Kristo · 10 years ago
  3. f4ee3c8 clk: rockchip: Fix the clocks for i2c1 and i2c2 by Doug Anderson · 10 years ago
  4. 7cd4375 Merge branch 'for-v3.17-rc/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-fixes by Mike Turquette · 10 years ago
  5. d8210e2 clk: qcom: Fix sdc 144kHz frequency entry by Stephen Boyd · 10 years ago
  6. e8531ac clk: at91: fix num_parents test in at91sam9260 slow clk implementation by Boris BREZILLON · 10 years ago
  7. 20411da clk: ti: dra7-atl: Provide error check for incoming parameters in set_rate by Nishanth Menon · 10 years ago
  8. 2f10325 clk: ti: divider: Provide error check for incoming parameters in set_rate by Nishanth Menon · 10 years ago
  9. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  10. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  11. e4ca430 Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  12. b11a6fa clk: Add missing of_clk_set_defaults export by Sylwester Nawrocki · 10 years ago
  13. 6ba19bf clk: checking wrong variable in __set_clk_parents() by Dan Carpenter · 10 years ago
  14. d7d3d26 Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into clk-next-samsung by Mike Turquette · 10 years ago
  15. a74c52d clk: ti: clk-7xx: Correct ABE DPLL configuration by Peter Ujfalusi · 10 years ago
  16. abeab45 clk: Propagate any error return from debug_init() by Chris Brand · 10 years ago
  17. 631c534 clk: Add CLPS711X clk driver by Alexander Shiyan · 10 years ago
  18. eee40bb clk: st: Use round to closest divider flag by Gabriel FERNANDEZ · 10 years ago
  19. f1a788f clk: st: Update frequency tables for fs660c32 and fs432c65 by Gabriel FERNANDEZ · 10 years ago
  20. aaa65d7 clk: st: STiH407: Support for clockgenA9 by Gabriel FERNANDEZ · 10 years ago
  21. 58de9b8 clk: st: STiH407: Support for clockgenD0/D2/D3 by Gabriel FERNANDEZ · 10 years ago
  22. 51306d5 clk: st: STiH407: Support for clockgenC0 by Gabriel FERNANDEZ · 10 years ago
  23. fc755c8 clk: st: Add quadfs reset handling by Gabriel FERNANDEZ · 10 years ago
  24. 8f26df8 clk: st: Add polarity bit indication by Gabriel FERNANDEZ · 10 years ago
  25. eee8f78 clk: st: STiH407: Support for clockgenA0 by Gabriel FERNANDEZ · 10 years ago
  26. 13e6f2d clk: st: STiH407: Support for A9 MUX Clocks by Gabriel FERNANDEZ · 10 years ago
  27. b116517 clk: st: STiH407: Support for Flexgen Clocks by Gabriel FERNANDEZ · 10 years ago
  28. 79bb8aa1 clk: st: Remove uncessary (void *) cast by Gabriel FERNANDEZ · 10 years ago
  29. dc4febe clk: st: use static const for clkgen_pll_data tables by Gabriel FERNANDEZ · 10 years ago
  30. 4abb1b4 clk: st: use static const for stm_fs tables by Gabriel FERNANDEZ · 10 years ago
  31. 381c1cc clk: sunxi: staticize structures and arrays by Emilio López · 10 years ago
  32. 89a9456 clk: sunxi: add __iomem markings to MMIO pointers by Emilio López · 10 years ago
  33. 5be42f3 Merge branch 'clk-rockchip' of git://git.linaro.org/people/mike.turquette/linux into next/soc by Arnd Bergmann · 10 years ago
  34. 39fbf98 Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next/soc by Arnd Bergmann · 10 years ago
  35. 96bda11 Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Arnd Bergmann · 10 years ago
  36. ca5b402 clk: samsung: register exynos5420 apll/kpll configuration data by Thomas Abraham · 10 years ago
  37. e9d5295 clk: samsung: exynos5420: Setup clocks before system suspend by Vikas Sajjan · 10 years ago
  38. 305cfab clk: samsung: Make of_device_id array const by Krzysztof Kozlowski · 10 years ago
  39. 45c5b0a clk: samsung: exynos3250: Enable ARMCLK down feature by Krzysztof Kozlowski · 10 years ago
  40. 42773b2 clk: samsung: exynos4: Enable ARMCLK down feature by Krzysztof Kozlowski · 10 years ago
  41. 1e832e5 clk: samsung: Add driver to control CLKOUT line on Exynos SoCs by Tomasz Figa · 10 years ago
  42. 01f7ec2 clk: samsung: exynos4: Add CLKOUT clock hierarchy by Tomasz Figa · 10 years ago
  43. 3cc5aba Merge tag 'sunxi-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next-sunxi by Mike Turquette · 10 years ago
  44. 800c979 clk: samsung: exynos4: Add missing CPU/DMC clock hierarchy by Tomasz Figa · 10 years ago
  45. 9ae1400 Merge tag 'qcom-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into clk-next-msm by Mike Turquette · 10 years ago
  46. 07761ba Merge branch 'for-v3.17/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-next-ti by Mike Turquette · 10 years ago
  47. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  48. 0957569 Merge branch 'clk-rockchip' into clk-next by Mike Turquette · 10 years ago
  49. f37ac9e Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Olof Johansson · 10 years ago
  50. f57c0e0 Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup by Olof Johansson · 10 years ago
  51. f1ff474 clk: samsung: s5pv210: Remove legacy board support by Tomasz Figa · 10 years ago
  52. 9978f28 clk: samsung: Add S5PV210 Audio Subsystem clock driver by Tomasz Figa · 10 years ago
  53. 8415860 clk: samsung: Add clock driver for S5PV210 and compatible SoCs by Mateusz Krawczuk · 11 years ago
  54. 7232398 ARM: tegra: Convert PMC to a driver by Thierry Reding · 10 years ago
  55. 306a7f9 ARM: tegra: Move includes to include/soc/tegra by Thierry Reding · 10 years ago
  56. ee2d8ea clk: mvebu: extend clk-cpu for dynamic frequency scaling by Thomas Petazzoni · 10 years ago
  57. e216ce6 clk: qcom: Add support for APQ8064 multimedia clocks by Stephen Boyd · 10 years ago
  58. d8c25d3 clk: qcom: pll: Add support for configuring SR PLLs by Stephen Boyd · 10 years ago
  59. f87dfca clk: qcom: mdp_lut_clk is a child of mdp_src by Stephen Boyd · 10 years ago
  60. 5b6b749 clk: qcom: Fix PLL rate configurations by Stephen Boyd · 10 years ago
  61. ff20783 clk: qcom: Fix MN frequency tables, parent map, and jpegd by Stephen Boyd · 10 years ago
  62. 404c1ff clk: qcom: Support bypass RCG configuration by Stephen Boyd · 10 years ago
  63. 24d8fba clk: qcom: Add support for IPQ8064's global clock controller (GCC) by Kumar Gala · 10 years ago
  64. 2b46cd2 clk: qcom: Add APQ8084 Multimedia Clock Controller (MMCC) support by Georgi Djakov · 10 years ago
  65. 6c1d66f clk: sunxi: sun6i-a31-apb0-gates: Add A23 APB0 support by Chen-Yu Tsai · 10 years ago
  66. b72efd0 clk: sunxi: sun6i-apb0-gates: use bitmaps for valid gate indices by Chen-Yu Tsai · 10 years ago
  67. 502fde1 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  68. b9e4ba5 clk: rockchip: add clock controller for rk3288 by Heiko Stübner · 10 years ago
  69. 2c14736c clk: rockchip: add clock driver for rk3188 and rk3066 clocks by Heiko Stübner · 10 years ago
  70. 85fa0c7 clk: rockchip: add reset controller by Heiko Stübner · 10 years ago
  71. 90c5902 clk: rockchip: add clock type for pll clocks and pll used on rk3066 by Heiko Stübner · 10 years ago
  72. a245fec clk: rockchip: add basic infrastructure for clock branches by Heiko Stübner · 10 years ago
  73. 5a994e1 clk: composite: improve rate_hw sanity check logic by Mike Turquette · 10 years ago
  74. 0c02cf2 clk: composite: allow read-only clocks by Heiko Stübner · 10 years ago
  75. 3eb635f clk: composite: support determine_rate using rate_ops->round_rate + mux_ops->set_parent by Boris BREZILLON · 10 years ago
  76. dae7df4 Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  77. 4494377 clk: spear3xx: Set proper clock parent of uart1/2 by Thomas Gleixner · 10 years ago
  78. 15ebb05 clk: spear3xx: Use proper control register offset by Thomas Gleixner · 10 years ago
  79. 5424e10 clk: qcom: Add APQ8084 clocks for SATA, PCIe and UFS by Georgi Djakov · 10 years ago
  80. 0282465 clk: qcom: Add APQ8084 Global Clock Controller support by Georgi Djakov · 10 years ago
  81. 5f77549 clk: qcom: Fully support apq8064 global clock control by Stephen Boyd · 10 years ago
  82. 7f9b72a clk: qcom: add clocks necessary for apq8064 sdcc by Srinivas Kandagatla · 10 years ago
  83. 22a6923 ARM: SPEAr13xx: Fix pcie clock name by Pratyush Anand · 10 years ago
  84. c0fb262 clk: exynos5420: Add IDs for clocks used in PD mfc by Arun Kumar K · 10 years ago
  85. 0c4565d Merge tag 'tegra-clk-3.17-1' of git://nv-tegra.nvidia.com/user/pdeschrijver/linux into clk-next-tegra by Mike Turquette · 10 years ago
  86. 0e548d50b clk: tegra: Use XUSB-compatible SATA PLL sequence by Mikko Perttunen · 10 years ago
  87. cd6eb53 clk: sunxi: Fix gate indexing for sun6i-a31-apb0-gates by Chen-Yu Tsai · 10 years ago
  88. 57a1fbf2 clk: sunxi: Add A23 APB0 divider clock support by Chen-Yu Tsai · 10 years ago
  89. 515c1a4 clk: sunxi: Add A23 clocks support by Chen-Yu Tsai · 10 years ago
  90. ea5671b clk: sunxi: Add support for table-based divider clocks by Chen-Yu Tsai · 10 years ago
  91. 9a5e6c7 clk: sunxi: Support factor clocks with N factor starting not from 0 by Chen-Yu Tsai · 10 years ago
  92. 70eab19 clk: sunxi: move "ahb_sdram" to protected clock list by Chen-Yu Tsai · 10 years ago
  93. d14e470 clk: sunxi: register clock gates with clkdev by Chen-Yu Tsai · 10 years ago
  94. cdae173 Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  95. c556bcd clk: qcom: HDMI source sel is 3 not 2 by Stephen Boyd · 10 years ago
  96. fb2b3c9 clk: define and export clk_debugs_add_file by Peter De Schrijver · 10 years ago
  97. 4924b8a Merge tag 'for_3.16/samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into clk-fixes-samsung by Mike Turquette · 10 years ago
  98. 89ed7e6 clk: s2mps11: Fix clk_ops by Karol Wrona · 10 years ago
  99. 4da66b6 clk: at91: main: warn when the main crystal frequency is not set by Alexandre Belloni · 10 years ago
  100. 94e72ae CLK: ti: dra7: Initialize USB_DPLL by Roger Quadros · 11 years ago