devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] add USB2.0 support for i.MX95-19x19 EVK board
@ 2025-03-12  8:26 Xu Yang
  2025-03-12  8:26 ` [PATCH v5 1/6] dt-bindings: usb: chipidea: Add i.MX95 compatible string 'fsl,imx95-usb' Xu Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Xu Yang @ 2025-03-12  8:26 UTC (permalink / raw)
  To: gregkh, robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam, peter.chen
  Cc: linux-usb, devicetree, imx, jun.li

The i.MX95-19x19 EVK board features a USB 2.0 Type-A port, with this
series primarily introducing USB 2.0 support. In the i.MX95 architecture,
the USB wake-up handling mechanism is integrated within the HSIO block
control module, utilizing a dedicated wake-up interrupt. Therefore, we
also implemented corresponding wake-up logic code to properly manage this
functionality.

For detailed changes can refer to patch commit log.

v5:
 - add wakeup_irq valid checking
 - add Ab tag

v4:
 - add blkctl NULL checking
 - warning if wakeup setting is missing for imx95
 - add Tb tag 

v3:
 - fix possible build break
 - remove usbmisc_imx95_init()
 - add Rb tag in some patches

v2:
 - apply some suggestions
 - improve wakeup interrupt handling
 - add Rb tag in some patches

Xu Yang (6):
  dt-bindings: usb: chipidea: Add i.MX95 compatible string
    'fsl,imx95-usb'
  dt-bindings: usb: usbmisc-imx: add support for i.MX95 platform
  usb: chipidea: imx: add wakeup interrupt handling
  usb: chipidea: imx: add HSIO Block Control wakeup setting
  arm64: dts: imx95: add USB2.0 nodes
  arm64: dts: imx95-19x19-evk: enable USB2.0 node

 .../bindings/usb/chipidea,usb2-common.yaml    |  3 +
 .../bindings/usb/chipidea,usb2-imx.yaml       | 24 +++++-
 .../devicetree/bindings/usb/fsl,usbmisc.yaml  | 23 +++++-
 .../boot/dts/freescale/imx95-19x19-evk.dts    | 16 ++++
 arch/arm64/boot/dts/freescale/imx95.dtsi      | 30 ++++++++
 drivers/usb/chipidea/ci_hdrc_imx.c            | 37 +++++++++
 drivers/usb/chipidea/usbmisc_imx.c            | 77 +++++++++++++++++++
 7 files changed, 208 insertions(+), 2 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-03-18 14:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12  8:26 [PATCH v5 0/6] add USB2.0 support for i.MX95-19x19 EVK board Xu Yang
2025-03-12  8:26 ` [PATCH v5 1/6] dt-bindings: usb: chipidea: Add i.MX95 compatible string 'fsl,imx95-usb' Xu Yang
2025-03-12  8:26 ` [PATCH v5 2/6] dt-bindings: usb: usbmisc-imx: add support for i.MX95 platform Xu Yang
2025-03-12  8:26 ` [PATCH v5 3/6] usb: chipidea: imx: add wakeup interrupt handling Xu Yang
2025-03-17  3:26   ` Peter Chen (CIX)
2025-03-12  8:26 ` [PATCH v5 4/6] usb: chipidea: imx: add HSIO Block Control wakeup setting Xu Yang
2025-03-12  8:26 ` [PATCH v5 5/6] arm64: dts: imx95: add USB2.0 nodes Xu Yang
2025-03-12  8:27 ` [PATCH v5 6/6] arm64: dts: imx95-19x19-evk: enable USB2.0 node Xu Yang
2025-03-14  8:18 ` [PATCH v5 0/6] add USB2.0 support for i.MX95-19x19 EVK board Greg KH
2025-03-14  9:21   ` Xu Yang
2025-03-14 12:37     ` Greg KH
2025-03-18  7:24       ` Xu Yang
2025-03-18 13:12         ` Greg KH
2025-03-18 14:45           ` Xu Yang

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).