aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp_twd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-21/+43
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-3/+3
2013-07-09ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu1-1/+1
2013-06-24ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd1-21/+43
2013-03-11ARM: smp_twd: convert to use CLKSRC_OF initRob Herring1-13/+4
2013-03-03ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpShawn Guo1-0/+4
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2013-02-02ARM: use device tree to get smp_twd clockRob Herring1-34/+19
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+0
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+2
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-nextRussell King1-17/+41
2012-11-06ARM: smp_twd: fix build warningArnd Bergmann1-1/+1
2012-11-04ARM: 7563/1: SMP_TWD: make setup()/stop() reentrantLinus Walleij1-5/+37
2012-11-04ARM: 7561/1: SMP_TWD: use clk_prepare_enable()Linus Walleij1-10/+2
2012-10-31ARM: smp_twd: don't warn on no DT nodeRob Herring1-4/+2
2012-10-22ARM: 7560/1: SMP_TWD: use DIV_ROUND_CLOSEST() for periodic modeLinus Walleij1-2/+2
2012-09-19ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiersMike Turquette1-2/+46
2012-04-19Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus"Russell King1-5/+1
2012-04-15ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpusLinus Walleij1-1/+5
2012-03-20Merge branch 'renesas/timer' into next/timerArnd Bergmann1-1/+1
2012-03-13ARM: smp_twd: remove old local timer interfaceMarc Zyngier1-29/+5
2012-03-13ARM: smp_twd: add device tree supportMarc Zyngier1-13/+64
2012-03-13ARM: smp_twd: add runtime registration supportMarc Zyngier1-3/+48
2012-03-13ARM: smp_twd: make local_timer_stop a symbol instead of a #defineMarc Zyngier1-1/+6
2012-02-21ARM: 7336/1: smp_twd: Don't register CPUFREQ notifiers if local timers are not initialisedSantosh Shilimkar1-1/+1
2012-01-23ARM: 7297/1: smp_twd: make sure timer is stopped before registering itMarc Zyngier1-0/+2
2011-12-23ARM: 7212/1: smp_twd: reconfigure clockevents after cpufreq changeLinus Walleij1-0/+47
2011-12-23ARM: 7211/1: smp_twd: get the rate from a clockLinus Walleij1-1/+39
2011-12-23ARM: 7210/1: smp_twd: modernize clock event registrationLinus Walleij1-6/+2
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier1-2/+45
2011-08-12ARM: twd: register clockevents device before enabling PPIWill Deacon1-2/+2
2011-07-07ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev1-1/+1
2011-01-25ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King1-5/+2
2011-01-11ARM: twd: fix display of twd frequencyRussell King1-1/+1
2011-01-06Merge branch 'misc' into develRussell King1-10/+0
2010-12-20ARM: localtimer: clean up local timer on hot unplugRussell King1-10/+0
2010-12-14ARM: GIC: move enablement of PPI interrupts to gic.cRussell King1-6/+1
2010-07-27ARM: SMP: Always enable clock event broadcast supportRussell King1-1/+2
2010-05-12ARM: 6125/1: ARM TWD: move TWD registers to common headerSrinidhi Kasagar1-17/+0
2009-12-09ARM: Do not allow the probing of the local timerVarun Swara1-0/+1
2009-09-28ARM: Fix __cpuexit section mismatch warningsRussell King1-1/+3
2009-05-17[ARM] smp: fix style issues in smp_twd.cRussell King1-12/+14
2009-05-17[ARM] smp: allow re-use of realview localtimer TWD supportRussell King1-0/+173