* [PATCH 0/4] usb: chipidea: Add support for s32g2 and s32g3 @ 2025-05-28 19:57 Dan Carpenter 2025-05-28 19:57 ` [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Dan Carpenter 0 siblings, 1 reply; 5+ messages in thread From: Dan Carpenter @ 2025-05-28 19:57 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Conor Dooley, devicetree, Fabio Estevam, imx, Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, linux-usb, Peng Fan, Pengutronix Kernel Team, Peter Chen, Rob Herring, Sascha Hauer, Shawn Guo, Xu Yang, Ghennadi Procopciuc, s32, linaro-s32 This patchset adds support for the s32g2 and s32g3 chips. Dan Carpenter (4): dt-bindings: usb: Add compatible strings for s32g2/s32g3 usb: chipidea: usbmisc: s32g: Re-apply init settings during resume usb: chipidea: s32g: Add usb support for s32g2 usb: chipidea: s32g: Add usb support for s32g3 .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 2 + .../devicetree/bindings/usb/fsl,usbmisc.yaml | 2 + drivers/usb/chipidea/ci_hdrc_imx.c | 6 ++ drivers/usb/chipidea/usbmisc_imx.c | 91 +++++++++++++++++++ 4 files changed, 101 insertions(+) -- 2.47.2 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 2025-05-28 19:57 [PATCH 0/4] usb: chipidea: Add support for s32g2 and s32g3 Dan Carpenter @ 2025-05-28 19:57 ` Dan Carpenter 2025-05-28 21:22 ` Frank Li 2025-05-29 9:32 ` Krzysztof Kozlowski 0 siblings, 2 replies; 5+ messages in thread From: Dan Carpenter @ 2025-05-28 19:57 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Xu Yang, Peng Fan, linux-usb, devicetree, linux-kernel, Ghennadi Procopciuc, s32, linaro-s32, Larisa Grigore, Ionut Vicovan From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> Add the compatible strings for the NXP s32g2 and s32g3. Signed-off-by: Larisa Grigore <larisa.grigore@nxp.com> Signed-off-by: Ionut Vicovan <Ionut.Vicovan@nxp.com> Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> --- Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 2 ++ Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml index cc5787a8cfa3..400d885fea96 100644 --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml @@ -24,6 +24,8 @@ properties: - nvidia,tegra114-udc - nvidia,tegra124-udc - qcom,ci-hdrc + - nxp,s32g2-usb + - nxp,s32g3-usb - items: - enum: - nvidia,tegra114-ehci diff --git a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml index 019435540df0..ca677d1a8274 100644 --- a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml +++ b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml @@ -21,6 +21,8 @@ properties: - fsl,imx53-usbmisc - fsl,imx6q-usbmisc - fsl,vf610-usbmisc + - nxp,s32g2-usbmisc + - nxp,s32g3-usbmisc - items: - enum: - fsl,imx6ul-usbmisc -- 2.47.2 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 2025-05-28 19:57 ` [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Dan Carpenter @ 2025-05-28 21:22 ` Frank Li 2025-06-02 5:49 ` Dan Carpenter 2025-05-29 9:32 ` Krzysztof Kozlowski 1 sibling, 1 reply; 5+ messages in thread From: Frank Li @ 2025-05-28 21:22 UTC (permalink / raw) To: Dan Carpenter Cc: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Xu Yang, Peng Fan, linux-usb, devicetree, linux-kernel, Ghennadi Procopciuc, s32, linaro-s32, Larisa Grigore, Ionut Vicovan On Wed, May 28, 2025 at 10:57:10PM +0300, Dan Carpenter wrote: > From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> > > Add the compatible strings for the NXP s32g2 and s32g3. > > Signed-off-by: Larisa Grigore <larisa.grigore@nxp.com> > Signed-off-by: Ionut Vicovan <Ionut.Vicovan@nxp.com> > Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> > Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 2 ++ > Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > index cc5787a8cfa3..400d885fea96 100644 > --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > @@ -24,6 +24,8 @@ properties: > - nvidia,tegra114-udc > - nvidia,tegra124-udc > - qcom,ci-hdrc > + - nxp,s32g2-usb > + - nxp,s32g3-usb keep alphabet order! Can you use b4 to send patch, look like cc list missed imx@lists.linux.dev Frank > - items: > - enum: > - nvidia,tegra114-ehci > diff --git a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml > index 019435540df0..ca677d1a8274 100644 > --- a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml > +++ b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml > @@ -21,6 +21,8 @@ properties: > - fsl,imx53-usbmisc > - fsl,imx6q-usbmisc > - fsl,vf610-usbmisc > + - nxp,s32g2-usbmisc > + - nxp,s32g3-usbmisc > - items: > - enum: > - fsl,imx6ul-usbmisc > -- > 2.47.2 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 2025-05-28 21:22 ` Frank Li @ 2025-06-02 5:49 ` Dan Carpenter 0 siblings, 0 replies; 5+ messages in thread From: Dan Carpenter @ 2025-06-02 5:49 UTC (permalink / raw) To: Frank Li Cc: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Xu Yang, Peng Fan, linux-usb, devicetree, linux-kernel, Ghennadi Procopciuc, s32, linaro-s32, Larisa Grigore, Ionut Vicovan On Wed, May 28, 2025 at 05:22:36PM -0400, Frank Li wrote: > On Wed, May 28, 2025 at 10:57:10PM +0300, Dan Carpenter wrote: > > From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> > > > > Add the compatible strings for the NXP s32g2 and s32g3. > > > > Signed-off-by: Larisa Grigore <larisa.grigore@nxp.com> > > Signed-off-by: Ionut Vicovan <Ionut.Vicovan@nxp.com> > > Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> > > Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> > > --- > > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 2 ++ > > Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml | 2 ++ > > 2 files changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > > index cc5787a8cfa3..400d885fea96 100644 > > --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > > +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > > @@ -24,6 +24,8 @@ properties: > > - nvidia,tegra114-udc > > - nvidia,tegra124-udc > > - qcom,ci-hdrc > > + - nxp,s32g2-usb > > + - nxp,s32g3-usb > > keep alphabet order! Ah, sure. > Can you use b4 to send patch, look like cc list missed > imx@lists.linux.dev It's MAINTAINERS file which is wrong here. $ ./scripts/get_maintainer.pl -f Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml Greg Kroah-Hartman <gregkh@linuxfoundation.org> (maintainer:USB SUBSYSTEM) Rob Herring <robh@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Krzysztof Kozlowski <krzk+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Conor Dooley <conor+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Xu Yang <xu.yang_2@nxp.com> (in file) Peng Fan <peng.fan@nxp.com> (in file) linux-usb@vger.kernel.org (open list:USB SUBSYSTEM) devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-kernel@vger.kernel.org (open list) USB SUBSYSTEM status: Supported regards, dan carpenter ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 2025-05-28 19:57 ` [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Dan Carpenter 2025-05-28 21:22 ` Frank Li @ 2025-05-29 9:32 ` Krzysztof Kozlowski 1 sibling, 0 replies; 5+ messages in thread From: Krzysztof Kozlowski @ 2025-05-29 9:32 UTC (permalink / raw) To: Dan Carpenter, Greg Kroah-Hartman Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Xu Yang, Peng Fan, linux-usb, devicetree, linux-kernel, Ghennadi Procopciuc, s32, linaro-s32, Larisa Grigore, Ionut Vicovan On 28/05/2025 21:57, Dan Carpenter wrote: > From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> > > Add the compatible strings for the NXP s32g2 and s32g3. Why these are not compatible? Explain the hardware in the commit msg. Your driver, although you did not Cc me on it, suggests they are compatible. Anyway you have entire commit msg to explain unusual things. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-02 5:49 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-05-28 19:57 [PATCH 0/4] usb: chipidea: Add support for s32g2 and s32g3 Dan Carpenter 2025-05-28 19:57 ` [PATCH 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Dan Carpenter 2025-05-28 21:22 ` Frank Li 2025-06-02 5:49 ` Dan Carpenter 2025-05-29 9:32 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).