usb: musb: rename ->reset() to ->recover()
authorFelipe Balbi <balbi@ti.com>
Thu, 26 Feb 2015 20:20:58 +0000 (14:20 -0600)
committerFelipe Balbi <balbi@ti.com>
Tue, 10 Mar 2015 20:33:29 +0000 (15:33 -0500)
commitb28a6432405ca95b3da25630d79d2463c754a79c
tree9e547cd0d67ce873311ad0b264092d2850f05216
parentb4dc38fd45b63e3da2bc98db5d283a15a637a2fa
usb: musb: rename ->reset() to ->recover()

recover is a much better name than reset, considering
we don't really reset the IP, just run platform-specific
babble recovery algorithm.

while at that, also fix a typo in comment and add kdoc
for recover memeber of platform_ops.

Tested-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h
drivers/usb/musb/musb_dsps.c