summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/sleep43xx.S
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2018-02-23 18:43:56 +0300
committerTony Lindgren <tony@atomide.com>2018-02-27 19:53:37 +0300
commit41d9d44d725808f27b53f266733e6d17d83020ba (patch)
treed01146c359a6f822aa3f1776c1e9faa74dc6f70e /arch/arm/mach-omap2/sleep43xx.S
parent41d37e61372fdaf4d7e381580c0c3bf88972f7da (diff)
downloadlinux-41d9d44d725808f27b53f266733e6d17d83020ba.tar.xz
ARM: OMAP2+: pm33xx-core: Add platform code needed for PM
Most of the PM code needed for am335x and am437x can be moved into a module under drivers but some core code must remain in mach-omap2 at the moment. This includes some internal clockdomain APIs and low-level ARM APIs which are also not exported for use by modules. Implement a few functions that handle these low-level platform operations can be passed to the pm33xx module through the use of platform data. In addition to this, to be able to share data structures between C and the sleep33xx and sleep43xx assembly code, we can automatically generate all of the C struct member offsets and sizes as macros by processing pm-asm-offsets.c into assembly code and then extracting the relevant data as is done for the generated platform asm-offsets.h files. Finally, add amx3_common_pm_init to create a dummy platform_device for pm33xx so that our soon to be introduced pm33xx module can probe on am335x and am437x platforms to enable basic suspend to mem and standby support. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/sleep43xx.S')
-rw-r--r--arch/arm/mach-omap2/sleep43xx.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/sleep43xx.S b/arch/arm/mach-omap2/sleep43xx.S
index 0defc735e319..59770a69396b 100644
--- a/arch/arm/mach-omap2/sleep43xx.S
+++ b/arch/arm/mach-omap2/sleep43xx.S
@@ -6,6 +6,8 @@
* Dave Gerlach, Vaibhav Bedia
*/
+#include <generated/ti-emif-asm-offsets.h>
+#include <generated/ti-pm-asm-offsets.h>
#include <linux/linkage.h>
#include <linux/ti-emif-sram.h>