public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/4] Allwinner H6 USB3 support
Date: Wed, 21 Apr 2021 11:43:47 +0100	[thread overview]
Message-ID: <20210421114347.5a75aa4f@slackpad.fritz.box> (raw)
In-Reply-To: <20210417142059.45337-1-samuel@sholland.org>

On Sat, 17 Apr 2021 09:20:55 -0500
Samuel Holland <samuel@sholland.org> wrote:

Hi,

> This series adds PHY and XHCI driver support for the USB3 controller
> found in the Allwinner H6 SoC.

Thanks for the update!

> It has been tested and working on both
> boards enabled in patch 4, although some users experience issues[1].
> 
> [1]: https://lists.denx.de/pipermail/u-boot/2021-February/440767.html

So I could not reproduce those issues either, it works for me fine on my
Pine-H64. I'd suggest we merge those patches, and check for more
reports from more users.

Bin, Marek: can you push patches 1, 2 and 3 to the USB tree, to get
them into the current merge window, still? I would then push 4/4
(pending possible fixes) once the first three reached mainline.

And btw: the first two patches of the original v1 series (adding the
sunxi clocks and reset bits) have been merged into master last week
already.

Thanks,
Andre

> Changes from v1:
>   - Dropped patches 1-2 (already in u-boot-sunxi/master) and rebased
>   - Added Andre's Reviewed-by on the PHY driver
>   - Fixed error handling in xhci_pci_probe
> 
> Samuel Holland (4):
>   phy: sun50i-usb3: Add a driver for the H6 USB3 PHY
>   usb: xhci-pci: Move reset logic out of XHCI core
>   usb: xhci-dwc3: Add support for clocks/resets
>   configs: Enable USB3 on Allwinner H6 boards
> 
>  configs/orangepi_3_defconfig            |   5 +
>  configs/pine_h64_defconfig              |   5 +
>  drivers/phy/allwinner/Kconfig           |   8 ++
>  drivers/phy/allwinner/Makefile          |   1 +
>  drivers/phy/allwinner/phy-sun50i-usb3.c | 171 ++++++++++++++++++++++++
>  drivers/usb/host/xhci-dwc3.c            |  56 ++++++++
>  drivers/usb/host/xhci-mem.c             |   2 -
>  drivers/usb/host/xhci-pci.c             |  51 ++++++-
>  drivers/usb/host/xhci.c                 |  35 -----
>  include/usb/xhci.h                      |   2 -
>  10 files changed, 293 insertions(+), 43 deletions(-)
>  create mode 100644 drivers/phy/allwinner/phy-sun50i-usb3.c
> 

  parent reply	other threads:[~2021-04-21 10:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-17 14:20 [PATCH v2 0/4] Allwinner H6 USB3 support Samuel Holland
2021-04-17 14:20 ` [PATCH v2 1/4] phy: sun50i-usb3: Add a driver for the H6 USB3 PHY Samuel Holland
2021-04-17 14:20 ` [PATCH v2 2/4] usb: xhci-pci: Move reset logic out of XHCI core Samuel Holland
2021-04-21 10:36   ` Andre Przywara
2021-04-21 13:36     ` Samuel Holland
2021-04-21 14:58       ` Andre Przywara
2021-07-05  8:04   ` Bin Meng
2021-07-05  8:19     ` Marek Vasut
2021-07-05  8:38       ` Bin Meng
2021-07-05  9:06         ` Andre Przywara
2021-07-05  9:18           ` Bin Meng
2021-07-05 10:45             ` Marek Vasut
2021-07-05 12:12               ` Andre Przywara
2021-07-05  9:20         ` Marek Vasut
2021-04-17 14:20 ` [PATCH v2 3/4] usb: xhci-dwc3: Add support for clocks/resets Samuel Holland
2021-04-21 10:37   ` Andre Przywara
2021-04-17 14:20 ` [PATCH v2 4/4] configs: Enable USB3 on Allwinner H6 boards Samuel Holland
2021-04-21 10:37   ` Andre Przywara
2021-04-21 10:43 ` Andre Przywara [this message]
2021-04-21 10:53   ` [PATCH v2 0/4] Allwinner H6 USB3 support Marek Vasut
2021-07-04 23:09     ` Andre Przywara
2021-07-05  1:18       ` Bin Meng

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=20210421114347.5a75aa4f@slackpad.fritz.box \
    --to=andre.przywara@arm.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