]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9635fca38a7468a7ca948b6505f1928db4e16539
tree9e547cd0d67ce873311ad0b264092d2850f05216
parent2196a6d0f28cdf501bf9f9488683c93298b58bce
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