aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/timer-mtu.c
AgeCommit message (Collapse)Author
2011-05-18ARM: ux500: cpuidle: Make sure second cpu wakes after ApSleepPhilippe Langlais
Kick all secondary cpus when exiting ApSleep. For some reason scheduling of tasks on secondary cpus will not start properly otherwise. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: ER336347 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I4ae934b83f8015c88d606e226e1a0394a3209711 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21302 Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com> Reviewed-by: QATEST Conflicts: arch/arm/mach-ux500/pm/cpuidle.c
2011-05-18ARM: ux500: cpuidle: Greatly reduce enter latencyPhilippe Langlais
The MTU timer is used as broadcast timer instead of RTC-RTT except for wake-ups from ApSleep. ST-Ericsson Linux next: - ST-Ericsson ID: ER329430 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I87d1078e58ce84547f741332ccc7da26c90642ed Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21039 Reviewed-by: QATEST Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com> Conflicts: arch/arm/mach-ux500/pm/cpuidle.c arch/arm/mach-ux500/timer-db8500.c arch/arm/mach-ux500/timer-rtt.c arch/arm/mach-ux500/timer-rtt.h
2011-05-18ARM: ux500: timers: Clean-up and export clockevent structsPhilippe Langlais
ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: - ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I98563082d868b346f05abb6cf317c90714f01c68 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21038 Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
2011-05-18ARM: ux500: timer-mtu: Add oneshot and broadcast supportPhilippe Langlais
The mtu timer can now be programmed as oneshot clockevent and as broadcast clock. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: ER332789 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Change-Id: I2b391503dc4ed94364dabcdd720a649af6c5f864 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21037 Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com> Conflicts: arch/arm/mach-ux500/timer-mtu.c
2011-05-18ARM: ux500: timer-mtu: Only use mtu block 0Jonas Aaberg
Use two timers on one block instead of one on each block. Then we don't have to clock both blocks. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: ER326630 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ic921d5e7feb341d4b204449b28024f7630aa1f14 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18789 Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com> Tested-by: Mattias WALLIN <mattias.wallin@stericsson.com>
2011-05-13mach-ux500: Fixing and use the right timers (mtu+prcmu+rtc)Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2011-05-13mach-ux500: Add timers for power managementPhilippe Langlais