All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] usb: chipidea: Add support for s32g2 and s32g3
@ 2025-06-12 18:50 Dan Carpenter
  2025-06-12 18:50 ` [PATCH 1/3 v2] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Ghennadi Procopciuc
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dan Carpenter @ 2025-06-12 18:50 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, s32, linaro-s32, Larisa Grigore,
	Ionut Vicovan, Ghennadi Procopciuc

This patchset adds support for the s32g2 and s32g3 chips.

The changes since v1:
* Put the device tree lines in alphabetical order.
* Add imx@lists.linux.dev to the CC list.
* Use power_lost_check() instead of creating a new REINIT_DURING_RESUME
  flag.
* Change the Copyright date.
* Leave the .compatible = "nxp,s32g3-usb" out of the ci_hdrc_imx.c
  driver because people can just specify both in the devicetree
  since they are compatible.

Ghennadi Procopciuc (3):
  dt-bindings: usb: Add compatible strings for s32g2/s32g3
  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            | 89 +++++++++++++++++++
 4 files changed, 99 insertions(+)

-- 
2.47.2


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

end of thread, other threads:[~2025-06-13 14:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 18:50 [PATCH 0/3 v2] usb: chipidea: Add support for s32g2 and s32g3 Dan Carpenter
2025-06-12 18:50 ` [PATCH 1/3 v2] dt-bindings: usb: Add compatible strings for s32g2/s32g3 Ghennadi Procopciuc
2025-06-13 14:47   ` Conor Dooley
2025-06-13 14:49   ` Frank Li
2025-06-12 18:50 ` [PATCH 2/3 v2] usb: chipidea: s32g: Add usb support for s32g2 Dan Carpenter
2025-06-13 14:53   ` Frank Li
2025-06-12 18:51 ` [PATCH 3/3 v2] usb: chipidea: s32g: Add usb support for s32g3 Dan Carpenter
2025-06-13 14:50 ` [PATCH 0/3 v2] usb: chipidea: Add support for s32g2 and s32g3 Frank Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.