All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Enable USB and ENETC on i.MX943 EVK
@ 2025-09-23 11:11 Alice Guo (OSS)
  2025-09-23 11:11 ` [PATCH 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95 Alice Guo (OSS)
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Alice Guo (OSS) @ 2025-09-23 11:11 UTC (permalink / raw)
  To: Marek Vasut, Tom Rini, Stefano Babic, Fabio Estevam,
	NXP i.MX U-Boot Team, Alice Guo, Lukasz Majewski,
	Mattijs Korpershoek, Joe Hershberger, Ramon Fried
  Cc: u-boot, Ye Li, Peng Fan, Jacky Bai, Marek Vasut, Frank Li

Changes for v1:
 - Adding USB2 and USB3 device tree nodes with required PHY and
   regulator support.
 - Enabling ENETC1 and ENETC2.
 - Updating Kconfig and DTSI files to support these interfaces.

This series depends on "imx: add i.MX94 support".

Signed-off-by: Alice Guo <alice.guo@nxp.com>
---
Alice Guo (6):
      usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
      arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
      imx943_evk: Enable USB 2.0 controller host mode
      phy: imx8mq-usb: Add SPL support for i.MX8MQ, i.MX8MP, i.MX95, and i.MX94 USB3.0 PHY
      imx943_evk: Add support for booting from USB SDP on USB3.0
      imx943_evk: Enable ENETC1 and ENETC2

Frank Li (1):
      Add serial# for SPL SDP download

Ye Li (3):
      usb: f_sdp: Update SDP driver to support PQC container
      net: fsl_enetc: Add i.MX94 support to NETC block control driver
      net: fsl_enetc_mdio: Add support for phy-supply property

 arch/arm/dts/imx943-evk-u-boot.dtsi       | 182 ++++++++++++++++
 arch/arm/dts/imx943-u-boot.dtsi           | 234 +++++++++++++++++++++
 arch/arm/include/asm/arch-imx9/imx-regs.h |   5 +
 arch/arm/mach-imx/spl.c                   |  10 +
 configs/imx943_evk_defconfig              |  30 +++
 drivers/net/Kconfig                       |   5 +-
 drivers/net/fsl_enetc_mdio.c              |  25 +++
 drivers/net/fsl_enetc_netc_blk_ctrl.c     | 338 +++++++++++++++++++++++++++++-
 drivers/phy/Kconfig                       |  14 +-
 drivers/phy/Makefile                      |   2 +-
 drivers/usb/gadget/f_sdp.c                |   2 +-
 drivers/usb/host/Kconfig                  |   6 +-
 12 files changed, 835 insertions(+), 18 deletions(-)
---
base-commit: a82d2da84090eb64cf6f8270ec93380641f32867
change-id: 20250923-usbnetc-62095b487e9a

Best regards,
-- 
Alice Guo <alice.guo@oss.nxp.com>


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

end of thread, other threads:[~2025-10-11  9:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 11:11 [PATCH 00/10] Enable USB and ENETC on i.MX943 EVK Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95 Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 02/10] arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 03/10] imx943_evk: Enable USB 2.0 controller host mode Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 04/10] Add serial# for SPL SDP download Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 05/10] usb: f_sdp: Update SDP driver to support PQC container Alice Guo (OSS)
2025-09-29  8:51   ` Mattijs Korpershoek
2025-09-23 11:11 ` [PATCH 06/10] phy: imx8mq-usb: Add SPL support for i.MX8MQ, i.MX8MP, i.MX95, and i.MX94 USB3.0 PHY Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 07/10] imx943_evk: Add support for booting from USB SDP on USB3.0 Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 08/10] net: fsl_enetc: Add i.MX94 support to NETC block control driver Alice Guo (OSS)
2025-10-11  9:39   ` Ye Li
2025-09-23 11:11 ` [PATCH 09/10] net: fsl_enetc_mdio: Add support for phy-supply property Alice Guo (OSS)
2025-09-23 11:11 ` [PATCH 10/10] imx943_evk: Enable ENETC1 and ENETC2 Alice Guo (OSS)
2025-10-07 11:23 ` [PATCH 00/10] Enable USB and ENETC on i.MX943 EVK Fabio Estevam
2025-10-07 11:27   ` Marek Vasut
2025-10-09 22:42     ` Fabio Estevam
2025-10-10 14:22       ` Mattijs Korpershoek

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.