Re: [PATCH 1/5] usb: xhci: add the suspend/resume functionality

2013-07-25 Thread Felipe Balbi
HI, On Wed, Jul 24, 2013 at 10:54:47AM -0700, Sarah Sharp wrote: +#ifdef CONFIG_PM +static int xhci_plat_suspend(struct device *dev) +{ + struct usb_hcd *hcd = dev_get_drvdata(dev); + struct xhci_hcd *xhci = hcd_to_xhci(hcd); + + return

Re: [PATCH 1/5] usb: xhci: add the suspend/resume functionality

2013-07-24 Thread Alan Stern
On Tue, 23 Jul 2013, Sarah Sharp wrote: From: Vikas Sajjan vikas.saj...@linaro.org Adds power management support to xHCI platform driver. This patch facilitates the transition of xHCI host controller between S0 and S3/S4 power states, during suspend/resume cycles. Signed-off-by:

Re: [PATCH 1/5] usb: xhci: add the suspend/resume functionality

2013-07-24 Thread Sarah Sharp
On Wed, Jul 24, 2013 at 11:55:57AM -0400, Alan Stern wrote: On Tue, 23 Jul 2013, Sarah Sharp wrote: From: Vikas Sajjan vikas.saj...@linaro.org Adds power management support to xHCI platform driver. This patch facilitates the transition of xHCI host controller between S0 and S3/S4

Re: [PATCH 1/5] usb: xhci: add the suspend/resume functionality

2013-07-24 Thread Sarah Sharp
On Wed, Jul 24, 2013 at 01:02:31PM -0400, Alan Stern wrote: On Wed, 24 Jul 2013, Sarah Sharp wrote: +#ifdef CONFIG_PM +static int xhci_plat_suspend(struct device *dev) +{ + struct usb_hcd *hcd = dev_get_drvdata(dev); + struct xhci_hcd *xhci = hcd_to_xhci(hcd);

[PATCH 1/5] usb: xhci: add the suspend/resume functionality

2013-07-23 Thread Sarah Sharp
From: Vikas Sajjan vikas.saj...@linaro.org Adds power management support to xHCI platform driver. This patch facilitates the transition of xHCI host controller between S0 and S3/S4 power states, during suspend/resume cycles. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: