1. bb47359 clk: meson: Fix meson_clk_register_clks() signature type mismatch by Andreas Färber · 9 years ago
  2. 60ea57a clk: socfpga: fix __init annotation by Arnd Bergmann · 9 years ago
  3. c7d5a46 drivers/clk/Kconfig: Move the TI CDCE chips close together by Mike Looijmans · 9 years ago
  4. 048c58b drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support" by Mike Looijmans · 9 years ago
  5. f2626ba Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  6. 0e954fe Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-fixes by Stephen Boyd · 9 years ago
  7. 1e42754 clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypes by Stephen Boyd · 9 years ago
  8. 47b0eeb clk: Deprecate CLK_IS_ROOT by Stephen Boyd · 9 years ago
  9. 14b04f2 clk: gpio: Make into a platform driver by Stephen Boyd · 9 years ago
  10. 4106a3d clk: unlock for handling unregistered clock by Insu Yun · 9 years ago
  11. 7001ec5 clk: vt8500: don't return possibly uninitialized data by Arnd Bergmann · 9 years ago
  12. e8f0e68 clk: slightly optimize clk_core_set_parent() by Masahiro Yamada · 9 years ago
  13. 470b5e2 clk: simplify clk_fetch_parent_index() function by Masahiro Yamada · 9 years ago
  14. 508f884 clk: make sure parent is not NULL in clk_fetch_parent_index() by Masahiro Yamada · 9 years ago
  15. 0e8f6e4 clk: walk the orphan clock list more simply by Masahiro Yamada · 9 years ago
  16. 858d588 clk: avoid circular clock topology by Masahiro Yamada · 9 years ago
  17. 5146e0b clk: simplify __clk_init_parent() by Masahiro Yamada · 9 years ago
  18. 3c8e77d clk: move checking .get_parent to __clk_core_init() by Masahiro Yamada · 9 years ago
  19. 5a1d5ef clk: tegra: super: Fix sparse warnings for functions not declared as static by Jon Hunter · 9 years ago
  20. fd360e2 clk: tegra: Fix sparse warnings for functions not declared as static by Jon Hunter · 9 years ago
  21. d9e6579 clk: tegra: Fix sparse warning for pll_m by Jon Hunter · 9 years ago
  22. 2d5b6cf8 clk: tegra: Use definition for pll_u override bit by Jon Hunter · 9 years ago
  23. 0649c32 clk: tegra: Fix warning caused by pll_u failing to lock by Jon Hunter · 9 years ago
  24. 4f8d444 clk: tegra: Fix clock sources for Tegra210 EMC by Jon Hunter · 9 years ago
  25. 2956994 clk: tegra: Add the APB2APE audio clock on Tegra210 by Jon Hunter · 9 years ago
  26. 047d6d8 clk: tegra: Add missing of_node_put() by Amitoj Kaur Chawla · 9 years ago
  27. 442f53f clk: tegra: Fix PLLE SS coefficients by Mark Kuo · 9 years ago
  28. fd2963b clk: tegra: Fix typos around clearing PLLE bits during enable by Rhyland Klein · 9 years ago
  29. f59b016 clk: tegra: Do not disable PLLE when under hardware control by Mark Kuo · 9 years ago
  30. 3dad5c5 clk: tegra: Fix pllx dyn step calculation by Rhyland Klein · 9 years ago
  31. 3eb6156 clk: tegra: pll: Fix potential sleeping-while-atomic by Andrew Bresticker · 9 years ago
  32. 736971b clk: tegra: Fix the misnaming of nvenc from msenc by Rhyland Klein · 9 years ago
  33. 474f2ba clk: tegra: Fix naming of MISC registers by Rhyland Klein · 9 years ago
  34. c44fccb clk: replace pr_warn() with pr_err() for fatal cases by Masahiro Yamada · 9 years ago
  35. 3c436bf clk: drop the initial core->parents look-ups from __clk_core_init() by Masahiro Yamada · 9 years ago
  36. 88cfbef clk: simplify clk_core_get_parent_by_index() by Masahiro Yamada · 9 years ago
  37. 176d116 clk: move core->parents allocation to clk_register() by Masahiro Yamada · 9 years ago
  38. 3a6e8454 clk: change sizeof(struct clk *) to sizeof(*core->parents) by Masahiro Yamada · 9 years ago
  39. 027f942 clk: remove unnecessary !core->parents conditional by Masahiro Yamada · 9 years ago
  40. be45ebf clk: rename __clk_init() into __clk_core_init() by Masahiro Yamada · 9 years ago
  41. d35c80c clk: change the argument of __clk_init() into pointer to clk_core by Masahiro Yamada · 9 years ago
  42. d9e7434 clk: remove unused first argument of __clk_init() by Masahiro Yamada · 9 years ago
  43. 4fcad2e Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  44. 60c7e2d Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes by Stephen Boyd · 9 years ago
  45. 9849fad clk: st: avoid uninitialized variable use by Arnd Bergmann · 9 years ago
  46. 3d6f1c7 clk: axi-clkgen: Remove sometimes impossible check by Stephen Boyd · 9 years ago
  47. 62d1e78 clk: axi-clkgen: Add multi-parent support by Lars-Peter Clausen · 9 years ago
  48. d95b599 clk: axi-clkgen: Remove version 1 support by Lars-Peter Clausen · 9 years ago
  49. 8d0a69d clk: palmas: fix a possible NULL dereference by LABBE Corentin · 9 years ago
  50. 93fffbb clk: palmas: constify the palmas_clks_of_match_data structure by LABBE Corentin · 9 years ago
  51. 653d145 clk: optimize the divider walk in clk_divider_bestdiv() by Masahiro Yamada · 9 years ago
  52. 090341b clk: vt8500: fix sign of possible PLL values by Andrzej Hajda · 9 years ago
  53. 0b225e4 clk: add clk_unregister_fixed_rate() by Masahiro Yamada · 9 years ago
  54. cbf9591 clk: add clk_unregister_fixed_factor() by Masahiro Yamada · 9 years ago
  55. 5540ac8 clk:gcc-msm8916: add missing mss_q6_bimc_axi clock by Srinivas Kandagatla · 9 years ago
  56. 4c9f242 Merge branch 'clk-iproc' into clk-next by Stephen Boyd · 9 years ago
  57. df416e5 clk: iproc: Remove __init from header by Ray Jui · 9 years ago
  58. bcd8be1 clk: iproc: Add support for Cygnus audio clocks by Simran Rai · 9 years ago
  59. 7eb2427 Documentation: dt-bindings: Add DT bindings for Cygnus audio clock by Simran Rai · 9 years ago
  60. b9e65eb clk: Move vendor's Kconfig into CCF menu section by James Liao · 9 years ago
  61. 4974259 clk: mediatek: Fix memory leak on clock init fail by James Liao · 9 years ago
  62. 5fd9c05 clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h by Geliang Tang · 9 years ago
  63. f9285b5 clk: xgene: Remove return from void function by Stephen Boyd · 9 years ago
  64. 47727be clk: xgene: Add SoC and PMD PLL clocks with v2 hardware by Loc Ho · 9 years ago
  65. 7b63c56 Documentation: Update APM X-Gene clock binding for v2 hardware by Loc Ho · 9 years ago
  66. dedbb27 clk: s2mps11: remove redundant code by Andi Shyti · 9 years ago
  67. 36da4de clk: s2mps11: remove redundant static variables declaration by Andi Shyti · 9 years ago
  68. 31ad0e2a clk: s2mps11: allocate only one structure for clock init by Andi Shyti · 9 years ago
  69. 26adc5f clk: s2mps11: merge two for loops in one by Andi Shyti · 9 years ago
  70. 5035981 clk-divider: make sure read-only dividers do not write to their register by Heiko Stuebner · 9 years ago
  71. eac2d86d clk: tango4: rename ARCH_TANGOX to ARCH_TANGO by Marc Gonzalez · 9 years ago
  72. d22eb66 clk: scpi: Fix checking return value of platform_device_register_simple() by Axel Lin · 9 years ago
  73. 1ce133e clk: mvebu: Mark ioremapped memory as __iomem by Stephen Boyd · 9 years ago
  74. 1405011 clk: tegra: Remove improper flags for lock_enable by Rhyland Klein · 9 years ago
  75. 21e4903 clk: tegra: Fix divider on VI_I2C by Rhyland Klein · 9 years ago
  76. 92e963f Linux 4.5-rc1 by Linus Torvalds · 9 years ago
  77. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  78. e1c1087 Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  79. 81f05fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  80. c52cb43 Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  81. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  82. 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  83. 6b31de3 ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list by Josh Boyer · 9 years ago
  84. f1fc3cd MAINTAINERS: Combine multiple telemetry entries by Souvik Kumar Chakravarty · 9 years ago
  85. 7885f2f intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs by Souvik Kumar Chakravarty · 9 years ago
  86. 587198b vmstat: Remove BUG_ON from vmstat_update by Christoph Lameter · 9 years ago
  87. 07d17f0 Merge branch '4.4-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  88. dbb9831 MIPS: zboot: Add support for serial debug using the PROM by Alban Bedel · 9 years ago
  89. 25f6609 MIPS: zboot: Avoid useless rebuilds by Alban Bedel · 9 years ago
  90. a7b4381 MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB by Florian Fainelli · 9 years ago
  91. 5bdb102 MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function by Simon Arlott · 9 years ago
  92. 696569f MIPS: bcm963xx: Update bcm_tag field image_sequence by Simon Arlott · 9 years ago
  93. 1f29cb1 MIPS: bcm963xx: Move extended flash address to bcm_tag header file by Simon Arlott · 9 years ago
  94. 8fce60b MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure by Simon Arlott · 9 years ago
  95. 5a8b0b1 MIPS: bcm63xx: nvram: Use nvram structure definition from header file by Simon Arlott · 9 years ago
  96. 3271e61 MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure by Simon Arlott · 9 years ago
  97. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  98. bfd3d53 MAINTAINERS: Add KVM for MIPS entry by James Hogan · 9 years ago
  99. f7fdcb6 MIPS: KVM: Add missing newline to kvm_err() by James Hogan · 9 years ago
  100. b2c5963 MIPS: Move KVM specific opcodes into asm/inst.h by James Hogan · 9 years ago