[PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend

2013-06-24 Thread Manjunath Goudar
Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_da8xx_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Acked-by: Alan Ster

Re: [PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend

2013-06-20 Thread Sergei Shtylyov
Hello. On 20-06-2013 13:36, Manjunath Goudar wrote: Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_da8xx_suspend() will ensure proper handling of suspend scenari

[PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_da8xx_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann