[PATCH v1 1/4] usb: dwc3: Add Google SoC DWC3 glue driver
Roy Luo
royluo at google.com
Tue Oct 7 11:08:05 PDT 2025
On Mon, Oct 6, 2025 at 5:46 PM Krzysztof Kozlowski <krzk at kernel.org> wrote:
>
> On 07/10/2025 08:21, Roy Luo wrote:
> > This patch adds support for the DWC3 USB controller found on Google
>
> Please read submitting patches, how this should be written.
Will use imperative mood in the next patch.
>
> > Tensor SoCs. The controller features dual-role functionality and
> > hibernation.
>
>
>
> > +
> > +static const struct dev_pm_ops dwc3_google_dev_pm_ops = {
> > + SET_SYSTEM_SLEEP_PM_OPS(dwc3_google_pm_suspend, dwc3_google_pm_resume)
> > + SET_RUNTIME_PM_OPS(dwc3_google_runtime_suspend, dwc3_google_runtime_resume,
> > + dwc3_google_runtime_idle)
> > + .complete = dwc3_google_complete,
> > + .prepare = dwc3_google_prepare,
> > +};
> > +
> > +static const struct of_device_id dwc3_google_of_match[] = {
> > + { .compatible = "google,snps-dwc3" },
>
> You cannot use compatible before documenting it. Read submitting patches.
>
> Best regards,
> Krzysztof
Will change the ordering so that the dt binding patch goes first.
Thanks,
Roy Luo
More information about the linux-phy
mailing list