commit | da8cc16724da2965c94ca15e1377cb9939776dda | [log] [tgz] |
---|---|---|
author | Anton Tikhomirov <av.tikhomirov@samsung.com> | Thu Oct 03 12:42:04 2013 +0900 |
committer | Felipe Balbi <balbi@ti.com> | Fri Oct 04 09:44:44 2013 -0500 |
tree | 5adbb04d75a23aa202109dd2f25668634ea9177c | |
parent | f8cffc84a2ff8efc2ecca6128485877109e499f5 [diff] |
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 <av.tikhomirov@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>