aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2008-11-20 19:46:51 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-20 19:46:51 +0000
commit7e8fd667d1f857fdd7e3b5511869933a72388564 (patch)
tree5c592c6117a95b98a5287c843c226ddd76fc7293 /include
parent1df2598dfebdd1df5bb81c5c8d52fb311c49a7bb (diff)
pcf50633-remove-unnecessary-state-save-during-suspend.patch
We don't need to save state when we suspend as we don't put the PMU to standby. This improves the 'resume devices' time from 1.175s to 1.135 sec!
Diffstat (limited to 'include')
-rw-r--r--include/linux/pcf50633.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h
index ed14350116d..45c9adb4053 100644
--- a/include/linux/pcf50633.h
+++ b/include/linux/pcf50633.h
@@ -578,20 +578,6 @@ struct pcf50633_data {
int adc_queue_tail; /* tail owned by service code */
struct platform_device *regulator_pdev[__NUM_PCF50633_REGULATORS];
-
-#ifdef CONFIG_PM
- struct {
- u_int8_t ooctim2;
- /* enables are always [1] below
- * I2C has limit of 32 sequential regs, so done in two lumps
- * because it covers 33 register extent otherwise
- */
- u_int8_t misc[PCF50633_REG_LEDDIM - PCF50633_REG_AUTOOUT + 1];
- /* skip 1 reserved reg here */
- u_int8_t ldo[PCF50633_REG_HCLDOENA - PCF50633_REG_LDO1OUT + 1];
- } standby_regs;
-
-#endif
};
/* this is to be provided by the board implementation */