aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-display.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-28 16:20:57 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-28 23:34:03 +0100
commitc7bf4a334c1e498007a9e785948cb03c8da0f029 (patch)
tree3f7028a3df210778f724841876c7e2b1e5c35349 /drivers/mfd/glamo/glamo-display.h
parent76ab2acfeea8b762d25dab027e72e98a7b822ed2 (diff)
Simplify the JBT6k74 driver
We don't need all the native sleep states - they just complicate things. Instead, just use the LDO "power switch" to send it firmly to sleep and wake it up in a virgin state each time. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/glamo-display.h')
-rw-r--r--drivers/mfd/glamo/glamo-display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/glamo-display.h b/drivers/mfd/glamo/glamo-display.h
index d6f21bcb0c0..728bba56a37 100644
--- a/drivers/mfd/glamo/glamo-display.h
+++ b/drivers/mfd/glamo/glamo-display.h
@@ -36,4 +36,6 @@ extern int glamo_framebuffer_create(struct drm_device *dev,
extern void glamo_display_suspend(struct glamodrm_handle *gdrm);
extern void glamo_display_resume(struct glamodrm_handle *gdrm);
+extern void glamo_lcd_power(struct glamodrm_handle *gdrm, int mode);
+
#endif /* __GLAMO_DISPLAY_H */