All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] i.MXRT1050 add Usb Host support
@ 2021-05-20 14:10 Giulio Benetti
  2021-05-20 14:10 ` [PATCH 1/6] ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev() Giulio Benetti
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Giulio Benetti @ 2021-05-20 14:10 UTC (permalink / raw)
  To: u-boot

This patchset adds Usb Host support for imxrt1050-evk board adjusting the
compatible driver ehci-mx6. This allows to read a FAT usb key connected
to usbotg1 port of imxrt1050-evk board.

Giulio Benetti (6):
  ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev()
  clk: imx: clk-imxrt1050: introduce IMXRT1050_CLK_USBOH3
  usb: ehci-mx6: add support for i.MXRT
  ARM: dts: imxrt1050: add usbotg1, usbphy1 and usbmisc nodes
  ARM: dts: imxrt1050-evk: enable usbotg1 node as host
  configs: imxrt1050-evk: enable host usb support and its command

 arch/arm/dts/imxrt1050-evk.dts              |  5 ++++
 arch/arm/dts/imxrt1050.dtsi                 | 27 +++++++++++++++++++++
 arch/arm/include/asm/arch-imx/cpu.h         |  3 +++
 arch/arm/include/asm/arch-imxrt/imx-regs.h  |  4 +++
 arch/arm/include/asm/mach-imx/sys_proto.h   |  4 +++
 arch/arm/mach-imx/imxrt/soc.c               | 12 +++++++++
 configs/imxrt1050-evk_defconfig             |  7 +++++-
 drivers/clk/imx/clk-imxrt1050.c             |  2 ++
 drivers/usb/host/Kconfig                    |  2 +-
 drivers/usb/host/ehci-mx6.c                 | 13 +++++-----
 include/dt-bindings/clock/imxrt1050-clock.h |  3 ++-
 11 files changed, 73 insertions(+), 9 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2021-06-09 13:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 14:10 [PATCH 0/6] i.MXRT1050 add Usb Host support Giulio Benetti
2021-05-20 14:10 ` [PATCH 1/6] ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev() Giulio Benetti
2021-06-09 13:43   ` sbabic
2021-05-20 14:10 ` [PATCH 2/6] clk: imx: clk-imxrt1050: introduce IMXRT1050_CLK_USBOH3 Giulio Benetti
2021-06-09 13:44   ` sbabic
2021-05-20 14:10 ` [PATCH 3/6] usb: ehci-mx6: add support for i.MXRT Giulio Benetti
2021-05-20 15:06   ` Marek Vasut
2021-06-09 13:42   ` sbabic
2021-05-20 14:10 ` [PATCH 4/6] ARM: dts: imxrt1050: add usbotg1, usbphy1 and usbmisc nodes Giulio Benetti
2021-05-20 15:08   ` Marek Vasut
2021-06-09 13:42   ` sbabic
2021-05-20 14:10 ` [PATCH 5/6] ARM: dts: imxrt1050-evk: enable usbotg1 node as host Giulio Benetti
2021-06-09 13:42   ` sbabic
2021-05-20 14:10 ` [PATCH 6/6] configs: imxrt1050-evk: enable host usb support and its command Giulio Benetti
2021-06-09 13:42   ` sbabic

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.