public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Beniamino Galvani <b.galvani@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Enable USB host controller on Odroid-C2
Date: Sun, 18 Aug 2019 15:42:53 +0200	[thread overview]
Message-ID: <20190818134255.7135-1-b.galvani@gmail.com> (raw)

Hi,

these two patches enable the USB host controller on Odroid-C2. The
first patch adds a PHY driver; the second one enables the necessary
configuration options and updates the device tree.

Note that the DWC2 driver currently does not support enabling PHYs
from the device tree and so the following series (still on review) is
needed as runtime requirement for the second patch:

 [PATCH 0/5] usb: host: dwc2: use driver model for PHY and CLOCK

Thanks,
Beniamino

Beniamino Galvani (2):
  phy: meson: add GXBB PHY driver
  odroid-c2: enable USB host controller

 arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi |   8 +
 configs/odroid-c2_defconfig                  |   7 +
 drivers/phy/Kconfig                          |   8 +
 drivers/phy/Makefile                         |   1 +
 drivers/phy/meson-gxbb-usb2.c                | 235 +++++++++++++++++++
 include/configs/meson64.h                    |   5 +
 6 files changed, 264 insertions(+)
 create mode 100644 drivers/phy/meson-gxbb-usb2.c

-- 
2.21.0

             reply	other threads:[~2019-08-18 13:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18 13:42 Beniamino Galvani [this message]
2019-08-18 13:42 ` [U-Boot] [PATCH 1/2] phy: meson: add GXBB PHY driver Beniamino Galvani
2019-08-19  7:16   ` Neil Armstrong
2020-04-24  7:20   ` Neil Armstrong
2019-08-18 13:42 ` [U-Boot] [PATCH 2/2] odroid-c2: enable USB host controller Beniamino Galvani
2020-05-10 14:08   ` Beniamino Galvani
2020-05-11 13:03     ` Neil Armstrong
2019-08-28  8:22 ` [U-Boot] Enable USB host controller on Odroid-C2 Neil Armstrong
2019-10-18 14:54   ` Neil Armstrong
2020-03-27 13:35 ` Neil Armstrong
2020-04-19 20:16   ` Beniamino Galvani

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=20190818134255.7135-1-b.galvani@gmail.com \
    --to=b.galvani@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox