aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04clocksource: qcom: Move clocksource code out of mach-msmKumar Gala1-333/+0
2013-11-21ARM: msm: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-10-02clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrallyUwe Kleine-König1-1/+0
2013-08-13Merge branch 'msm/cleanup' into next/cleanupKevin Hilman1-14/+3
2013-08-06ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLAREStephen Boyd1-14/+3
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-55/+69
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-2/+2
2013-06-24ARM: msm: Divorce msm_timer from local timer APIStephen Boyd1-56/+70
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1
2013-04-14Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/socOlof Johansson1-59/+51
2013-03-22ARM: msm: Wait for timer clear to completeStephen Boyd1-18/+23
2013-03-22ARM: msm: Rework timer binding to be more generalStephen Boyd1-46/+33
2013-03-22ARM: msm: Stop counting before reprogramming clockeventStephen Boyd1-1/+4
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanupOlof Johansson1-1/+0
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-5/+1
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-5/+1
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+0
2012-12-24ARM: delete struct sys_timerStephen Warren1-20/+4
2012-09-16Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/dtOlof Johansson1-38/+148
2012-09-13ARM: msm: Remove non-DT targets from 8960Stephen Boyd1-13/+0
2012-09-13ARM: msm: Make 8660 a DT only targetStephen Boyd1-12/+0
2012-09-13ARM: msm: Add DT support to msm_timerStephen Boyd1-0/+87
2012-09-13ARM: msm: Allow timer.c to compile on multiple targetsStephen Boyd1-36/+84
2012-09-13ARM: msm: Don't touch GIC registers outside of GIC codeStephen Boyd1-2/+2
2012-09-13ARM: msm: Fix sparse warnings due to incorrect typeStephen Boyd1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+10
2012-03-13ARM: local timers: convert MSM to runtime registration interfaceMarc Zyngier1-35/+44
2012-02-24msm: timer: Support sched_clock()Stephen Boyd1-2/+10
2011-11-10msm: timer: Use clockevents_config_and_register()Stephen Boyd1-10/+1
2011-11-10msm: timer: Setup interrupt after registering clockeventStephen Boyd1-4/+2
2011-11-10msm: timer: Remove SoC specific #ifdefsStephen Boyd1-21/+17
2011-11-10msm: timer: Remove msm_clocks[] and simplify codeStephen Boyd1-145/+76
2011-11-10msm: timer: Fix ONESHOT mode interruptsStephen Boyd1-5/+20
2011-11-10msm: timer: Use GPT for clockevents and DGT for clocksourceStephen Boyd1-69/+52
2011-11-10msm: timer: Cleanup #includes and #definesStephen Boyd1-19/+7
2011-11-10msm: timer: Tighten #ifdef for local timer supportStephen Boyd1-3/+2
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier1-29/+40
2011-06-20msm: timer: Fix DGT rate on 8960 and 8660Stephen Boyd1-2/+4
2011-06-17msm: timer: compensate for timer shift in msm_read_timer_countJeff Ohlstein1-1/+5
2011-05-31msm: timer: Fix SMP build errorStephen Boyd1-0/+2
2011-03-31msm: timer: fix missing return valueDavid Brown1-1/+1
2011-03-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2011-02-23ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar1-1/+2
2011-01-21msm: timer: Timer support for MSM8960Stepan Moskovchenko1-2/+3
2011-01-21msm: Generalize timer register mappingsDavid Brown1-18/+25
2011-01-07msm: timer: SMP timer support for msmJeff Ohlstein1-23/+102
2010-12-22ARM: MSM: update clock source registrationRussell King1-4/+1
2010-10-27msm: timer: Decrease shift on timer clocksourceJeff Ohlstein1-1/+1
2010-10-08msm: timer: support 8x60 timersJeff Ohlstein1-2/+21
2010-05-13msm: timer: allow MSM_DGT_BASE to be overridenDaniel Walker1-0/+2