All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/6] i.MXRT1050 add Usb Host support
Date: Thu, 20 May 2021 16:10:12 +0200	[thread overview]
Message-ID: <20210520141018.2972320-1-giulio.benetti@benettiengineering.com> (raw)

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

             reply	other threads:[~2021-05-20 14:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20 14:10 Giulio Benetti [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210520141018.2972320-1-giulio.benetti@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.