1. 6eeb8c3 clocksource/drivers/sh_cmt: Remove unneeded memset() in sh_cmt_setup() by Alexey Klimov · 9 years ago
  2. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 8c436f8 clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48 platform_device_id entry by Geert Uytterhoeven · 9 years ago
  4. 051b782 clockevents/drivers/sh_cmt: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  5. 0fae62e clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry by Geert Uytterhoeven · 9 years ago
  6. 59252d1 clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id entry by Geert Uytterhoeven · 9 years ago
  7. 54d46b7 clockevents/drivers/sh_cmt: Only perform clocksource suspend/resume if enabled by Geert Uytterhoeven · 9 years ago
  8. fba9e07 clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*() by John Stultz · 9 years ago
  9. 1768aa2 clocksource: sh_cmt: Add DT support by Laurent Pinchart · 10 years ago
  10. de599c8 clocksource: sh_cmt: Replace global spinlock with a per-device spinlock by Laurent Pinchart · 10 years ago
  11. 31e912f clocksource: sh_cmt: Drop support for legacy platform data by Laurent Pinchart · 10 years ago
  12. 0178f41 clocksource: sh_cmt: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  13. bfa76bb clocksource: sh_cmt: Request IRQ for clock event device only by Laurent Pinchart · 10 years ago
  14. e7a9bcc clocksource: sh_cmt: Sort headers alphabetically by Laurent Pinchart · 10 years ago
  15. 1cd89c5 clocksource: sh_cmt: Remove FSF mail address from GPL notice by Laurent Pinchart · 10 years ago
  16. 24b4e07 clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case by Laurent Pinchart · 10 years ago
  17. 81b3b27 clocksource: sh_cmt: Add support for multiple channels per device by Laurent Pinchart · 10 years ago
  18. fb28a65 clocksource: sh_cmt: Hardcode CMT clock source rating to 125 by Laurent Pinchart · 10 years ago
  19. b7fcbb0 clocksource: sh_cmt: Hardcode CMT clock event rating to 125 by Laurent Pinchart · 10 years ago
  20. f1ebe1e clocksource: sh_cmt: Set cpumask to cpu_possible_mask by Laurent Pinchart · 10 years ago
  21. d14be99 clocksource: sh_cmt: Replace hardcoded register values with macros by Laurent Pinchart · 10 years ago
  22. 2cda3ac clocksource: sh_cmt: Split static information from sh_cmt_device by Laurent Pinchart · 10 years ago
  23. f5ec9b1 clocksource: sh_cmt: Allocate channels dynamically by Laurent Pinchart · 10 years ago
  24. b262bc7 clocksource: sh_cmt: Replace kmalloc + memset with kzalloc by Laurent Pinchart · 10 years ago
  25. 740a951 clocksource: sh_cmt: Add index to struct sh_cmt_channel by Laurent Pinchart · 10 years ago
  26. c924d2d clocksource: sh_cmt: Add memory base to sh_cmt_channel structure by Laurent Pinchart · 10 years ago
  27. 36f1ac9 clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase by Laurent Pinchart · 10 years ago
  28. 1d053e1 clocksource: sh_cmt: Constify name argument to sh_cmt_register() by Laurent Pinchart · 10 years ago
  29. b882e7b clocksource: sh_cmt: Split channel setup to separate function by Laurent Pinchart · 10 years ago
  30. 2653caf clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device by Laurent Pinchart · 10 years ago
  31. 7269f93 clocksource: sh_cmt: Split channel fields from sh_cmt_priv by Laurent Pinchart · 10 years ago
  32. dc2eade clocksource: sh_cmt: Use request_irq() instead of setup_irq() by Laurent Pinchart · 10 years ago
  33. 98aefbe Merge branch 'clockevents/for-Simon-3.13-rc2' into clockevents/3.14 by Daniel Lezcano · 10 years ago
  34. 57dee99 clocksource: sh_cmt: Add clk_prepare/unprepare support by Laurent Pinchart · 10 years ago
  35. 38c30a8 clocksource: misc drivers: Remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  36. 8874c5e clocksource: sh_cmt: 32-bit control register support by Magnus Damm · 11 years ago
  37. e903a03 clocksource: sh_cmt: Set initcall level to subsys by Simon Horman · 11 years ago
  38. 118aee4 clocksource: sh_cmt: Add CMT register layout comment by Magnus Damm · 11 years ago
  39. cccd704 clocksource: sh_cmt: Add control register callbacks by Magnus Damm · 11 years ago
  40. a6a912c clocksource: sh_cmt: CMCNT and CMCOR register access update by Magnus Damm · 11 years ago
  41. 587acb3 clocksource: sh_cmt: CMSTR and CMCSR register access update by Magnus Damm · 11 years ago
  42. adccc69 clocksource: sh_cmt: Consolidate platform_set_drvdata() call by Magnus Damm · 11 years ago
  43. 1b56b96 clocksource: sh_cmt: Introduce per-register functions by Magnus Damm · 11 years ago
  44. 44a10f9 clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup() by Magnus Damm · 11 years ago
  45. 2fd61b3 clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails by Magnus Damm · 11 years ago
  46. 1850514 Drivers: clocksource: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  47. bad8138 sh: CMT: Basic runtime PM support by Rafael J. Wysocki · 12 years ago
  48. dbf3741 PM / Domains: Move syscore flag from subsys data to struct device by Rafael J. Wysocki · 12 years ago
  49. 6fb28ba PM / Domains: Rename the always_on device flag to syscore by Rafael J. Wysocki · 12 years ago
  50. 9bb5ec8 sh: CMT: Introduce clocksource/clock events suspend/resume routines by Rafael J. Wysocki · 12 years ago
  51. 7d0c399 clocksource: sh_cmt: Convert timer lock to raw spinlock. by Paul Mundt · 12 years ago
  52. 615a445 PM / shmobile: Make CMT driver use pm_genpd_dev_always_on() by Rafael J. Wysocki · 12 years ago
  53. 7deeab5 drivers/clocksource: Add module.h to those who were using it implicitly by Paul Gortmaker · 13 years ago
  54. 3f7e5e2 clocksource: sh_cmt: wait for CMCNT on init V2 by Magnus Damm · 13 years ago
  55. 9436b4a Revert "clocksource: sh_cmt: Runtime PM support" by Paul Mundt · 13 years ago
  56. 01fa68b clocksource: sh_cmt: Runtime PM support by Magnus Damm · 13 years ago
  57. 3593f5f clocksource: sh_cmt: __clocksource_updatefreq_hz() update by Magnus Damm · 13 years ago
  58. 65ada54 clocksource: sh_cmt: Remove nested spinlock fix by Takashi YOSHII · 13 years ago
  59. 03ff858 ARM: shmobile: remove sh_timer_config clk member by Magnus Damm · 14 years ago
  60. 38409d7 clocksource: sh_cmt: Rate calculation fix by Magnus Damm · 14 years ago
  61. 4380947 clocksource: sh_cmt: One-off clockevent fix V2 by Magnus Damm · 14 years ago
  62. 5967d33 clocksource: sh_cmt: Fix up bogus shift value. by Paul Mundt · 14 years ago
  63. f4d7c35 clocksource: sh_cmt: compute mult and shift before registration by Paul Mundt · 14 years ago
  64. e195534 Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  65. fecf066 sh: Disable IRQ balancing for timer and IPI IRQs. by Paul Mundt · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. c2a25e8 clocksource: Deprecate clock string across the SH drivers. by Paul Mundt · 14 years ago
  68. 214a607 clocksource: Use dev_name() universally across the SH drivers. by Paul Mundt · 14 years ago
  69. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. da64c2a clocksource: Fix up a registration/IRQ race in the sh drivers. by Paul Mundt · 14 years ago
  71. c816288 clocksource: start CMT at clocksource resume by Magnus Damm · 14 years ago
  72. f643173 sh: CMT suspend/resume by Magnus Damm · 15 years ago
  73. be890a1 sh: turn off irqs when disabling CMT/TMU timers by Magnus Damm · 15 years ago
  74. e7fad45 clocksource: Drop unused irqaction.mask from SH drivers. by Paul Mundt · 15 years ago
  75. d1fcc0a clocksource: sh_mtu2/cmt_register() should be static. by Paul Mundt · 15 years ago
  76. 46a12f7 sh: Consolidate MTU2/CMT/TMU timer platform data. by Paul Mundt · 15 years ago
  77. 3014f47 clocksource: sh_cmt 16-bit fixes by Magnus Damm · 15 years ago
  78. 8e0b842 sh: setup timers in late_time_init() by Magnus Damm · 15 years ago
  79. 5b644c7 clocksource: improve sh_cmt clocksource overflow handling by Magnus Damm · 15 years ago
  80. 19bdc9d clocksource: sh_cmt clocksource support by Magnus Damm · 15 years ago
  81. e475eed clocksource: sh_cmt earlytimer support by Magnus Damm · 15 years ago
  82. 3093e78 clocksource: sh_cmt: use remove_irq() and remove clockevent workaround by Magnus Damm · 15 years ago
  83. 3fb1b6a sh: CMT clockevent platform driver by Magnus Damm · 15 years ago