public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
To: Xu Yang <xu.yang_2@nxp.com>
Cc: 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>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>, Frank Li <frank.li@nxp.com>,
	Li Jun <jun.li@nxp.com>, Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"imx@lists.linux.dev" <imx@lists.linux.dev>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v5 3/3] usb: dwc3: introduce flatten model driver of i.MX Soc
Date: Fri, 13 Feb 2026 23:40:26 +0000	[thread overview]
Message-ID: <20260213234023.ikgr3nene22i4ff7@synopsys.com> (raw)
In-Reply-To: <20260212-add-flatten-dts-based-dwc3-imx-driver-v5-3-ff04a75ce221@nxp.com>

On Thu, Feb 12, 2026, Xu Yang wrote:
> The i.MX USB glue and DWC3 core are closely coupled. Describe the i.MX
> USB block in a single block will bring more benefits than a parent-
> child relation. To support the flatten model devicetree, DWC3 USB core
> driver already support to directly register and initialize the core in
> glue layer using one device. And many notification can be received in
> glue layer timely and proper actions can be executed accordingly.
> 
> To align with mainstream, introduce a new driver to support flatten dwc3
> devicetree model for i.MX Soc. Besides this driver disables wakeup irq
> when system is active, no other function change in this version compared
> to dwc3-imx8mp.c. After this new driver is settled, only maintenance
> fixes will be added to dwc3-imx8mp.c, new features will only be added
> to this new driver. Once all users switch to this new one, the legacy
> driver will be removed at proper time.
> 
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> 
> ---
> Changes in v5:
>  - code change in glue.h by mistake, removed it
> Changes in v4:
>  - add dwc3_imx_get_property() to parse of node
>  - add some flags
>  - remove dev_dbg()
>  - add more info in commit message
> Changes in v3:
>  - update compatible as nxp,imx8mp-dwc3
> Changes in v2:
>  - improve commit message
>  - fix code style
>  - add IRQF_NO_AUTOEN
>  - remove pm_runtime_* in dwc3_imx_remove(), dwc3_core_remove()
>    will do that
> ---
>  drivers/usb/dwc3/Kconfig    |  12 ++
>  drivers/usb/dwc3/Makefile   |   1 +
>  drivers/usb/dwc3/dwc3-imx.c | 442 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 455 insertions(+)
> 

Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>

Thanks,
Thinh

      reply	other threads:[~2026-02-13 23:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-12  9:40 [PATCH v5 0/3] add DWC3 i.MX driver based on flatten devicetree Xu Yang
2026-02-12  9:40 ` [PATCH v5 1/3] dt-bindings: usb: introduce nxp,imx-dwc3 Xu Yang
2026-02-12  9:40 ` [PATCH v5 2/3] usb: dwc3: add needs_full_reinit flag Xu Yang
2026-02-13 23:37   ` Thinh Nguyen
2026-02-12  9:40 ` [PATCH v5 3/3] usb: dwc3: introduce flatten model driver of i.MX Soc Xu Yang
2026-02-13 23:40   ` Thinh Nguyen [this message]

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=20260213234023.ikgr3nene22i4ff7@synopsys.com \
    --to=thinh.nguyen@synopsys.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=imx@lists.linux.dev \
    --cc=jun.li@nxp.com \
    --cc=kernel@pengutronix.de \
    --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=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=xu.yang_2@nxp.com \
    /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