Re: [PATCH v5 2/4] usb: dwc3: host: Add suspend_quirk for dwc3 host

2021-03-23 Thread Matthias Kaehlcke
On Mon, Mar 22, 2021 at 11:01:18PM +0530, Sandeep Maheswaram wrote: > Adding suspend quirk function for dwc3 host which will be called > during xhci suspend. > Setting hs_phy_mode, ss_phy_mode , phy_power_off flags and phy mode > during host suspend. > > Signed-off-by: Sandeep Maheswaram > --- >

Re: [PATCH v5 2/4] usb: dwc3: host: Add suspend_quirk for dwc3 host

2021-03-23 Thread Greg Kroah-Hartman
On Mon, Mar 22, 2021 at 11:01:18PM +0530, Sandeep Maheswaram wrote: > Adding suspend quirk function for dwc3 host which will be called > during xhci suspend. > Setting hs_phy_mode, ss_phy_mode , phy_power_off flags and phy mode > during host suspend. > > Signed-off-by: Sandeep Maheswaram > --- >

Re: [PATCH v5 2/4] usb: dwc3: host: Add suspend_quirk for dwc3 host

2021-03-23 Thread Greg Kroah-Hartman
On Mon, Mar 22, 2021 at 11:01:18PM +0530, Sandeep Maheswaram wrote: > Adding suspend quirk function for dwc3 host which will be called > during xhci suspend. What does xhci have to do with this? And where is the user of this quirk function in this series? > Setting hs_phy_mode, ss_phy_mode , phy

[PATCH v5 2/4] usb: dwc3: host: Add suspend_quirk for dwc3 host

2021-03-22 Thread Sandeep Maheswaram
Adding suspend quirk function for dwc3 host which will be called during xhci suspend. Setting hs_phy_mode, ss_phy_mode , phy_power_off flags and phy mode during host suspend. Signed-off-by: Sandeep Maheswaram --- drivers/usb/dwc3/core.h | 3 +++ drivers/usb/dwc3/host.c | 58