aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 4-9/+9
2009-04-19clocksource: sh_cmt earlytimer supportGravatar Magnus Damm 1-2/+16
2009-04-02clocksource: sh_cmt: use remove_irq() and remove clockevent workaroundGravatar Magnus Damm 1-2/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 2-2/+2
2009-01-29x86: move mach-default/*.h files to asm/Gravatar Ingo Molnar 2-2/+2
2009-01-29sh: CMT clockevent platform driverGravatar Magnus Damm 2-0/+616
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2008-12-12clocksource, acpi_pm.c: put acpi_pm_read_slow() under CONFIG_PCIGravatar Bjorn Helgaas 1-5/+5
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-21/+32
2008-09-11clocksource, acpi_pm.c: fix check for monotonicityGravatar Dominik Brodowski 1-11/+10
2008-09-06clocksource, acpi_pm.c: check for monotonicityGravatar Dominik Brodowski 1-17/+29
2008-09-06clocksource, acpi_pm.c: use proper read function also in errata modeGravatar Dominik Brodowski 1-8/+8
2008-08-21clocksource: check rangeGravatar David Howells 1-2/+5
2008-07-15Fix printk format warning in clocksource/acpi_pm.cGravatar Linus Torvalds 1-1/+1
2008-07-12acpi_pm clccksource: fix printk format warningGravatar Randy Dunlap 1-2/+2
2008-07-10pmtmr: allow command line override of ioportGravatar Thomas Gleixner 1-0/+19