summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp_twd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven2019-02-011-66/+0Star
* clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-141-3/+3
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* arm/twd: Convert to hotplug state machineRichard Cochran2016-07-151-20/+11Star
* clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-281-3/+3
* clocksource/drivers/smp_twd: Convert init function to return errorDaniel Lezcano2016-06-281-4/+5
* ARM: clean up TWD after previous patchRussell King2015-10-091-4/+4
* ARM: 8441/2: twd: Don't set CLOCK_EVT_FEAT_C3STOP unconditionallyMarc Gonzalez2015-10-091-1/+4
* ARM: 8434/2: Revert "7655/1: smp_twd: make twd_local_timer_of_register() no-o...Felipe Balbi2015-10-031-4/+0Star
* ARM/smp_twd: Migrate to new 'set-state' interfaceViresh Kumar2015-07-171-22/+26
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-2/+2
* arm: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2014-08-261-6/+6
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-1/+1
* ARM: twd: data endian fixBen Dooks2013-10-191-12/+12
* Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-241-21/+43
|\
| * ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd2013-06-251-21/+43
* | arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-151-3/+3
* | ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu2013-07-091-1/+1
|/
* ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-13/+4Star
* ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpShawn Guo2013-03-031-0/+4
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+0Star
|\
| * ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-1/+0Star
* | ARM: use device tree to get smp_twd clockRob Herring2013-02-021-34/+19Star
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-4/+2Star
|\
| * ARM: smp_twd: fix build warningArnd Bergmann2012-11-061-1/+1
| * ARM: smp_twd: don't warn on no DT nodeRob Herring2012-10-311-4/+2Star
| |
| \
*-. \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-111-17/+41
|\ \ \ | | |/ | |/|
| | * ARM: 7563/1: SMP_TWD: make setup()/stop() reentrantLinus Walleij2012-11-041-5/+37
| | * ARM: 7561/1: SMP_TWD: use clk_prepare_enable()Linus Walleij2012-11-041-10/+2Star
| |/ |/|
| * ARM: 7560/1: SMP_TWD: use DIV_ROUND_CLOSEST() for periodic modeLinus Walleij2012-10-221-2/+2
|/
* ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiersMike Turquette2012-09-191-2/+46
* Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus"Russell King2012-04-191-5/+1Star
* ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpusLinus Walleij2012-04-151-1/+5
* Merge branch 'renesas/timer' into next/timerArnd Bergmann2012-03-201-1/+1
|\
| * ARM: 7336/1: smp_twd: Don't register CPUFREQ notifiers if local timers are no...Santosh Shilimkar2012-02-211-1/+1
* | ARM: smp_twd: remove old local timer interfaceMarc Zyngier2012-03-131-29/+5Star
* | ARM: smp_twd: add device tree supportMarc Zyngier2012-03-131-13/+64
* | ARM: smp_twd: add runtime registration supportMarc Zyngier2012-03-131-3/+48
* | ARM: smp_twd: make local_timer_stop a symbol instead of a #defineMarc Zyngier2012-03-131-1/+6
|/
* ARM: 7297/1: smp_twd: make sure timer is stopped before registering itMarc Zyngier2012-01-231-0/+2
* ARM: 7212/1: smp_twd: reconfigure clockevents after cpufreq changeLinus Walleij2011-12-231-0/+47
* ARM: 7211/1: smp_twd: get the rate from a clockLinus Walleij2011-12-231-1/+39
* ARM: 7210/1: smp_twd: modernize clock event registrationLinus Walleij2011-12-231-6/+2Star
* ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-231-2/+45
* ARM: twd: register clockevents device before enabling PPIWill Deacon2011-08-121-2/+2
* ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev2011-07-071-1/+1
* ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King2011-01-251-5/+2Star
* ARM: twd: fix display of twd frequencyRussell King2011-01-111-1/+1
* Merge branch 'misc' into develRussell King2011-01-061-10/+0Star
|\