1. 6041c27 OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks by Paul Walmsley · 14 years ago
  2. 89e5ab2 OMAP4 clock: Support clk_set_parent by Rajendra Nayak · 14 years ago
  3. 3587aeb OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c by Paul Walmsley · 14 years ago
  4. 7c43d54 OMAP4: clock: Add dummy clock nodes for interface clocks by Santosh Shilimkar · 14 years ago
  5. 74be842 OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code by Paul Walmsley · 14 years ago
  6. b92c170 OMAP clock: drop .id field; ensure each clock has a unique name by Paul Walmsley · 14 years ago
  7. 0482e3c Merge branch 'omap-fixes-for-linus' into omap-for-linus by Tony Lindgren · 14 years ago
  8. 0825cc8 omap: Fix access to already released memory in clk_debugfs_register_one() by Marek Skuczynski · 14 years ago
  9. d373019 OMAP clock: resolve all remaining sparse warnings by Paul Walmsley · 14 years ago
  10. e9b98f6 OMAP clock: make the fixed divisor clock code available for all OMAPs by Paul Walmsley · 14 years ago
  11. 4e37c10 OMAP clock/CPUFreq: add clk_exit_cpufreq_table() by Paul Walmsley · 15 years ago
  12. d1e6249 OMAP clock: remove incorrect EXPORT_SYMBOL()s by Paul Walmsley · 15 years ago
  13. d79b126 ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's by Rajendra Nayak · 15 years ago
  14. 9ef8915 ARM: OMAP4: PM: Fix the PRM and CM base addresses by Rajendra Nayak · 15 years ago
  15. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  16. ca4caa4 OMAP clock: use debugfs_remove_recursive() for rewinding by Hiroshi DOYU · 15 years ago
  17. cd07ecc Merge branch 'omap4' into for-next by Tony Lindgren · 15 years ago
  18. 7483038 ARM: OMAP4: Clock stubs since CLKDEV not in yet. by Santosh Shilimkar · 15 years ago
  19. 7971687 OMAP2xxx clock: rename clk_init_one() to clk_preinit() by Paul Walmsley · 15 years ago
  20. c808811 OMAP2xxx clock: pre-initialize struct clks early by Paul Walmsley · 15 years ago
  21. 4da3782 [ARM] omap: clk_set_parent: deny changing parent if clock is enabled by Russell King · 15 years ago
  22. 8b9dbc1 [ARM] omap: arrange for clock recalc methods to return the rate by Russell King · 15 years ago
  23. be5f34b [ARM] OMAP clock: drop clk_get_usecount() by Paul Walmsley · 15 years ago
  24. 3f0a820 [ARM] omap: create a proper tree of clocks by Russell King · 15 years ago
  25. b5088c0 [ARM] omap: clks: call recalc after any rate change by Russell King · 15 years ago
  26. 2b811bb [ARM] omap: remove pre-CLKDEV clk_get/clk_put by Russell King · 16 years ago
  27. d7e8f1f [ARM] omap: convert OMAP1 to use clkdev by Russell King · 16 years ago
  28. dbb674d [ARM] omap: allow double-registering of clocks by Russell King · 16 years ago
  29. 9a5feda [ARM] omap: move propagate_rate() calls into generic omap clock code by Russell King · 16 years ago
  30. c6af450 [ARM] omap: move clock propagation into core omap clock code by Russell King · 16 years ago
  31. 2e777bf [ARM] omap: provide a standard clk_get_parent() implementation by Russell King · 15 years ago
  32. ae8fce5 [ARM] omap: remove clk_deny_idle and clk_allow_idle by Russell King · 16 years ago
  33. eee5b19 [ARM] omap: remove clk->owner by Russell King · 16 years ago
  34. 897dcde [ARM] omap: provide a NULL clock operations structure by Russell King · 16 years ago
  35. e621f26 ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omap by Zhaolei · 16 years ago
  36. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  37. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  38. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  39. 137b3ee ARM: OMAP: CLKFW: Initial debugfs support for omap clock framework by Hiroshi DOYU · 16 years ago
  40. b851cb2 [ARM] omap: fix omap clk support build errors by Russell King · 16 years ago
  41. 7cf9577 ARM: OMAP: Warn on disabling clocks with no users by Tony Lindgren · 17 years ago
  42. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  43. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  44. 6b8858a ARM: OMAP2: Change 24xx to use shared clock code and new reg access by Paul Walmsley · 16 years ago
  45. b1465bf ARM: OMAP: add SoSSI clock (call propagate_rate for childrens) by Imre Deak · 17 years ago
  46. 0ce3356 ARM: OMAP: Add function to print clock usecounts by Juha Yrjola · 18 years ago
  47. 90afd5c ARM: OMAP: Sync clocks with linux-omap tree by Tony Lindgren · 18 years ago
  48. dee4564 ARM: OMAP: Add sanity check to clk_disable by Juha Yrjola · 18 years ago
  49. a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 7df3450 ARM: OMAP: Make clock variables static by Juha Yrjola · 18 years ago
  52. 67d4d83 [ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id and name by Tony Lindgren · 18 years ago
  53. b824efa [ARM] 3426/1: ARM: OMAP: 1/8 Update clock framework by Tony Lindgren · 18 years ago
  54. f07adc5 ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disable by Tony Lindgren · 19 years ago
  55. 0043170 [ARM] Convert some arm semaphores to mutexes by Arjan van de Ven · 19 years ago
  56. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  57. 1a8bfa1 [ARM] 3142/1: OMAP 2/5: Update files common to omap1 and omap2 by Tony Lindgren · 19 years ago
  58. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  59. 92105bb [ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2 by Tony Lindgren · 19 years ago
  60. bb13b5f [PATCH] ARM: 2804/1: OMAP update 9/11: Update OMAP arch files by Tony Lindgren · 19 years ago
  61. b915855 [PATCH] ARM: 2809/1: OMAP update 7b/11: Move arch-omap to plat-omap by Tony Lindgren · 19 years ago[Renamed (99%) from arch/arm/mach-omap/clock.c]
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago