public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Marek Vasut <marex@denx.de>
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: Re: [PULL] u-boot-usb/next
Date: Thu, 23 Feb 2023 11:36:28 -0500	[thread overview]
Message-ID: <Y/eWDMJSbzNw4fo6@bill-the-cat> (raw)
In-Reply-To: <6e502cdc-b7c3-9e8e-23aa-40986b8a4619@denx.de>

[-- Attachment #1: Type: text/plain, Size: 3014 bytes --]

On Wed, Feb 22, 2023 at 11:09:00PM +0100, Marek Vasut wrote:
> On 2/22/23 19:37, Tom Rini wrote:
> > On Wed, Feb 22, 2023 at 04:36:08PM +0100, Marek Vasut wrote:
> > 
> > > 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
> > 
> > This seems to be based on current master and not current next, can you
> > please rebase?
> 
> Try below, build just passed
> 
> The following changes since commit 2bfd217a16978794b43f0a30111b7472fba232b6:
> 
>   Merge tag 'dm-next-valentine' of
> https://source.denx.de/u-boot/custodians/u-boot-dm into next (2023-02-14
> 15:11:37 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git next
> 
> for you to fetch changes up to aeb8b59f2f4aeb02ac87ec39f834177a0e260f85:
> 
>   uniphier_defconfig: Disable USB_XHCI_DWC3 (2023-02-22 19:40:11 +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

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2023-02-23 16:36 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22 15:36 [PULL] u-boot-usb/next Marek Vasut
2023-02-22 18:37 ` 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 [this message]
  -- strict thread matches above, loose matches on Subject: below --
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=Y/eWDMJSbzNw4fo6@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=marex@denx.de \
    --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