[PATCH V4 6/6] USB: OHCI: Properly handle ohci-spear suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in spear_ohci_hcd_drv_suspend() will ensure proper

[PATCH V4 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V4 1/6] USB: OHCI: Properly handle OHCI controller suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. Signed-off-by: Manjunath Goudar csmanjuvi...@gmail.com Acked-by: Alan Stern

[PATCH V4 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper

[PATCH V4 2/6] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-21 Thread Majunath Goudar
Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_at91_drv_suspend() will ensure proper handling

[PATCH V3 1/6] USB: OHCI: Properly handle OHCI controller suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. Signed-off-by: Manjunath Goudar csmanjuvi...@gmail.com Acked-by: Alan Stern

[PATCH V3 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V3 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper

[PATCH V3 6/6] USB: OHCI: Properly handle ohci-spear suspend

2013-10-18 Thread Majunath Goudar
Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in spear_ohci_hcd_drv_suspend() will ensure proper

[PATCH V3 2/6] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_at91_drv_suspend() will ensure proper handling

[PATCH V3 1/6] USB: OHCI: Properly handle OHCI controller suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. V1-V2: - No change. Due to build failure on ep93xx reverted this

[PATCH V3 6/6] USB: OHCI: Properly handle ohci-spear suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in spear_ohci_hcd_drv_suspend() will ensure proper

[PATCH V3 3/6] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper

[PATCH V3 5/6] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-17 Thread Majunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of

[PATCH V2 1/7] USB: OHCI: Properly handle OHCI controller suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. V1-V2: - No change.

[PATCH V2 2/7] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 4/7] USB: OHCI: Properly handle ohci-da8xx suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-da8xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 3/7] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH V2 5/7] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-15 Thread Majunath Goudar
From: Majunath Goudar manju.gou...@lge.com Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-ep93xx suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH V2 7/7] USB: OHCI: Properly handle ohci-spear suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 6/7] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-15 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 01/11] USB: OHCI: Properly handle OHCI controller suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. Signed-off-by: Manjunath

[PATCH V2 02/11] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH V2 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-ep93xx suspend scenario. Calling explicitly the ohci_suspend() routine in

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

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-da8xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 07/11] USB: OHCI: Properly handle ohci-omap suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-omap glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-omap suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 06/11] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 10/11] USB: OHCI: Properly handle ohci-sm501 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-sm501 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-sm501 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-pxa27x glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-pxa27x suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH V2 11/11] USB: OHCI: Properly handle ohci-spear suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 01/11] USB: OHCI: Properly handle OHCI controller suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. Signed-off-by: Manjunath

[PATCH 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH 08/11] USB: OHCI: Properly handle ohci-platform suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-platform glue was not properly handled as it was not suspending generic part of ohci controller.Alan Stern suggested, properly handle ohci-platform suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH 07/11] USB: OHCI: Properly handle ohci-omap suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-omap glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-omap suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 06/11] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-ep93xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 02/11] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in

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

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-da8xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 10/11] USB: OHCI: Properly handle ohci-sm501 suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-sm501 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-sm501 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 11/11] USB: OHCI: Properly handle ohci-spear suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend

2013-10-03 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-pxa27x glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-pxa27x suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 02/11] USB: OHCI: Properly handle ohci-at91 suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-at91 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 01/11] USB: OHCI: Properly handle OHCI controller suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. Alan Stern suggested, properly handle OHCI suspend scenario. This does generic proper handling of suspend scenario to all OHCI SOC. Signed-off-by: Manjunath

[PATCH 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-s3c2410 suspend scenario. Calling explicitly the ohci_suspend() routine

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

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-da8xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 07/11] USB: OHCI: Properly handle ohci-omap suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-omap glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-omap suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-ep93xx suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 06/11] USB: OHCI: Properly handle ohci-exynos suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-exynos suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 08/11] USB: OHCI: Properly handle ohci-platform suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-platform glue was not properly handled as it was not suspending generic part of ohci controller.Alan Stern suggested, properly handle ohci-platform suspend scenario. Calling explicitly the ohci_suspend() routine

[PATCH 11/11] USB: OHCI: Properly handle ohci-spear suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-spear suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 10/11] USB: OHCI: Properly handle ohci-sm501 suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-sm501 glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-sm501 suspend scenario. Calling explicitly the ohci_suspend() routine in

[PATCH 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend

2013-10-02 Thread Majunath Goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-pxa27x glue was not properly handled as it was not suspending generic part of ohci controller. Alan Stern suggested, properly handle ohci-pxa27x suspend scenario. Calling explicitly the ohci_suspend() routine in