From: Ran Wang <ran.wang_1@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/6] dwc3-generic: Add Layerscape support
Date: Wed, 21 Oct 2020 18:02:23 +0800 [thread overview]
Message-ID: <20201021100229.18366-1-ran.wang_1@nxp.com> (raw)
Hello,
The purpose of this patch set is to switch from driver xhci-fsl to
dwc3-generic for DWC3 IP on Layerscape platforms. Whith this change, now
user can enable USB device mode by merely updating property 'dr_mode'
accordingly.
I also port some DWC3's errata workaorunds from driver
xhci-fsl (by referring to Linux kernel mainline version implemenattion).
Besides that, I fixed a PHY init problem which observed on Lyerscape
platforms (such as LS1088ardb).
Regards,
Ran
Change in v2:
- Remove [2/7] usb: dwc3: add disable receiver detection in P3 quirk, because
I found it causes Linux kenrel fail to detect USB device, need further check.
Ran Wang (6):
usb: dwc3: Add frame length adjustment quirk
usb: dwc3: Enable undefined length INCR burst type
usb: dwc3-generic: fix dwc3_setup_phy() return -ENOTSUPP causing init
failure
usb: dwc3-generic: Add support for the layerscape
configs: ls1088a: add usb mass storage (device mode) support
arm: dts: ls1088a: change dwc3 compatible to match dwc3-generic driver
arch/arm/dts/fsl-ls1088a.dtsi | 38 ++++++---
configs/ls1088aqds_defconfig | 5 ++
configs/ls1088aqds_qspi_defconfig | 5 ++
configs/ls1088aqds_sdcard_ifc_defconfig | 5 ++
configs/ls1088aqds_sdcard_qspi_defconfig | 5 ++
configs/ls1088aqds_tfa_defconfig | 5 ++
configs/ls1088ardb_qspi_defconfig | 5 ++
configs/ls1088ardb_sdcard_qspi_defconfig | 5 ++
configs/ls1088ardb_tfa_defconfig | 5 ++
drivers/usb/dwc3/core.c | 130 +++++++++++++++++++++++++++++++
drivers/usb/dwc3/core.h | 20 +++++
drivers/usb/dwc3/dwc3-generic.c | 3 +-
12 files changed, 220 insertions(+), 11 deletions(-)
--
2.7.4
next reply other threads:[~2020-10-21 10:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-21 10:02 Ran Wang [this message]
2020-10-21 10:02 ` [PATCH v2 1/6] usb: dwc3: Add frame length adjustment quirk Ran Wang
2020-11-30 1:45 ` Ran Wang
2020-10-21 10:02 ` [PATCH v2 2/6] usb: dwc3: Enable undefined length INCR burst type Ran Wang
2020-10-21 10:02 ` [PATCH v2 3/6] usb: dwc3-generic: fix dwc3_setup_phy() return -ENOTSUPP causing init failure Ran Wang
2020-10-21 10:02 ` [PATCH v2 4/6] usb: dwc3-generic: Add support for the layerscape Ran Wang
2020-10-21 10:02 ` [PATCH v2 5/6] configs: ls1088a: add usb mass storage (device mode) support Ran Wang
2020-10-21 10:02 ` [PATCH v2 6/6] arm: dts: ls1088a: change dwc3 compatible to match dwc3-generic driver Ran Wang
2021-10-03 17:23 ` Michael Walle
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=20201021100229.18366-1-ran.wang_1@nxp.com \
--to=ran.wang_1@nxp.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