On Thu, 20 Jun 2013, Manjunath Goudar wrote:
Suspend scenario in case of ohci bus glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend()routine will ensure proper handling of suspend scenario.
V2: -Incase ohci_suspend() fails, return right away without executing further.
V3: -New patch 1/11 added, for generic ohci-hcd suspend code. V4: -Properly aligned "do_wakeup" and "ret" variables.
This whole series looks good now. For all of the patches:
Acked-by: Alan Stern stern@rowland.harvard.edu