Re: [PATCH 07/12] usb: dwc2: Update enter clock gating when port is suspended

2021-04-13 Thread Greg Kroah-Hartman
On Tue, Apr 13, 2021 at 12:22:35PM +0300, Sergei Shtylyov wrote: > Hello! > > On 13.04.2021 10:17, Artur Petrosyan wrote: > > > Updates the implementation of entering clock gating mode > > when core receives port suspend. > > Instead of setting the required bit fields of the registers > > inline,

Re: [PATCH 07/12] usb: dwc2: Update enter clock gating when port is suspended

2021-04-13 Thread Sergei Shtylyov
Hello! On 13.04.2021 10:17, Artur Petrosyan wrote: Updates the implementation of entering clock gating mode when core receives port suspend. Instead of setting the required bit fields of the registers inline, called the "dwc2_host_enter_clock_gating()" function. Signed-off-by: Artur Petrosyan

[PATCH 07/12] usb: dwc2: Update enter clock gating when port is suspended

2021-04-13 Thread Artur Petrosyan
Updates the implementation of entering clock gating mode when core receives port suspend. Instead of setting the required bit fields of the registers inline, called the "dwc2_host_enter_clock_gating()" function. Signed-off-by: Artur Petrosyan --- drivers/usb/dwc2/hcd.c | 19 ---