Re: [PATCH V2 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue

2013-06-14 Thread Manjunath Goudar
Hi Alan, Can you review other patches which are left out in this series. Manjunath Goudar On 13 June 2013 14:46, 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 ohc

Re: [PATCH V2 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue

2013-06-13 Thread Viresh Kumar
Please use linaro-kernel instead of linaro-dev mailing list for sending patches. On 13 June 2013 14:46, 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()r

[PATCH V2 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue

2013-06-13 Thread Manjunath Goudar
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.