[PATCH v1 1/4] usb: dwc3: Add Google SoC DWC3 glue driver

Krzysztof Kozlowski krzk at kernel.org
Mon Oct 6 17:46:08 PDT 2025


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.

> 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



More information about the linux-arm-kernel mailing list