All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue
@ 2013-06-12 15:28 Manjunath Goudar
  2013-06-12 15:28 ` [PATCH 01/10] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
                   ` (15 more replies)
  0 siblings, 16 replies; 108+ messages in thread
From: Manjunath Goudar @ 2013-06-12 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

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.
 
Manjunath Goudar (10):
  USB: OHCI: Properly handle ohci-at91 suspend
  USB: OHCI: Properly handle ohci-s3c2410 suspend
  USB: OHCI: Properly handle ohci-da8xx suspend
  USB: OHCI: Properly handle ohci-ep93xx suspend
  USB: OHCI: Properly handle ohci-exynos suspend
  USB: OHCI: Properly handle ohci-omap suspend
  USB: OHCI: Properly handle ohci-platform suspend
  USB: OHCI: Properly handle ohci-pxa27x suspend
  USB: OHCI: Properly handle ohci-sm501 suspend
  USB: OHCI: Properly handle ohci-spear suspend

 drivers/usb/host/ohci-at91.c     |    8 ++++++--
 drivers/usb/host/ohci-da8xx.c    |   13 +++++++++----
 drivers/usb/host/ohci-ep93xx.c   |    6 +++++-
 drivers/usb/host/ohci-exynos.c   |    3 +++
 drivers/usb/host/ohci-omap.c     |   11 ++++++++---
 drivers/usb/host/ohci-platform.c |    6 +++++-
 drivers/usb/host/ohci-pxa27x.c   |    6 +++++-
 drivers/usb/host/ohci-s3c2410.c  |    3 +++
 drivers/usb/host/ohci-sm501.c    |    9 +++++++--
 drivers/usb/host/ohci-spear.c    |   10 +++++++---
 10 files changed, 58 insertions(+), 17 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 108+ messages in thread
* [PATCH 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue
@ 2013-10-02 10:15 Majunath Goudar
  2013-10-02 10:15 ` [PATCH 08/11] USB: OHCI: Properly handle ohci-platform suspend Majunath Goudar
  0 siblings, 1 reply; 108+ messages in thread
From: Majunath Goudar @ 2013-10-02 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

From: Manjunath Goudar <manjunath.goudar@linaro.org>

Suspend scenario in case of ohci bus glue was not properly handled as
it was not suspending generic part of ohci controller. Alan Stern suggested, 
properly handle ohci suspend scenario. 

Calling explicitly the ohci_suspend()routine will ensure proper handling
of suspend scenario.
 

*** BLURB HERE ***

Manjunath Goudar (11):
  USB: OHCI: Properly handle OHCI controller suspend
  USB: OHCI: Properly handle ohci-at91 suspend
  USB: OHCI: Properly handle ohci-s3c2410 suspend
  USB: OHCI: Properly handle ohci-da8xx suspend
  USB: OHCI: Properly handle ohci-ep93xx suspend
  USB: OHCI: Properly handle ohci-exynos suspend
  USB: OHCI: Properly handle ohci-omap suspend
  USB: OHCI: Properly handle ohci-platform suspend
  USB: OHCI: Properly handle ohci-pxa27x suspend
  USB: OHCI: Properly handle ohci-sm501 suspend
  USB: OHCI: Properly handle ohci-spear suspend

 drivers/usb/host/ohci-at91.c     |   10 ++++++++--
 drivers/usb/host/ohci-da8xx.c    |   15 +++++++++++----
 drivers/usb/host/ohci-ep93xx.c   |   11 +++++++++--
 drivers/usb/host/ohci-exynos.c   |   20 +++++---------------
 drivers/usb/host/ohci-hcd.c      |    9 ++++++++-
 drivers/usb/host/ohci-omap.c     |   13 ++++++++++---
 drivers/usb/host/ohci-platform.c |   11 +++++++++--
 drivers/usb/host/ohci-pxa27x.c   |    9 ++++++++-
 drivers/usb/host/ohci-s3c2410.c  |   21 ++++-----------------
 drivers/usb/host/ohci-sm501.c    |   11 +++++++++--
 drivers/usb/host/ohci-spear.c    |   12 +++++++++---
 11 files changed, 90 insertions(+), 52 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 108+ messages in thread

end of thread, other threads:[~2013-10-02 10:15 UTC | newest]

Thread overview: 108+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-12 15:28 [PATCH 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-06-12 15:28 ` [PATCH 01/10] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-12 16:04   ` Alan Stern
2013-06-12 16:25     ` Alan Stern
2013-06-12 15:28 ` [PATCH 02/10] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-12 15:58   ` Sergei Shtylyov
2013-06-12 15:28 ` [PATCH 03/10] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-12 15:54   ` Sergei Shtylyov
2013-06-12 15:28 ` [PATCH 04/10] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 05/10] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 06/10] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 07/10] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 08/10] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 09/10] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-12 15:28 ` [PATCH 10/10] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-06-13  9:10 ` [PATCH 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-06-13  9:10   ` [PATCH 01/10] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 02/10] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 03/10] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 04/10] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 05/10] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 06/10] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 07/10] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-13  9:10   ` [PATCH 08/10] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-13  9:11   ` [PATCH 09/10] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-13  9:11   ` [PATCH 10/10] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-06-13  9:19     ` Viresh Kumar
2013-06-13 14:33       ` Alan Stern
2013-06-13  9:16 ` [PATCH V2 00/10] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 01/10] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-13 19:14     ` Alan Stern
     [not found]       ` <CAJFYCKG8i=33zXS-dhVJopaTVhCKJ_DCKo+q9wyx7CVzqzfn5g@mail.gmail.com>
2013-06-17  9:25         ` Viresh Kumar
2013-06-13  9:16   ` [PATCH V2 02/10] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-13 19:20     ` Alan Stern
2013-06-13  9:16   ` [PATCH V2 03/10] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-13 19:26     ` Alan Stern
2013-06-13  9:16   ` [PATCH V2 04/10] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 05/10] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-13 19:29     ` Tomasz Figa
2013-06-13 19:52       ` Alan Stern
     [not found]         ` <CAJFYCKFHhD2LuPP5LKSXzg4zuCMmNTSWRRUQkwFcQVmXSaLo9Q@mail.gmail.com>
2013-06-18 10:02           ` Sachin Kamat
2013-06-18 15:06           ` Alan Stern
2013-06-13  9:16   ` [PATCH V2 06/10] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 07/10] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 08/10] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 09/10] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-13  9:16   ` [PATCH V2 10/10] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-06-19 12:12 ` [PATCH V3 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 01/11] USB: OHCI: Properly handle OHCI controller suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 02/11] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 04/11] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-19 12:43     ` Sergei Shtylyov
     [not found]       ` <CAJFYCKGck29t211NTmXSKPtFdah3Pbe8T0UVZDsqWqqax3OL7g@mail.gmail.com>
2013-06-19 14:49         ` Viresh Kumar
2013-06-19 17:33         ` Sergei Shtylyov
2013-06-19 12:12   ` [PATCH V3 06/11] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-19 12:47     ` Sergei Shtylyov
2013-06-19 12:12   ` [PATCH V3 07/11] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 08/11] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-19 12:49     ` Sergei Shtylyov
2013-06-19 12:12   ` [PATCH V3 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-19 12:50     ` Sergei Shtylyov
2013-06-19 12:12   ` [PATCH V3 10/11] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-19 12:12   ` [PATCH V3 11/11] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-06-19 12:53     ` Sergei Shtylyov
2013-06-20  9:35 ` [PATCH V4 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-06-20  9:35   ` [PATCH V4 01/11] USB: OHCI: Properly handle OHCI controller suspend Manjunath Goudar
2013-06-20  9:35   ` [PATCH V4 02/11] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-20  9:35   ` [PATCH V4 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-20 11:31     ` Sergei Shtylyov
2013-06-20  9:36   ` [PATCH V4 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 06/11] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 07/11] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 08/11] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 10/11] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-20  9:36   ` [PATCH V4 11/11] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-06-20 19:50   ` [PATCH V4 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Alan Stern
2013-06-25  6:39 ` Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 01/11] USB: OHCI: Properly handle OHCI controller suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 02/11] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 06/11] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 07/11] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 08/11] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 10/11] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-06-25  6:39   ` [PATCH V4 11/11] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-07-22  9:32 ` [PATCH 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue Manjunath Goudar
2013-07-22  9:32   ` [PATCH 01/11] USB: OHCI: Properly handle OHCI controller suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 02/11] USB: OHCI: Properly handle ohci-at91 suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 04/11] USB: OHCI: Properly handle ohci-da8xx suspend Manjunath Goudar
2013-07-22 12:18     ` Sergei Shtylyov
2013-07-22  9:32   ` [PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 06/11] USB: OHCI: Properly handle ohci-exynos suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 07/11] USB: OHCI: Properly handle ohci-omap suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 08/11] USB: OHCI: Properly handle ohci-platform suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 10/11] USB: OHCI: Properly handle ohci-sm501 suspend Manjunath Goudar
2013-07-22  9:32   ` [PATCH 11/11] USB: OHCI: Properly handle ohci-spear suspend Manjunath Goudar
2013-07-22  9:51   ` [PATCH V4 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue manjunath
2013-07-23 23:06     ` Greg KH
2013-10-02 10:15 [PATCH " Majunath Goudar
2013-10-02 10:15 ` [PATCH 08/11] USB: OHCI: Properly handle ohci-platform suspend Majunath Goudar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.