Re: [PATCH] usb: dwc3: qcom: Add shutdown callback for dwc3

2021-01-17 Thread sanm
On 2021-01-13 14:10, Felipe Balbi wrote: Hi, Sandeep Maheswaram writes: This patch adds a shutdown callback to USB DWC QCOM driver to ensure that it is properly shutdown in reboot/shutdown path. This is required where SMMU address translation is enabled like on SC7180 SoC and few others. If

Re: [PATCH] usb: dwc3: qcom: Add shutdown callback for dwc3

2021-01-13 Thread Felipe Balbi
Hi, Sandeep Maheswaram writes: > This patch adds a shutdown callback to USB DWC QCOM driver to ensure that > it is properly shutdown in reboot/shutdown path. This is required > where SMMU address translation is enabled like on SC7180 > SoC and few others. If the hardware is still accessing

Re: [PATCH] usb: dwc3: qcom: Add shutdown callback for dwc3

2021-01-12 Thread sanm
On 2020-11-12 12:00, Sandeep Maheswaram wrote: This patch adds a shutdown callback to USB DWC QCOM driver to ensure that it is properly shutdown in reboot/shutdown path. This is required where SMMU address translation is enabled like on SC7180 SoC and few others. If the hardware is still

[PATCH] usb: dwc3: qcom: Add shutdown callback for dwc3

2020-11-11 Thread Sandeep Maheswaram
This patch adds a shutdown callback to USB DWC QCOM driver to ensure that it is properly shutdown in reboot/shutdown path. This is required where SMMU address translation is enabled like on SC7180 SoC and few others. If the hardware is still accessing memory after SMMU translation is disabled as