All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] imx8mm: Add serial download support
@ 2021-07-03 19:58 Fabio Estevam
  2021-07-03 19:58 ` [PATCH 1/8] imx8mm: Fix USB reg addresses for i.MX8MM Fabio Estevam
                   ` (7 more replies)
  0 siblings, 8 replies; 25+ messages in thread
From: Fabio Estevam @ 2021-07-03 19:58 UTC (permalink / raw)
  To: sbabic; +Cc: marex, u-boot, frieder.schrempf, tharvey, uboot-imx, Fabio Estevam

This series brings USB gadget support for i.MX8MM
and allows the usage of the Serial Download Protocol,
which is a convenient way for loading U-Boot via the 
'uuu' tool and and flashing the eMMC via the U-Boot 
'ums' command.

Tested on imx8mm-evk and imx7s-warp.

Fabio Estevam (4):
  usb: ehci-mx6: Allow building SDP for imx8mm
  imx8mm_evk: Add an entry for USB boot
  imx8mm_evk: Add Serial Download Protocol support
  doc: imx8mm_evk: Add instructions for eMMC boot

Frieder Schrempf (2):
  imx8mm: Fix USB reg addresses for i.MX8MM
  clock_imx8mm: Add enable_usboh3_clk() for i.MX8MM

Tim Harvey (2):
  usb: ehci-mx6: move mode set/detect to probe
  usb: ehci-mx6: add IMX8MM and IMX8MN OTG support

 arch/arm/include/asm/arch-imx8m/clock.h    |  1 +
 arch/arm/include/asm/arch-imx8m/imx-regs.h | 11 ++++
 arch/arm/mach-imx/imx8m/clock_imx8mm.c     | 16 ++++++
 board/freescale/imx8mm_evk/spl.c           |  2 +
 configs/imx8mm_evk_defconfig               | 19 +++++++
 doc/board/freescale/imx8mm_evk.rst         | 42 +++++++++++++--
 drivers/usb/host/ehci-mx6.c                | 62 ++++++++++------------
 7 files changed, 114 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-28 10:41 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03 19:58 [PATCH 0/8] imx8mm: Add serial download support Fabio Estevam
2021-07-03 19:58 ` [PATCH 1/8] imx8mm: Fix USB reg addresses for i.MX8MM Fabio Estevam
2021-07-03 20:55   ` Marek Vasut
2021-07-03 21:38     ` Fabio Estevam
2021-07-04  1:04       ` Marek Vasut
2021-07-04 15:35         ` Fabio Estevam
2021-07-04 19:25           ` Marek Vasut
2021-07-06 16:11             ` Tim Harvey
2021-07-06 21:17               ` Marek Vasut
2021-07-07 17:37                 ` Simon Glass
2021-07-03 19:58 ` [PATCH 2/8] clock_imx8mm: Add enable_usboh3_clk() for i.MX8M Fabio Estevam
2021-08-06 12:12   ` Stefano Babic
2021-07-03 19:58 ` [PATCH 3/8] usb: ehci-mx6: move mode set/detect to probe Fabio Estevam
2021-07-03 19:58 ` [PATCH 4/8] usb: ehci-mx6: add IMX8MM and IMX8MN OTG support Fabio Estevam
2021-07-03 19:58 ` [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm Fabio Estevam
2021-07-03 20:57   ` Marek Vasut
2021-07-03 21:39     ` Fabio Estevam
2022-03-27 21:02   ` Jaap Crezee
2022-03-27 21:43     ` Fabio Estevam
2022-03-28  7:17       ` Jaap Crezee
2022-03-28 10:26     ` Tommaso Merciai
2022-03-28 10:41       ` Jaap Crezee
2021-07-03 19:58 ` [PATCH 6/8] imx8mm_evk: Add an entry for USB boot Fabio Estevam
2021-07-03 19:58 ` [PATCH 7/8] imx8mm_evk: Add Serial Download Protocol support Fabio Estevam
2021-07-03 19:58 ` [PATCH 8/8] doc: imx8mm_evk: Add instructions for eMMC boot Fabio Estevam

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.