Re: [PATCH V3] PM: In kernel power management domain_pm created for async schedules

2017-12-13 Thread Vikas Bansal
  Sender : Rafael J. Wysocki  Date : 2017-12-06 19:48 (GMT+5:30)   > On Wednesday, December 6, 2017 3:12:38 PM CET gre...@linuxfoundation.org  > wrote: > > On Wed, Dec 06, 2017 at 12:07:14PM +, Vikas Bansal wrote: > > > Description: > >  > > Why is this here

[PATCH V1] PM: In kernel power management domain_pm created for async schedules

2017-12-06 Thread Vikas Bansal
. Converted async_schedule to async_schedule_domain. 3. Converted async_synchronize_full to async_synchronize_full_domain Signed-off-by: Vikas Bansal Signed-off-by: Anuj Gupta --- drivers/base/power/main.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions

In kernel power management domain_pm created for async schedules

2017-12-05 Thread Vikas Bansal
Mon Sep 17 00:00:00 2001 From: Anuj Gupta Date: Tue, 5 Dec 2017 21:34:49 -0800 Subject: [PATCH] Added domain_pm to PM core Signed-off-by: Vikas Bansal --- drivers/base/power/main.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/drivers/base/po

[PATCH] BugFix in XHCI controller driver for scatter gather DMA

2015-12-23 Thread Vikas Bansal
ff-by: Sumit Batra Signed-off-by: Vikas Bansal diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 7d34cbf..7363dee 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -3110,7 +3110,9 @@ static int queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_

[PATCH] Adding Reset resume support for CDC-EEM driver.

2015-12-21 Thread Vikas Bansal
er on bulk endpoints after the reset resume operation. Solution We have added a .reset_resume function for cdc_eem protocol which sends a set interface command on the Control endpoint. And calls the existing usbnet_resume thereafter Signed-off-by: Vikas Bansal Signed-off-by: Sumit Batra diff --

[PATCH] BugFix in XHCI controller driver for scatter gather DMA

2015-12-21 Thread Vikas Bansal
ff-by: Sumit Batra Signed-off-by: Vikas Bansal diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 7d34cbf..7363dee 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -3110,7 +3110,9 @@ static int queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_

[PATCH] BugFix in XHCI controller driver for scatter gather DMA

2015-12-21 Thread Vikas Bansal
ff-by: Sumit Batra Signed-off-by: Vikas Bansal diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 7d34cbf..862d7cd 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -3110,7 +3110,8 @@ static int queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_

[PATCH] Adding Reset resume support for CDC-EEM driver.

2015-12-21 Thread Vikas Bansal
bulk endpoints after the reset resume operation. Solution We have added a .reset_resume function for cdc_eem protocol which sends a set interface command on the Control endpoint. And calls the existing usbnet_resume thereafter Signed-off-by: Vikas Bansal Signed-off-by: Sumit Batra diff --

[PATCH] BugFix in XHCI controller driver for scatter gather DMA

2015-12-21 Thread Vikas Bansal
bulk endpoints after the reset resume operation. Solution We have added a .reset_resume function for cdc_eem protocol which sends a set interface command on the Control endpoint. And calls the existing usbnet_resume thereafter Signed-off-by: Vikas Bansal Signed-off-by: Sumit Batra diff --