1. 81b3b27 clocksource: sh_cmt: Add support for multiple channels per device by Laurent Pinchart · 10 years ago
  2. fb28a65 clocksource: sh_cmt: Hardcode CMT clock source rating to 125 by Laurent Pinchart · 10 years ago
  3. b7fcbb0 clocksource: sh_cmt: Hardcode CMT clock event rating to 125 by Laurent Pinchart · 10 years ago
  4. f1ebe1e clocksource: sh_cmt: Set cpumask to cpu_possible_mask by Laurent Pinchart · 10 years ago
  5. d14be99 clocksource: sh_cmt: Replace hardcoded register values with macros by Laurent Pinchart · 10 years ago
  6. 2cda3ac clocksource: sh_cmt: Split static information from sh_cmt_device by Laurent Pinchart · 10 years ago
  7. f5ec9b1 clocksource: sh_cmt: Allocate channels dynamically by Laurent Pinchart · 10 years ago
  8. b262bc7 clocksource: sh_cmt: Replace kmalloc + memset with kzalloc by Laurent Pinchart · 10 years ago
  9. 740a951 clocksource: sh_cmt: Add index to struct sh_cmt_channel by Laurent Pinchart · 10 years ago
  10. c924d2d clocksource: sh_cmt: Add memory base to sh_cmt_channel structure by Laurent Pinchart · 10 years ago
  11. 36f1ac9 clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase by Laurent Pinchart · 10 years ago
  12. 1d053e1 clocksource: sh_cmt: Constify name argument to sh_cmt_register() by Laurent Pinchart · 10 years ago
  13. b882e7b clocksource: sh_cmt: Split channel setup to separate function by Laurent Pinchart · 10 years ago
  14. 2653caf clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device by Laurent Pinchart · 10 years ago
  15. 7269f93 clocksource: sh_cmt: Split channel fields from sh_cmt_priv by Laurent Pinchart · 10 years ago
  16. dc2eade clocksource: sh_cmt: Use request_irq() instead of setup_irq() by Laurent Pinchart · 10 years ago
  17. 98aefbe Merge branch 'clockevents/for-Simon-3.13-rc2' into clockevents/3.14 by Daniel Lezcano · 11 years ago
  18. 57dee99 clocksource: sh_cmt: Add clk_prepare/unprepare support by Laurent Pinchart · 11 years ago
  19. 38c30a8 clocksource: misc drivers: Remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  20. 8874c5e clocksource: sh_cmt: 32-bit control register support by Magnus Damm · 11 years ago
  21. e903a03 clocksource: sh_cmt: Set initcall level to subsys by Simon Horman · 11 years ago
  22. 118aee4 clocksource: sh_cmt: Add CMT register layout comment by Magnus Damm · 12 years ago
  23. cccd704 clocksource: sh_cmt: Add control register callbacks by Magnus Damm · 12 years ago
  24. a6a912c clocksource: sh_cmt: CMCNT and CMCOR register access update by Magnus Damm · 12 years ago
  25. 587acb3 clocksource: sh_cmt: CMSTR and CMCSR register access update by Magnus Damm · 12 years ago
  26. adccc69 clocksource: sh_cmt: Consolidate platform_set_drvdata() call by Magnus Damm · 12 years ago
  27. 1b56b96 clocksource: sh_cmt: Introduce per-register functions by Magnus Damm · 12 years ago
  28. 44a10f9 clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup() by Magnus Damm · 12 years ago
  29. 2fd61b3 clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails by Magnus Damm · 12 years ago
  30. 1850514 Drivers: clocksource: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  31. bad8138 sh: CMT: Basic runtime PM support by Rafael J. Wysocki · 12 years ago
  32. dbf3741 PM / Domains: Move syscore flag from subsys data to struct device by Rafael J. Wysocki · 12 years ago
  33. 6fb28ba PM / Domains: Rename the always_on device flag to syscore by Rafael J. Wysocki · 12 years ago
  34. 9bb5ec8 sh: CMT: Introduce clocksource/clock events suspend/resume routines by Rafael J. Wysocki · 12 years ago
  35. 7d0c399 clocksource: sh_cmt: Convert timer lock to raw spinlock. by Paul Mundt · 12 years ago
  36. 615a445 PM / shmobile: Make CMT driver use pm_genpd_dev_always_on() by Rafael J. Wysocki · 12 years ago
  37. 7deeab5 drivers/clocksource: Add module.h to those who were using it implicitly by Paul Gortmaker · 13 years ago
  38. 3f7e5e2 clocksource: sh_cmt: wait for CMCNT on init V2 by Magnus Damm · 13 years ago
  39. 9436b4a Revert "clocksource: sh_cmt: Runtime PM support" by Paul Mundt · 13 years ago
  40. 01fa68b clocksource: sh_cmt: Runtime PM support by Magnus Damm · 13 years ago
  41. 3593f5f clocksource: sh_cmt: __clocksource_updatefreq_hz() update by Magnus Damm · 13 years ago
  42. 65ada54 clocksource: sh_cmt: Remove nested spinlock fix by Takashi YOSHII · 14 years ago
  43. 03ff858 ARM: shmobile: remove sh_timer_config clk member by Magnus Damm · 14 years ago
  44. 38409d7 clocksource: sh_cmt: Rate calculation fix by Magnus Damm · 14 years ago
  45. 4380947 clocksource: sh_cmt: One-off clockevent fix V2 by Magnus Damm · 14 years ago
  46. 5967d33 clocksource: sh_cmt: Fix up bogus shift value. by Paul Mundt · 14 years ago
  47. f4d7c35 clocksource: sh_cmt: compute mult and shift before registration by Paul Mundt · 14 years ago
  48. e195534 Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  49. fecf066 sh: Disable IRQ balancing for timer and IPI IRQs. by Paul Mundt · 14 years ago
  50. 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
  51. c2a25e8 clocksource: Deprecate clock string across the SH drivers. by Paul Mundt · 14 years ago
  52. 214a607 clocksource: Use dev_name() universally across the SH drivers. by Paul Mundt · 14 years ago
  53. 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
  54. da64c2a clocksource: Fix up a registration/IRQ race in the sh drivers. by Paul Mundt · 14 years ago
  55. c816288 clocksource: start CMT at clocksource resume by Magnus Damm · 14 years ago
  56. f643173 sh: CMT suspend/resume by Magnus Damm · 15 years ago
  57. be890a1 sh: turn off irqs when disabling CMT/TMU timers by Magnus Damm · 15 years ago
  58. e7fad45 clocksource: Drop unused irqaction.mask from SH drivers. by Paul Mundt · 15 years ago
  59. d1fcc0a clocksource: sh_mtu2/cmt_register() should be static. by Paul Mundt · 15 years ago
  60. 46a12f7 sh: Consolidate MTU2/CMT/TMU timer platform data. by Paul Mundt · 15 years ago
  61. 3014f47 clocksource: sh_cmt 16-bit fixes by Magnus Damm · 15 years ago
  62. 8e0b842 sh: setup timers in late_time_init() by Magnus Damm · 15 years ago
  63. 5b644c7 clocksource: improve sh_cmt clocksource overflow handling by Magnus Damm · 15 years ago
  64. 19bdc9d clocksource: sh_cmt clocksource support by Magnus Damm · 15 years ago
  65. e475eed clocksource: sh_cmt earlytimer support by Magnus Damm · 15 years ago
  66. 3093e78 clocksource: sh_cmt: use remove_irq() and remove clockevent workaround by Magnus Damm · 15 years ago
  67. 3fb1b6a sh: CMT clockevent platform driver by Magnus Damm · 16 years ago