devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add i.MX8MP-EVK USB Gadget Support
@ 2023-05-04 13:46 Marco Felsch
  2023-05-04 13:46 ` [PATCH v2 1/4] dt-bindings: usb: gpio-sbu-mux: add support for ss-data lanes mux Marco Felsch
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Marco Felsch @ 2023-05-04 13:46 UTC (permalink / raw)
  To: andreas, jun.li, Greg Kroah-Hartman, Rob Herring,
	Krzysztof Kozlowski, Bjorn Andersson, Heikki Krogerus,
	Guenter Roeck, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team
  Cc: linux-usb, devicetree, linux-kernel, linux-arm-kernel,
	Marco Felsch

Hi all,

this adds the usb gadget support to the i.MX8MP-EVK. This Series is
based on [1] and therefore it is already a v2. Thanks to Li and Andreas
for the very useful feedback.

Patch1-3: Add the mssing support for USB-SS GPIO muxes. This is required
          to have proper USB-SS support on the EVK.

Patch4: Adds the devicetree integration.

[1] https://lore.kernel.org/all/20230323105826.2058003-1-m.felsch@pengutronix.de/

Regards,
  Marco

---
Marco Felsch (4):
      dt-bindings: usb: gpio-sbu-mux: add support for ss-data lanes mux
      usb: typec: mux: gpio-sbu-mux: add support for ss data lane muxing
      usb: typec: tcpci: clear the fault status bit
      arm64: dts: imx8mp-evk: add dual-role usb port1 support

 .../devicetree/bindings/usb/gpio-sbu-mux.yaml      | 82 +++++++++++++++++---
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts       | 88 ++++++++++++++++++++++
 drivers/usb/typec/mux/Kconfig                      |  5 +-
 drivers/usb/typec/mux/gpio-sbu-mux.c               | 18 ++++-
 drivers/usb/typec/tcpm/tcpci.c                     |  5 ++
 include/linux/usb/tcpci.h                          |  1 +
 6 files changed, 185 insertions(+), 14 deletions(-)
---
base-commit: 457391b0380335d5e9a5babdec90ac53928b23b4
change-id: 20230504-b4-v6-3-topic-boards-imx8mp-evk-dual-role-usb-8dcf6274d9df

Best regards,
-- 
Marco Felsch <m.felsch@pengutronix.de>


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

end of thread, other threads:[~2023-08-17  8:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 13:46 [PATCH v2 0/4] Add i.MX8MP-EVK USB Gadget Support Marco Felsch
2023-05-04 13:46 ` [PATCH v2 1/4] dt-bindings: usb: gpio-sbu-mux: add support for ss-data lanes mux Marco Felsch
2023-05-04 14:08   ` Rob Herring
2023-05-04 14:29     ` Marco Felsch
2023-05-04 19:47   ` Rob Herring
2023-05-04 13:46 ` [PATCH v2 2/4] usb: typec: mux: gpio-sbu-mux: add support for ss data lane muxing Marco Felsch
2023-05-04 15:46   ` kernel test robot
2023-05-04 13:46 ` [PATCH v2 3/4] usb: typec: tcpci: clear the fault status bit Marco Felsch
2023-05-04 14:08   ` Guenter Roeck
2023-05-04 14:27     ` Marco Felsch
2023-05-04 15:27       ` Guenter Roeck
2023-05-04 16:52         ` Marco Felsch
2023-08-16 16:29       ` Fabio Estevam
2023-08-17  8:00         ` Marco Felsch
2023-05-04 13:46 ` [PATCH v2 4/4] arm64: dts: imx8mp-evk: add dual-role usb port1 support Marco Felsch
2023-05-14 13:21 ` [PATCH v2 0/4] Add i.MX8MP-EVK USB Gadget Support Shawn Guo
2023-05-15  3:48   ` Greg Kroah-Hartman

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