From: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
To: Frank Li <Frank.li@nxp.com>
Cc: Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"bjorn.andersson@oss.qualcomm.com"
<bjorn.andersson@oss.qualcomm.com>, Ze Huang <huang.ze@linux.dev>
Subject: Re: [PATCH v2 2/3] usb: dwc3: dwc3-generic-plat: add layerscape dwc3 support
Date: Thu, 25 Sep 2025 23:47:55 +0000 [thread overview]
Message-ID: <20250925234753.3q7nx6nuhi3ha5my@synopsys.com> (raw)
In-Reply-To: <20250925234225.6uaxndkhm5nq654s@synopsys.com>
On Thu, Sep 25, 2025, Thinh Nguyen wrote:
>
> @@ -2206,7 +2211,7 @@ int dwc3_core_probe(const struct dwc3_probe_data *data)
>
> dwc3_get_properties(dwc);
>
> - dwc3_get_software_properties(dwc);
> + dwc3_get_software_properties(dwc, &data->properties);
>
> dwc->usb_psy = dwc3_get_usb_power_supply(dwc);
> if (IS_ERR(dwc->usb_psy))
> @@ -2356,6 +2361,7 @@ static int dwc3_probe(struct platform_device *pdev)
>
> probe_data.dwc = dwc;
> probe_data.res = res;
> + probe_data.properties.gsbuscfg0_reqinfo = DWC3_GSBUSCFG0_REQINFO_UNSPECIFIED;
>
Sent a bit early. The change above should've been this:
probe_data.properties = DWC3_DEFAULT_PROPERTIES;
BR,
Thinh
next prev parent reply other threads:[~2025-09-25 23:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 20:22 [PATCH v2 0/3] usb: dwc3: add layerscape platform driver use flatten dwc3 core Frank Li
2025-09-23 20:22 ` [PATCH v2 1/3] dt-bindings: usb: add missed compatible string for arm64 layerscape Frank Li
2025-09-23 20:22 ` [PATCH v2 2/3] usb: dwc3: dwc3-generic-plat: add layerscape dwc3 support Frank Li
2025-09-24 22:13 ` Thinh Nguyen
2025-09-25 4:09 ` Frank Li
2025-09-25 23:42 ` Thinh Nguyen
2025-09-25 23:47 ` Thinh Nguyen [this message]
2025-09-23 20:22 ` [PATCH v2 3/3] arm64: dts: layerscape: add dma-coherent for usb node Frank Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250925234753.3q7nx6nuhi3ha5my@synopsys.com \
--to=thinh.nguyen@synopsys.com \
--cc=Frank.li@nxp.com \
--cc=bjorn.andersson@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=huang.ze@linux.dev \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh@kernel.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox