1. df9cd56 clk: versatile: mask VCO bits before writing by Linus Walleij · 8 years ago
  2. 6b5a12d Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  3. 22ba14f4 Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/multiplatform by Arnd Bergmann · 9 years ago
  4. 16956fe ARM: versatile: switch to DT only booting and remove legacy code by Rob Herring · 9 years ago
  5. d430819 clk: versatile-icst: add device tree support by Linus Walleij · 9 years ago
  6. 384d977 clk: versatile-icst: refactor to allocate regmap separately by Linus Walleij · 9 years ago
  7. 179c8fb clk: versatile-icst: convert to use regmap by Linus Walleij · 9 years ago
  8. 3c30a4a clk/realview: stop using machine headers by Arnd Bergmann · 9 years ago
  9. 59fe663 clk: versatile: remove unneeded error message by Sudip Mukherjee · 9 years ago
  10. 47c5ee3 clk: versatile: fix memory leak by Sudip Mukherjee · 9 years ago
  11. 7bdccef clk: versatile-icst: fix memory leak by Linus Walleij · 9 years ago
  12. 4a7748c clk: Allow drivers to build if COMPILE_TEST is enabled by Javier Martinez Canillas · 9 years ago
  13. e3ee276 drivers/clk: appropriate __init annotation for const data by Nicolas Pitre · 9 years ago
  14. 62f4771 clk: versatile: Switch to assigned clock parents by Stephen Boyd · 9 years ago
  15. 3294bee clk: versatile: off by one in clk_sp810_timerclken_of_get() by Dan Carpenter · 9 years ago
  16. 6d31e3b2 clk: versatile: Remove clk.h and clkdev.h includes by Stephen Boyd · 9 years ago
  17. 11bee5e clk: versatile: Silence sparse warnings by Stephen Boyd · 9 years ago
  18. e52786a clk: versatile: test returned value by Julia Lawall · 9 years ago
  19. f375573 clk: constify of_device_id array by Fabian Frederick · 9 years ago
  20. 81cc3f8 ARM: vexpress: Remove non-DT code by Pawel Moll · 10 years ago
  21. a54c959 clk: versatile: add versatile OSC support by Rob Herring · 10 years ago
  22. 1a5700b Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/linux into next by Linus Torvalds · 10 years ago
  23. ab7ad35 clk: versatile: free icst on error return by Colin Ian King · 10 years ago
  24. dedca6ab Merge remote-tracking branch 'linaro/clk-next' into clk-next by Mike Turquette · 10 years ago
  25. 222cb1b clk: impd1: add pclk clocks by Linus Walleij · 10 years ago
  26. 5ee2b87 clk: versatile: Split config options for sp810 and vexpress_osc by Pawel Moll · 11 years ago
  27. 3b9334a mfd: vexpress: Convert custom func API to regmap by Pawel Moll · 10 years ago
  28. a218d7f clk/versatile: export symbols for impd1 by Arnd Bergmann · 10 years ago
  29. e715eb2 vexpress: Initialise the sysregs before setting up the clocks by Catalin Marinas · 10 years ago
  30. 6b4ed8b clk: vexpress: NULL dereference on error path by Dan Carpenter · 11 years ago
  31. cc0cc4c ARM: integrator: localize the impd1.h header by Linus Walleij · 10 years ago
  32. a183da6 clk: versatile: respect parent rate in ICST clock by Linus Walleij · 11 years ago
  33. bf6edb4 clk: versatile: pass a parent to the ICST clock by Linus Walleij · 11 years ago
  34. 09c978b ARM: integrator: switch to fetch clocks from device tree by Linus Walleij · 11 years ago
  35. 7e21774 Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  36. 8e048b9 clk: versatile: fixup IM-PD1 clock implementation by Linus Walleij · 11 years ago
  37. ae6e694 clk: versatile: pass a name to ICST clock provider by Linus Walleij · 11 years ago
  38. 14b260c clk: versatile: Staticize clk_sp810_timerclken_of_get by Sachin Kamat · 11 years ago
  39. 2f9f64b clk: fixup argument order when setting VCO parameters by Jonathan Austin · 11 years ago
  40. 819c1de clk: add CLK_SET_RATE_NO_REPARENT flag by James Hogan · 11 years ago
  41. e95a49b clk: vexpress: Use full node name to identify individual clocks by Pawel Moll · 11 years ago
  42. 6e973d2 clk: vexpress: Add separate SP810 driver by Pawel Moll · 11 years ago
  43. 5ce7aba Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  44. da660b4 arm: Move sp810.h to include/linux/amba/ by Catalin Marinas · 12 years ago
  45. 8ae5ac5 clk: vexpress: Use common of_clk_init() function by Prashant Gaikwad · 12 years ago
  46. 70ee657 clk: move IM-PD1 clocks to drivers/clk by Linus Walleij · 12 years ago
  47. 7a9ad67 clk: make ICST driver handle the VCO registers by Linus Walleij · 12 years ago
  48. 401301c clk: add GPLv2 headers to the Versatile clock files by Linus Walleij · 12 years ago
  49. bcd6f56 clk: Common clocks implementation for Versatile Express by Pawel Moll · 12 years ago
  50. ed27ff1 clk: Versatile Express clock generators ("osc") driver by Pawel Moll · 12 years ago
  51. f9a6aa4 clk: convert ARM RealView to common clk by Linus Walleij · 12 years ago
  52. a613163 ARM: integrator: convert to common clock by Linus Walleij · 12 years ago
  53. 91b87a4 clk: add versatile ICST307 driver by Linus Walleij · 12 years ago