From: Anton Tikhomirov Date: Thu, 3 Oct 2013 03:42:04 +0000 (+0900) Subject: usb: phy: Pass OTG FSM pointer to callback functions X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da8cc16724da2965c94ca15e1377cb9939776dda;p=pandora-kernel.git usb: phy: Pass OTG FSM pointer to callback functions struct otg_fsm may be embedded to device's context structure. The callbacks may require pointer to struct otg_fsm to obtain necessary data for its operation (example: regulator reference for drv_vbus()). Signed-off-by: Anton Tikhomirov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed