aboutsummaryrefslogtreecommitdiff
path: root/include/linux/glamofb.h
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:46 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:46 +0000
commit2204d8b104b812411a39118ffb436dfbd479787a (patch)
treec44cf815b492a2b81717947a4836a264692bb440 /include/linux/glamofb.h
parentd4f8c947ca4693e5a08c252bcd2f0bb6d1e99592 (diff)
add-use-pcf50633-resume-callback-jbt6k74.patch
Adds the resume callback stuff to glamo, then changes jbt6k74 to no longer use a sleeping workqueue, but to make its resume actions dependent on pcf50633 and glamo resume (for backlight and communication to LCM respectively) Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux/glamofb.h')
-rw-r--r--include/linux/glamofb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h
index 51bf5932a97..bb4ed0afcc9 100644
--- a/include/linux/glamofb.h
+++ b/include/linux/glamofb.h
@@ -2,6 +2,7 @@
#define _LINUX_GLAMOFB_H
#include <linux/spi/glamo.h>
+#include <linux/resume-dependency.h>
struct glamofb_val {
unsigned int defval;
@@ -36,5 +37,7 @@ struct glamofb_platform_data {
int glamofb_cmd_mode(struct glamofb_handle *gfb, int on);
int glamofb_cmd_write(struct glamofb_handle *gfb, u_int16_t val);
void glamo_lcm_reset(int level);
+extern void
+glamo_register_resume_dependency(struct resume_dependency * resume_dependency);
#endif