Re: [PATCH v3 1/2] usb: host: plat: Enable xhci plat runtime PM

2016-11-24 Thread Baolin Wang
On 24 November 2016 at 01:39, kbuild test robot wrote: > Hi Baolin, > > [auto build test ERROR on v4.9-rc6] > [also build test ERROR on next-20161123] > [cannot apply to balbi-usb/next usb/usb-testing] > [if your patch is applied to the wrong git tree, please drop us a note to >

Re: [PATCH v3 1/2] usb: host: plat: Enable xhci plat runtime PM

2016-11-23 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on v4.9-rc6] [also build test ERROR on next-20161123] [cannot apply to balbi-usb/next usb/usb-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v3 1/2] usb: host: plat: Enable xhci plat runtime PM

2016-11-23 Thread Baolin Wang
Enable the xhci plat runtime PM for parent device to suspend/resume xhci. Also call pm_runtime_get_noresume() in probe() function in case the parent device doesn't call suspend/resume callback by runtime PM now. Signed-off-by: Baolin Wang --- Changes since v2: - Add