aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+3
2011-11-01Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-0/+122
2011-10-31drivers/clocksource: Add module.h to those who were using it implicitlyGravatar Paul Gortmaker 3-0/+3
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2011-10-04dw_apb_timer: constify clocksource nameGravatar Jamie Iles 1-1/+1
2011-10-03clocksource: fixup ux500 build problemsGravatar Linus Walleij 1-2/+4
2011-09-22clocksource: add DBX500 PRCMU Timer supportGravatar Mattias Wallin 3-0/+120
2011-08-08Merge branch 'common/core' into sh-latestGravatar Paul Mundt 1-2/+32
2011-07-23Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 3-0/+405
2011-07-21clocksource: sh_cmt: wait for CMCNT on init V2Gravatar Magnus Damm 1-2/+32
2011-07-01i8253: Create common clockevent implementationGravatar Thomas Gleixner 2-8/+98
2011-06-27clocksource: apb: Share APB timer code with other platformsGravatar Jamie Iles 3-0/+405
2011-06-10i8253: Export i8253_lock unconditionallyGravatar Thomas Gleixner 1-2/+0
2011-06-09i8253: Remove I8253_LOCK configGravatar Thomas Gleixner 1-0/+2
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockGravatar Ralf Baechle 3-2/+19
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-31Revert "clocksource: sh_cmt: Runtime PM support"Gravatar Paul Mundt 1-10/+2
2011-05-31Revert "clocksource: sh_tmu: Runtime PM support"Gravatar Paul Mundt 1-10/+2
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