From: Marek Vasut <marex@denx.de>
To: Tom Rini <trini@konsulko.com>,
Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: [PULL] u-boot-usb/next
Date: Wed, 22 Feb 2023 16:36:08 +0100 [thread overview]
Message-ID: <d2a9ca1e-c1c1-b307-c0f5-b693ded8a027@denx.de> (raw)
The following changes since commit 4eb7c5030d3f3c707c02a64dc8ea90de3da89928:
Merge tag 'efi-2023-04-rc3' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-02-19 17:03:30
-0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git next
for you to fetch changes up to a073f9d7779e3f911306b61b7856a2262a8148a4:
uniphier_defconfig: Disable USB_XHCI_DWC3 (2023-02-22 04:22:30 +0100)
----------------------------------------------------------------
Kunihiko Hayashi (9):
usb: dwc3-generic: Allow different controller DT node pattern
usb: dwc3-generic: Add clock initialization in child DT node
usb: dwc3-generic: Export glue structures and functions
usb: dwc3-generic: Add the size of regs property to glue structure
reset: uniphier: Add USB glue reset support
clk: uniphier: Add missing USB SS-PHY clocks
phy: socionext: Add UniPhier USB3 PHY driver
usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3
uniphier_defconfig: Disable USB_XHCI_DWC3
Marek Vasut (1):
usb: dwc3: Look up reference clock DT phandle in both controller
DT nodes
configs/uniphier_v7_defconfig | 1 -
configs/uniphier_v8_defconfig | 1 -
drivers/clk/uniphier/clk-uniphier-sys.c | 5 +++
drivers/phy/socionext/Kconfig | 8 +++++
drivers/phy/socionext/Makefile | 1 +
drivers/phy/socionext/phy-uniphier-usb3.c | 168
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/reset/reset-uniphier.c | 78
+++++++++++++++++++++++++++++++++++++++++-
drivers/usb/dwc3/Kconfig | 4 ++-
drivers/usb/dwc3/dwc3-generic.c | 132
++++++++++++++++++++++++++++++++++++++++++++---------------------------
drivers/usb/dwc3/dwc3-generic.h | 33 ++++++++++++++++++
drivers/usb/dwc3/dwc3-uniphier.c | 116
+++++++++++++++++++++++++++++++++++++++++----------------------
11 files changed, 453 insertions(+), 94 deletions(-)
create mode 100644 drivers/phy/socionext/phy-uniphier-usb3.c
create mode 100644 drivers/usb/dwc3/dwc3-generic.h
next reply other threads:[~2023-02-22 15:36 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 15:36 Marek Vasut [this message]
2023-02-22 18:37 ` [PULL] u-boot-usb/next Tom Rini
2023-02-22 22:09 ` Marek Vasut
2023-02-23 1:50 ` Tom Rini
2023-02-23 4:45 ` Marek Vasut
2023-02-23 16:36 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2026-06-03 0:40 Marek Vasut
2026-06-03 18:21 ` Tom Rini
2025-10-05 12:59 Marek Vasut
2025-10-05 17:48 ` Tom Rini
2025-09-25 23:08 Marek Vasut
2025-09-26 15:56 ` Tom Rini
2025-03-17 3:15 Marek Vasut
2025-03-18 1:14 ` Tom Rini
2024-09-09 20:20 Marek Vasut
2024-09-10 4:08 ` Tom Rini
2023-09-16 10:16 Marek Vasut
2023-09-16 22:38 ` Tom Rini
2023-09-05 13:50 Marek Vasut
2023-09-06 17:50 ` Tom Rini
2023-05-18 15:01 Marek Vasut
2023-05-18 20:09 ` Tom Rini
2023-03-03 0:05 Marek Vasut
2023-03-03 23:40 ` Tom Rini
2020-10-01 8:29 Marek Vasut
2020-10-01 17:09 ` Tom Rini
2020-10-01 17:42 ` Marek Vasut
2020-10-01 18:09 ` Tom Rini
2020-10-01 18:38 ` Marek Vasut
2020-03-30 9:32 Marek Vasut
2020-04-01 13:43 ` Tom Rini
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=d2a9ca1e-c1c1-b307-c0f5-b693ded8a027@denx.de \
--to=marex@denx.de \
--cc=hayashi.kunihiko@socionext.com \
--cc=trini@konsulko.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.