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

2013-07-23 Thread Greg KH
On Mon, Jul 22, 2013 at 03:21:31PM +0530, manjunath wrote: > On Monday 22 July 2013 03:02 PM, 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 wi

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

2013-07-22 Thread manjunath
On Monday 22 July 2013 03:02 PM, 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_s

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

2013-06-24 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.

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

2013-06-20 Thread Alan Stern
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_s

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

2013-06-20 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.