aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp_twd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven1-66/+0
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-3/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-07-15arm/twd: Convert to hotplug state machineRichard Cochran1-20/+11
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-3/+3
2016-06-28clocksource/drivers/smp_twd: Convert init function to return errorDaniel Lezcano1-4/+5
2015-10-09ARM: clean up TWD after previous patchRussell King1-4/+4
2015-10-09ARM: 8441/2: twd: Don't set CLOCK_EVT_FEAT_C3STOP unconditionallyMarc Gonzalez1-1/+4
2015-10-03ARM: 8434/2: Revert "7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmp"Felipe Balbi1-4/+0
2015-07-17ARM/smp_twd: Migrate to new 'set-state' interfaceViresh Kumar1-22/+26
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-2/+2
2014-08-26arm: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-6/+6
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-1/+1
2013-10-19ARM: twd: data endian fixBen Dooks1-12/+12
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