Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
Hi, Grigor Tovmasyan writes: > On 3/12/2018 5:34 PM, Felipe Balbi wrote: >> >> Hi, >> >> Grigor Tovmasyan writes: >>> One more thing. >>> >>> In "969d58abe57d usb: dwc2: Enable LPM" patch the author's (John Youn) >>> Signed-off is

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Grigor Tovmasyan
On 3/12/2018 5:34 PM, Felipe Balbi wrote: > > Hi, > > Grigor Tovmasyan writes: >> One more thing. >> >> In "969d58abe57d usb: dwc2: Enable LPM" patch the author's (John Youn) >> Signed-off is missing. >> >> Could you please manually add his Signed-off

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
Hi, Grigor Tovmasyan writes: > One more thing. > > In "969d58abe57d usb: dwc2: Enable LPM" patch the author's (John Youn) > Signed-off is missing. > > Could you please manually add his Signed-off ("Signed-off-by: John Youn > ") or it's

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Grigor Tovmasyan
One more thing. In "969d58abe57d usb: dwc2: Enable LPM" patch the author's (John Youn) Signed-off is missing. Could you please manually add his Signed-off ("Signed-off-by: John Youn ") or it's against rules? On 3/12/2018 5:07 PM, Felipe Balbi wrote: > > (no

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
(no top-posting!!) Grigor Tovmasyan writes: > Hi, > > Yes. I'm verifying, it's okay. > > Sorry for inconvenience. thank you. I'll move the changes to 'next'. -- balbi signature.asc Description: PGP signature

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Grigor Tovmasyan
Hi, Yes. I'm verifying, it's okay. Sorry for inconvenience. Thanks, Grigor. On 3/12/2018 4:47 PM, Felipe Balbi wrote: > > (please avoid top-posting) > > Hi, > > Grigor Tovmasyan writes: >> Hi Balbi, >> >> Please also cherry-pick following commit from your

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
(please avoid top-posting) Hi, Grigor Tovmasyan writes: > Hi Balbi, > > Please also cherry-pick following commit from your 'testing/next' to > 'tmp' right before 01/14. It will solve the problem. > > 969d58abe57d usb: dwc2: Enable LPM testing/next has been

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Grigor Tovmasyan
Hi Balbi, Please also cherry-pick following commit from your 'testing/next' to 'tmp' right before 01/14. It will solve the problem. 969d58abe57d usb: dwc2: Enable LPM On 3/12/2018 4:03 PM, Felipe Balbi wrote: > > Hi, > > Grigor Tovmasyan writes: >> Hi Balbi,

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
Hi, Grigor Tovmasyan writes: > Hi Balbi, > > Did you tried to apply your patch of the top of your testing/next branch? > > If yes, could you please apply 01/14 ("[PATCH v1 01/14] usb: dwc2: > Rename hibernation to partial_power_down") > and 02/14 ([PATCH v1

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Grigor Tovmasyan
Hi Balbi, Did you tried to apply your patch of the top of your testing/next branch? If yes, could you please apply 01/14 ("[PATCH v1 01/14] usb: dwc2: Rename hibernation to partial_power_down") and 02/14 ([PATCH v1 02/14] usb: dwc2: Add hibernation field into dwc2_hw_params) patches right

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-12 Thread Felipe Balbi
Grigor Tovmasyan writes: > Hi Balbi, > > This patch didn't apply, because you missing 01/14 and 02/14 commits > from this patch seria. > Please apply following patches and try again. > [PATCH v1 01/14] usb: dwc2: Rename hibernation to partial_power_down > [PATCH v1

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-09 Thread Grigor Tovmasyan
Hi Balbi, This patch didn't apply, because you missing 01/14 and 02/14 commits from this patch seria. Please apply following patches and try again. [PATCH v1 01/14] usb: dwc2: Rename hibernation to partial_power_down [PATCH v1 02/14] usb: dwc2: Add hibernation field into dwc2_hw_params On

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-09 Thread Grigor Tovmasyan
Hi Balbi, Seems like your testing/next was changed. I will rebese and send them again. On 3/9/2018 1:07 PM, Felipe Balbi wrote: > Grigor Tovmasyan writes: > >> From: Vardan Mikayelyan >> >> These are wrapper functions which are calling

Re: [PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-03-09 Thread Felipe Balbi
Grigor Tovmasyan writes: > From: Vardan Mikayelyan > > These are wrapper functions which are calling device or host > enter/exit hibernation functions. > > Signed-off-by: Vardan Mikayelyan > Signed-off-by: John Youn

[PATCH v1 10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()

2018-02-16 Thread Grigor Tovmasyan
From: Vardan Mikayelyan These are wrapper functions which are calling device or host enter/exit hibernation functions. Signed-off-by: Vardan Mikayelyan Signed-off-by: John Youn Signed-off-by: Grigor Tovmasyan