aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Gravatar Linus Torvalds 2-27/+35
2011-05-23clocksource: add common mmio clocksourceGravatar Russell King 3-0/+77
2011-05-23clocksource: sh_tmu: Runtime PM supportGravatar Magnus Damm 1-2/+10
2011-05-23clocksource: sh_tmu: __clocksource_updatefreq_hz() updateGravatar Magnus Damm 1-11/+8
2011-05-23clocksource: sh_cmt: Runtime PM supportGravatar Magnus Damm 1-2/+10
2011-05-23clocksource: sh_cmt: __clocksource_updatefreq_hz() updateGravatar Magnus Damm 1-12/+7
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 3-0/+91
2011-05-14clocksource: add common i8253 PIT clocksourceGravatar Russell King 3-0/+91
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzGravatar John Stultz 1-8/+2
2011-01-26drivers/clocksource/tcb_clksrc.c: fix init sequenceGravatar Voss, Nikolaus 1-2/+2
2011-01-21acpi_pm: Clear pmtmr_ioport if acpi_pm initialization failsGravatar Konrad Rzeszutek Wilk 1-1/+5
2010-12-17clocksource: sh_cmt: Remove nested spinlock fixGravatar Takashi YOSHII 1-6/+11
2010-10-31ARM: shmobile: remove sh_timer_config clk memberGravatar Magnus Damm 3-21/+9
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 1-7/+2
2010-08-04clocksource: sh_cmt: Rate calculation fixGravatar Magnus Damm 1-1/+1
2010-08-04clocksource: sh_cmt: One-off clockevent fix V2Gravatar Magnus Damm 1-5/+5
2010-07-27x86: Convert common clocksources to use clocksource_register_hz/khzGravatar John Stultz 1-7/+2
2010-07-20Andres has movedGravatar Andres Salomon 1-1/+1
2010-06-22clocksource: sh_cmt: Fix up bogus shift value.Gravatar Paul Mundt 1-1/+1
2010-06-02clocksource: sh_cmt: compute mult and shift before registrationGravatar Paul Mundt 1-9/+13
2010-06-02clocksource: sh_tmu: compute mult and shift before registrationGravatar Aurelien Jarno 1-9/+11
2010-05-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+5
2010-04-26Merge branch 'sh/stable-updates'Gravatar Paul Mundt 3-0/+3
2010-04-15sh: Disable IRQ balancing for timer and IPI IRQs.Gravatar Paul Mundt 3-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-29clocksource: Deprecate clock string across the SH drivers.Gravatar Paul Mundt 3-12/+24
2010-03-12cs5535-clockevt: Free timer in IRQ setup error pathGravatar Jens Rottmann 1-3/+5
2010-03-10clocksource: Use dev_name() universally across the SH drivers.Gravatar Paul Mundt 3-47/+37
2010-03-06MFGPT: move clocksource menuGravatar Randy Dunlap 1-9/+0
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-28/+7
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 3-19/+25
2010-02-25clocksource: Fix up a registration/IRQ race in the sh drivers.Gravatar Paul Mundt 3-19/+25
2010-02-22geode-mfgpt: restore previous behavior for selecting IRQGravatar Jens Rottmann 1-1/+1
2010-02-05clocksource: start CMT at clocksource resumeGravatar Magnus Damm 1-28/+7
2009-12-15cs5535: add a generic clock event MFGPT driverGravatar Andres Salomon 3-0/+207
2009-08-15sh: CMT suspend/resumeGravatar Magnus Damm 1-0/+28
2009-06-24clocksource: sh_tmu: Make undefined TCOR behaviour less undefined.Gravatar Shin-ichiro KAWASAKI 1-1/+1
2009-06-17Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-u...Gravatar Paul Mundt 1-0/+1
2009-06-17sh: turn off irqs when disabling CMT/TMU timersGravatar Magnus Damm 2-0/+6
2009-06-16time: move PIT_TICK_RATE to linux/timex.hGravatar Arnd Bergmann 1-0/+1
2009-06-14clocksource: Drop unused irqaction.mask from SH drivers.Gravatar Paul Mundt 3-3/+0
2009-05-03clocksource: sh_mtu2/cmt_register() should be static.Gravatar Paul Mundt 2-5/+5
2009-05-03sh: Consolidate MTU2/CMT/TMU timer platform data.Gravatar Paul Mundt 3-21/+21
2009-05-03clocksource: SuperH TMU Timer driverGravatar Magnus Damm 2-0/+462
2009-05-03clocksource: SuperH MTU2 Timer driverGravatar Magnus Damm 2-0/+358
2009-04-30clocksource: sh_cmt 16-bit fixesGravatar Magnus Damm 1-5/+7
2009-04-28sh: setup timers in late_time_init()Gravatar Magnus Damm 1-11/+2
2009-04-28clocksource: improve sh_cmt clocksource overflow handlingGravatar Magnus Damm 1-4/+9
2009-04-22clocksource: sh_cmt clocksource supportGravatar Magnus Damm 1-0/+66
2009-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 4-9/+9