aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:17 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:17 +0000
commitfaa6f009b2291c0c465d2e8d41659a4d740673ca (patch)
treea3f59721af70136cfbd2b43e2b85cc1dc4ab16f5 /include
parent65bc9c0fc7c80e1b0a4b29dafeb3289eb2ff42c0 (diff)
gta02-bt-fixes.patch
Modify GTA02 power manager for bluetooth. 1. Default power value isn't correct. Now we set pcf50633 LDO4 to 3.2 voltage. 2. Separate GTA01 and GTA02 source code. 3. Add pcf50633 API for enable register.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pcf50633.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h
index bf50fe4e70d..b6a67ee5e4f 100644
--- a/include/linux/pcf50633.h
+++ b/include/linux/pcf50633.h
@@ -46,6 +46,7 @@ pcf50633_voltage_set(struct pcf50633_data *pcf,
extern unsigned int
pcf50633_voltage_get(struct pcf50633_data *pcf,
enum pcf50633_regulator_id reg);
+
extern int
pcf50633_onoff_get(struct pcf50633_data *pcf,
enum pcf50633_regulator_id reg);