From: Jouni Hogander Date: Fri, 16 May 2008 10:57:22 +0000 (+0300) Subject: 34XX: Suspend: Use same naming convention in sleep34xx.S as in sleep24XX.S X-Git-Tag: v2.6.26-omap1~123^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c293dd513a8a43594e84434a8f7202843c0364;p=pandora-kernel.git 34XX: Suspend: Use same naming convention in sleep34xx.S as in sleep24XX.S Change omap34xx_suspend to omap34xx_cpu_suspend and omap34xx_suspend_sz to omap34xx_cpu_suspend_sz. Do not use PRM_BASE in sleep34xx.S because it is not defined in linux-omap tree. Use OMAP343X_SDRC_BASE in sleep34xx.S instead of SDRC_BASE. Convert all IO_ADDRESS style definitions to OMAP34XX_PRM_REGADDR style definitions. Add omap34xx_cpu_suspend and omap34xx_cpu_suspend_sz to include/asm-arm/arch-omap/pm.h Do necessary modifications to be able to use arch/arm/mach-omap2/prm.h and include/asm-arm/arch-omap/control.h ins asm files. Signed-off-by: Jouni Hogander Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed