[PATCH] OMAP PM: Optimize cpufreq transition latency

2010-11-25 Thread Vishwanath BS
5 -v Signed-off-by: Vishwanath BS --- arch/arm/plat-omap/cpu-omap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 arch/arm/plat-omap/cpu-omap.c diff --git a/arch/arm/plat-omap/cpu-omap.c b/arch/arm/plat-omap/cpu-omap.c old mode 100644 new mode 1007

[PATCH 2/2] OMAP3 PM: sleep code clean up

2010-09-24 Thread Vishwanath BS
This patch has done some clean up of omap3 sleep code. Basically all possible hardcodings are removed and code is Reorganized into more logical buckets for better readability and instrumentation. Tested on ZOOM3. Signed-off-by: Vishwanath BS Cc: Kevin Hillman Cc: linaro-dev@lists.linaro.org

[PATCH 1/2] OMAP3 PM: move omap3 sleep to ddr

2010-09-24 Thread Vishwanath BS
There is no need to keep omap3 sleep code in SRAM. This code can be run very well on DDR. This would help us to instrument CPUIdle latencies. Tested on ZOOM3. Signed-off-by: Vishwanath BS Cc: Kevin Hillman Cc: linaro-dev@lists.linaro.org --- arch/arm/mach-omap2/pm34xx.c |9 + 1

[PATCH 0/2] OMAP3 PM: sleep code clean up

2010-09-24 Thread Vishwanath BS
This patch series has some clean up in OMAP3 sleep code. Patches have been rebased to latest kevin's pm branch. Vishwanath BS (2): OMAP3 PM: move omap3 sleep to ddr OMAP3 PM: sleep code clean up arch/arm/mach-omap2/pm34xx.c |9 +- arch/arm/mach-omap2/sleep3