]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: OMAP3: Add cpuidle parameters table for omap3430
authorPali Rohár <pali.rohar@gmail.com>
Fri, 19 Feb 2016 18:35:39 +0000 (10:35 -0800)
committerKamal Mostafa <kamal@canonical.com>
Mon, 16 May 2016 17:27:07 +0000 (10:27 -0700)
commitbb1ae4bdfe2bc824284d979ece8ad4802cfdcd1f
tree622a88b194f6f7d6383cb7a3ac05f62234a0f816
parent1cd0fac25f9bb05f54c26c4efb74a3c4468f8a85
ARM: OMAP3: Add cpuidle parameters table for omap3430

BugLink: http://bugs.launchpad.net/bugs/1578798
commit 98f42221501353067251fbf11e732707dbb68ce3 upstream.

Based on CPU type choose generic omap3 or omap3430 specific cpuidle
parameters. Parameters for omap3430 were measured on Nokia N900 device and
added by commit 5a1b1d3a9efa ("OMAP3: RX-51: Pass cpu idle parameters")
which were later removed by commit 231900afba52 ("ARM: OMAP3: cpuidle -
remove rx51 cpuidle parameters table") due to huge code complexity.

This patch brings cpuidle parameters for omap3430 devices again, but uses
simple condition based on CPU type.

Fixes: 231900afba52 ("ARM: OMAP3: cpuidle - remove rx51 cpuidle
parameters table")
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
arch/arm/mach-omap2/cpuidle34xx.c