aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:47 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:47 +0000
commitdaa1e772623f91a59364094f845f51a1fe9f236f (patch)
tree5d2c52d3e8ecb0de784a0d62222cb419f1d2a341 /include
parent600130555575e59b2ad9891fda11d24b94b0667b (diff)
fix-glamo-mci-resume-dependency-on-pcf50633.patch
Glamo MCI has a resume order dependncy on pcf50633, it has to be able to power the SD slot via it. Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/glamofb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h
index bb4ed0afcc9..bb1a398adf7 100644
--- a/include/linux/glamofb.h
+++ b/include/linux/glamofb.h
@@ -32,6 +32,8 @@ struct glamofb_platform_data {
void (*glamo_set_mci_power)(unsigned char power_mode,
unsigned short vdd);
int (*glamo_irq_is_wired)(void);
+ void (*mci_suspending)(struct platform_device *dev);
+ int (*mci_all_dependencies_resumed)(struct platform_device *dev);
};
int glamofb_cmd_mode(struct glamofb_handle *gfb, int on);