| Commit message (Expand) | Author | Age | Files | Lines |
* | clocksource: qcom: Move clocksource code out of mach-msm | Kumar Gala | 2014-02-04 | 1 | -333/+0 |
* | ARM: msm: Switch to sched_clock_register() | Stephen Boyd | 2013-11-21 | 1 | -2/+2 |
* | clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally | Uwe Kleine-König | 2013-10-02 | 1 | -1/+0 |
* | Merge branch 'msm/cleanup' into next/cleanup | Kevin Hilman | 2013-08-13 | 1 | -14/+3 |
|\ |
|
| * | ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLARE | Stephen Boyd | 2013-08-06 | 1 | -14/+3 |
* | | Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/... | Olof Johansson | 2013-07-23 | 1 | -55/+69 |
|\ \
| |/
|/| |
|
| * | ARM: msm: Divorce msm_timer from local timer API | Stephen Boyd | 2013-06-24 | 1 | -56/+70 |
* | | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 2013-07-14 | 1 | -2/+2 |
|/ |
|
* | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 2013-06-12 | 1 | -1/+1 |
* | Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Olof Johansson | 2013-04-14 | 1 | -59/+51 |
|\ |
|
| * | ARM: msm: Wait for timer clear to complete | Stephen Boyd | 2013-03-22 | 1 | -18/+23 |
| * | ARM: msm: Rework timer binding to be more general | Stephen Boyd | 2013-03-22 | 1 | -46/+33 |
* | | ARM: msm: Stop counting before reprogramming clockevent | Stephen Boyd | 2013-03-22 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 2013-01-14 | 1 | -1/+0 |
|\ |
|
| * | ARM: remove mach .handle_irq for GIC users | Rob Herring | 2013-01-12 | 1 | -1/+0 |
* | | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 2013-01-14 | 1 | -5/+1 |
|\ \ |
|
| * | | ARM: use clockevents_config_and_register() where possible | Shawn Guo | 2013-01-14 | 1 | -5/+1 |
| |/ |
|
* | | ARM: delete struct sys_timer | Stephen Warren | 2012-12-24 | 1 | -20/+4 |
|/ |
|
* | Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Olof Johansson | 2012-09-16 | 1 | -38/+148 |
|\ |
|
| * | ARM: msm: Remove non-DT targets from 8960 | Stephen Boyd | 2012-09-13 | 1 | -13/+0 |
| * | ARM: msm: Make 8660 a DT only target | Stephen Boyd | 2012-09-13 | 1 | -12/+0 |
| * | ARM: msm: Add DT support to msm_timer | Stephen Boyd | 2012-09-13 | 1 | -0/+87 |
| * | ARM: msm: Allow timer.c to compile on multiple targets | Stephen Boyd | 2012-09-13 | 1 | -36/+84 |
| * | ARM: msm: Don't touch GIC registers outside of GIC code | Stephen Boyd | 2012-09-13 | 1 | -2/+2 |
* | | ARM: msm: Fix sparse warnings due to incorrect type | Stephen Boyd | 2012-09-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 | 1 | -2/+10 |
|\ |
|
| * | msm: timer: Support sched_clock() | Stephen Boyd | 2012-02-24 | 1 | -2/+10 |
* | | ARM: local timers: convert MSM to runtime registration interface | Marc Zyngier | 2012-03-13 | 1 | -35/+44 |
|/ |
|
* | msm: timer: Use clockevents_config_and_register() | Stephen Boyd | 2011-11-10 | 1 | -10/+1 |
* | msm: timer: Setup interrupt after registering clockevent | Stephen Boyd | 2011-11-10 | 1 | -4/+2 |
* | msm: timer: Remove SoC specific #ifdefs | Stephen Boyd | 2011-11-10 | 1 | -21/+17 |
* | msm: timer: Remove msm_clocks[] and simplify code | Stephen Boyd | 2011-11-10 | 1 | -145/+76 |
* | msm: timer: Fix ONESHOT mode interrupts | Stephen Boyd | 2011-11-10 | 1 | -5/+20 |
* | msm: timer: Use GPT for clockevents and DGT for clocksource | Stephen Boyd | 2011-11-10 | 1 | -69/+52 |
* | msm: timer: Cleanup #includes and #defines | Stephen Boyd | 2011-11-10 | 1 | -19/+7 |
* | msm: timer: Tighten #ifdef for local timer support | Stephen Boyd | 2011-11-10 | 1 | -3/+2 |
* | ARM: gic, local timers: use the request_percpu_irq() interface | Marc Zyngier | 2011-10-23 | 1 | -29/+40 |
* | msm: timer: Fix DGT rate on 8960 and 8660 | Stephen Boyd | 2011-06-20 | 1 | -2/+4 |
* | msm: timer: compensate for timer shift in msm_read_timer_count | Jeff Ohlstein | 2011-06-17 | 1 | -1/+5 |
* | msm: timer: Fix SMP build error | Stephen Boyd | 2011-05-31 | 1 | -0/+2 |
* | msm: timer: fix missing return value | David Brown | 2011-03-31 | 1 | -1/+1 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-03-23 | 1 | -1/+2 |
|\ |
|
| * | ARM: 6759/1: smp: Select local timers vs broadcast timer support runtime | Santosh Shilimkar | 2011-02-23 | 1 | -1/+2 |
* | | msm: timer: Timer support for MSM8960 | Stepan Moskovchenko | 2011-01-21 | 1 | -2/+3 |
* | | msm: Generalize timer register mappings | David Brown | 2011-01-21 | 1 | -18/+25 |
|/ |
|
* | msm: timer: SMP timer support for msm | Jeff Ohlstein | 2011-01-07 | 1 | -23/+102 |
* | ARM: MSM: update clock source registration | Russell King | 2010-12-22 | 1 | -4/+1 |
* | msm: timer: Decrease shift on timer clocksource | Jeff Ohlstein | 2010-10-27 | 1 | -1/+1 |
* | msm: timer: support 8x60 timers | Jeff Ohlstein | 2010-10-08 | 1 | -2/+21 |
* | msm: timer: allow MSM_DGT_BASE to be overriden | Daniel Walker | 2010-05-13 | 1 | -0/+2 |