Re: [PATCH] usb: host: plat: Enable xHCI plat runtime PM

From: Mathias Nyman
Date: Mon Apr 10 2017 - 06:07:10 EST


On 10.04.2017 10:57, Baolin Wang wrote:
Hi Mathias,

On 30 March 2017 at 11:26, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
Enable the xHCI plat runtime PM for parent device to suspend/resume
xHCI. Also call pm_runtime_forbid() in probe() function to force users
to explicitly enable runtime pm using power/control in sysfs, in case
some parent devices didn't implement runtime PM callbacks.

Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>
---
Any comments?

Patch looks good, but it didn't apply cleanly on top of the series going to
usb next last Friday.
I wanted those to go forward so this got postponed.

Can you rebase this on latest usb-next?

-Mathias