summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2011-09-21 11:22:59 +0530
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:58:39 +0200
commit0044dff393b22b4ca3f9ad38f45f2b04eb79058d (patch)
treedb739659995cd451a117df1360a1467e8e5a5412 /include
parente2b0128e97d44aa8f418a347ecce9135776e6d6c (diff)
power: ab5500-bm: update usb state change interface to otg notifier
Remove usb_state_changed() exported function. Replace it with otg notifier call. This makes static_di redundant so it is removed. Moreover, there is no need to protect usb_state.usb_changed with usb_lock. So usb_lock is removed as well. Usb state is fabricated based on the reported mA. State is not as accurate as reading it directly from the usb controller. This should not matter as battery- manager driver should care more about mA than the state anyway. Change-Id: I180062a87ca773b5c215aee3ef1c60315d309d42 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31577 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/abx500/ab5500-bm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/abx500/ab5500-bm.h b/include/linux/mfd/abx500/ab5500-bm.h
index f62137a6e9d..cfad11c530c 100644
--- a/include/linux/mfd/abx500/ab5500-bm.h
+++ b/include/linux/mfd/abx500/ab5500-bm.h
@@ -99,13 +99,9 @@
#define BATTERY_UNKNOWN 0
#ifdef CONFIG_AB5500_BM
-void ab5500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
struct ab5500_btemp *ab5500_btemp_get(void);
int ab5500_btemp_get_batctrl_temp(struct ab5500_btemp *btemp);
#else
-static void ab5500_charger_usb_state_changed(u8 bm_usb_state, u16 mA)
-{
-}
static inline struct ab5500_btemp *ab5500_btemp_get(void)
{
return 0;