summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2010-10-22 07:51:25 -0500
committerAlan Tull <alan.tull@freescale.com>2010-10-22 13:39:35 -0500
commit0c4c7cae6b4ff95e4fb42b0ae8586d74337a7732 (patch)
treeb63ec7519e5cc1b5e0572f79b3d66dda0d6785b1 /include
parentf6aec74e8b64117b12e8dba19dd2641d0ba915f9 (diff)
ENGR00132875-1: Fix EIM IOMUX settings that break keypad
Create a platform specific power management data structure that will facilitate platform specific functions to be called during suspend/resume. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index c127ae646159..268aae9a5d23 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -326,6 +326,11 @@ struct mxc_epdc_fb_platform_data {
void (*disable_pins) (void);
};
+struct mxc_pm_platform_data {
+ void (*suspend_enter) (void);
+ void (*suspend_exit) (void);
+};
+
/*! Platform data for the IDE drive structure. */
struct mxc_ide_platform_data {
char *power_drive; /*!< The power pointer */