commit | ba74e80ebaf8209cb553eb2195b26302270cfa42 | [log] [tgz] |
---|---|---|
author | Kevin Liu <kliu5@marvell.com> | Wed Jan 04 15:14:24 2012 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jan 09 01:03:34 2012 +0100 |
tree | e383e2ce63450326d135a84fe0826c720283675a | |
parent | 5214e5659a9760cd01aa14171c8fdf38d3deec3a [diff] |
mfd: Add pm ops to max8925 Signed-off-by: Kevin Liu <kliu5@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
diff --git a/include/linux/mfd/max8925.h b/include/linux/mfd/max8925.h index 5259dfe..daaba00 100644 --- a/include/linux/mfd/max8925.h +++ b/include/linux/mfd/max8925.h
@@ -206,6 +206,8 @@ int irq_base; int core_irq; int tsc_irq; + + unsigned int wakeup_flag; }; struct max8925_backlight_pdata {