Re: [PULL] u-boot-usb/master

2024-04-14 Thread Tom Rini
On Sun, Apr 14, 2024 at 08:45:17PM +0200, Marek Vasut wrote:

> The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:
> 
>   Merge tag 'u-boot-dfu-next-20240402' of 
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 63f6a449bffe46beca89580d3efa48e5d041025c:
> 
>   usb: kbd: Add probe quirk for Apple and Keychron keyboards (2024-04-12 
> 14:53:13 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2024-04-14 Thread Marek Vasut
The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:

  Merge tag 'u-boot-dfu-next-20240402' of 
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 63f6a449bffe46beca89580d3efa48e5d041025c:

  usb: kbd: Add probe quirk for Apple and Keychron keyboards (2024-04-12 
14:53:13 +0200)


Janne Grunau (6):
  usb: xhci: refactor xhci_set_configuration
  usb: xhci: Set up endpoints for the first 2 interfaces
  usb: xhci: Abort transfers with unallocated rings
  usb: Add environment based device ignorelist
  usb: kbd: support Apple Magic Keyboards (2021)
  usb: kbd: Add probe quirk for Apple and Keychron keyboards

 common/usb.c |  70 
 common/usb_kbd.c |  59 ++--
 doc/usage/environment.rst|  13 +
 drivers/usb/host/xhci-ring.c |   5 ++
 drivers/usb/host/xhci.c  | 126 +++
 include/env_default.h|  11 
 include/usb.h|   6 +++
 7 files changed, 241 insertions(+), 49 deletions(-)


Re: [PULL] u-boot-usb/master

2024-03-09 Thread Tom Rini
On Sat, Mar 09, 2024 at 05:08:37PM +0100, Marek Vasut wrote:

> Singular quirk DT property rename. Fix for master branch.
> 
> The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:
> 
>   Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 
> 14:30:25 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 52378ba4963f5f4ab2786f3d0b4e929cd6cebe22:
> 
>   usb: xhci-dwc3: Fix support for dis_enblslpm_quirk (2024-03-05 01:04:21 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2024-03-09 Thread Marek Vasut
Singular quirk DT property rename. Fix for master branch.

The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:

  Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 
14:30:25 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 52378ba4963f5f4ab2786f3d0b4e929cd6cebe22:

  usb: xhci-dwc3: Fix support for dis_enblslpm_quirk (2024-03-05 01:04:21 +0100)


Jonas Karlman (1):
  usb: xhci-dwc3: Fix support for dis_enblslpm_quirk

 drivers/usb/host/xhci-dwc3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Re: [PULL] u-boot-usb/master

2024-02-20 Thread Tom Rini
On Tue, Feb 20, 2024 at 09:35:43AM +0100, Marek Vasut wrote:

> The following changes since commit 3e6f2a94bfc25f1782ce2d45db27f47ec781feb1:
> 
>   Merge tag 'u-boot-imx-master-20240219' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-02-19 08:55:17 
> -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to d9a20fea2ba53db3a999827d3e50e181d5513e09:
> 
>   usb: ehci-mx6: Add i.MX93 support (2024-02-19 20:08:51 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2024-02-20 Thread Marek Vasut
The following changes since commit 3e6f2a94bfc25f1782ce2d45db27f47ec781feb1:

  Merge tag 'u-boot-imx-master-20240219' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-02-19 08:55:17 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to d9a20fea2ba53db3a999827d3e50e181d5513e09:

  usb: ehci-mx6: Add i.MX93 support (2024-02-19 20:08:51 +0100)


Mathieu Othacehe (1):
  usb: ehci-mx6: Add i.MX93 support

Shantur Rathore (1):
  common: usb-hub: Reset USB 3.0 hubs only

 common/usb_hub.c| 6 --
 drivers/usb/host/Kconfig| 6 +++---
 drivers/usb/host/ehci-mx6.c | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)


Re: [PULL] u-boot-usb/master

2023-12-03 Thread Tom Rini
On Sat, Dec 02, 2023 at 07:25:14AM +0100, Marek Vasut wrote:

> The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:
> 
>   MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 
> 11:23:02 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 493e0e2577bfe11b3065a30a6f5c827f95c1df94:
> 
>   usb: USB_XHCI_PCI depends on PCI (2023-12-01 16:01:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-12-01 Thread Marek Vasut
The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:

  MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 
11:23:02 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 493e0e2577bfe11b3065a30a6f5c827f95c1df94:

  usb: USB_XHCI_PCI depends on PCI (2023-12-01 16:01:59 +0100)


Hector Martin (9):
  usb: xhci: Guard all calls to xhci_wait_for_event
  usb: xhci: Better error handling in abort_td()
  usb: xhci: Allow context state errors when halting an endpoint
  usb: xhci: Recover from halted bulk endpoints
  usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
  usb: xhci: Do not panic on event timeouts
  usb: xhci: Fix DMA address calculation in queue_trb
  usb: hub: Add missing reset recovery delay
  usb: storage: Use the correct CBW lengths

Heinrich Schuchardt (1):
  usb: USB_XHCI_PCI depends on PCI

Jonas Karlman (1):
  usb: dwc3-generic: Use combined glue and ctrl node for RK3588

 common/usb_hub.c|  7 
 common/usb_storage.c| 22 -
 drivers/usb/dwc3/dwc3-generic.c |  1 +
 drivers/usb/host/Kconfig|  2 +-
 drivers/usb/host/xhci-ring.c| 72 -
 drivers/usb/host/xhci.c |  9 ++
 include/usb/xhci.h  |  2 ++
 7 files changed, 90 insertions(+), 25 deletions(-)


Re: [PULL] u-boot-usb/master

2023-10-15 Thread Tom Rini
On Fri, Oct 13, 2023 at 09:24:09PM +0200, Marek Vasut wrote:

> The following changes since commit 86700279645921fb2c28c41711deb7d7ed75bc29:
> 
>   Merge branch '2023-10-12-assorted-TI-platform-updates' (2023-10-12 17:02:51 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to bc8e94c902d8b5a24d6b31963fc26058b54986ef:
> 
>   usb: gadget: atmel: fix transfer of queued requests (2023-10-13 13:42:10 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-10-13 Thread Marek Vasut
The following changes since commit 86700279645921fb2c28c41711deb7d7ed75bc29:

  Merge branch '2023-10-12-assorted-TI-platform-updates' (2023-10-12 17:02:51 
-0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to bc8e94c902d8b5a24d6b31963fc26058b54986ef:

  usb: gadget: atmel: fix transfer of queued requests (2023-10-13 13:42:10 
+0200)


Artur Rojek (1):
  usb: gadget: atmel: fix transfer of queued requests

 drivers/usb/gadget/atmel_usba_udc.c | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)


Re: [PULL] u-boot-usb/master

2023-09-06 Thread Tom Rini
On Tue, Sep 05, 2023 at 03:50:54PM +0200, Marek Vasut wrote:

> The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:
> 
>   Merge tag 'doc-2023-10-rc4-2' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02 09:08:54 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 7f4b73fe6939761dd3891b96628efcab47a0570e:
> 
>   usb: dwc3: Fix enabling USB_DR_MODE_HOST (2023-09-04 15:51:38 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-09-05 Thread Marek Vasut
The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:

  Merge tag 'doc-2023-10-rc4-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02 09:08:54 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 7f4b73fe6939761dd3891b96628efcab47a0570e:

  usb: dwc3: Fix enabling USB_DR_MODE_HOST (2023-09-04 15:51:38 +0200)


Oleksandr Suvorov (2):
  usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
  usb: dwc3: Fix enabling USB_DR_MODE_HOST

 drivers/usb/dwc3/dwc3-layerscape.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


Re: [PULL] u-boot-usb/master

2023-08-25 Thread Tom Rini
On Fri, Aug 25, 2023 at 10:57:40AM +0200, Marek Vasut wrote:

> The following changes since commit 291055efee4e1ae4ad0b62393256514a4e76cb1e:
> 
>   Merge tag 'doc-2023-10-rc4' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-08-23 11:03:46 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to e3380e1c1a88af454c1a41b6b63a8822e57f9a45:
> 
>   phy: phy-imx8mq-usb: clean up clock code (2023-08-25 02:36:19 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-08-25 Thread Marek Vasut
The following changes since commit 291055efee4e1ae4ad0b62393256514a4e76cb1e:

  Merge tag 'doc-2023-10-rc4' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-08-23 11:03:46 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to e3380e1c1a88af454c1a41b6b63a8822e57f9a45:

  phy: phy-imx8mq-usb: clean up clock code (2023-08-25 02:36:19 +0200)


Tim Harvey (2):
  phy: phy-imx8mq-usb: add vbus regulator support
  phy: phy-imx8mq-usb: clean up clock code

Venkatesh Yadav Abbarapu (1):
  usb: dwc3: Fix remove function if there is no ulpi_reset gpio

 drivers/phy/phy-imx8mq-usb.c| 69 +
 drivers/usb/dwc3/dwc3-generic.c |  3 +-
 2 files changed, 51 insertions(+), 21 deletions(-)


Re: [PULL] u-boot-usb/master

2023-08-06 Thread Tom Rini
On Sat, Aug 05, 2023 at 03:04:13PM +0200, Marek Vasut wrote:

> The following changes since commit 9787da0d32c2d58bae790a16ded0fe0c150c3280:
> 
>   Merge branch '2023-08-04-toradex-platform-updates' (2023-08-04 16:04:11 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 276c0c8e8a4543ce0b2c4ea020536c64ead98342:
> 
>   cmd: Enable BIND by default if we have USB_ETHER (2023-08-05 06:05:06 +0200)
> 

We'll pick up the doc patches and re-wording messages patches later and
for now, applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-08-05 Thread Marek Vasut
The following changes since commit 9787da0d32c2d58bae790a16ded0fe0c150c3280:

  Merge branch '2023-08-04-toradex-platform-updates' (2023-08-04 16:04:11 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 276c0c8e8a4543ce0b2c4ea020536c64ead98342:

  cmd: Enable BIND by default if we have USB_ETHER (2023-08-05 06:05:06 +0200)


Marek Vasut (3):
  usb: gadget: ether: Inline functions used once
  usb: gadget: ether: Move probe function above driver structure
  usb: gadget: ether: Handle gadget driver registration in probe and remove

Tom Rini (1):
  cmd: Enable BIND by default if we have USB_ETHER

 cmd/Kconfig|   1 +
 drivers/usb/gadget/ether.c | 171 -
 2 files changed, 75 insertions(+), 97 deletions(-)


Re: [PULL] u-boot-usb/master

2023-07-27 Thread Tom Rini
On Thu, Jul 27, 2023 at 12:22:23PM +0200, Marek Vasut wrote:

> The following changes since commit 0274eb61e1f2a8e053fb028b6c668c67c0b75b9c:
> 
>   Merge tag 'efi-2023-10-rc1-2' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-20 10:19:04 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 3aba92c9dd2302a91b56d49791041766dcc7dfeb:
> 
>   usb: xhci: Fix double free on failure (2023-07-27 03:59:38 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-07-27 Thread Marek Vasut
The following changes since commit 0274eb61e1f2a8e053fb028b6c668c67c0b75b9c:

  Merge tag 'efi-2023-10-rc1-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-20 10:19:04 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 3aba92c9dd2302a91b56d49791041766dcc7dfeb:

  usb: xhci: Fix double free on failure (2023-07-27 03:59:38 +0200)


Ravi Gunasekaran (1):
  usb: cdns3: gadget: Configure speed in udc_start

Richard Habeeb (1):
  usb: xhci: Fix double free on failure

Tim Harvey (1):
  usb: ehci-mx6: remove unnecessary regulator enable from probe

 drivers/usb/cdns3/gadget.c  |  4 
 drivers/usb/host/ehci-mx6.c | 16 
 drivers/usb/host/xhci.c |  1 -
 3 files changed, 4 insertions(+), 17 deletions(-)


Re: [PULL] u-boot-usb/master

2023-07-06 Thread Tom Rini
On Mon, Jul 03, 2023 at 01:22:21PM +0200, Marek Vasut wrote:

> The following changes since commit ac29400f1f4ae5df2542bacfe4c142db7824bd6c:
> 
>   Merge tag 'efi-2023-07-rc6' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-01 16:11:51 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to d266d4b63873c2176677a79d48faeb9db7d4acdd:
> 
>   usb: dwc3-generic: Ensure reset GPIO is configured as an output (2023-07-03 
> 10:46:34 +0200)
> 

Since we talked a little about this on IRC, applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-07-03 Thread Marek Vasut
The following changes since commit ac29400f1f4ae5df2542bacfe4c142db7824bd6c:

  Merge tag 'efi-2023-07-rc6' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-01 16:11:51 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to d266d4b63873c2176677a79d48faeb9db7d4acdd:

  usb: dwc3-generic: Ensure reset GPIO is configured as an output (2023-07-03 
10:46:34 +0200)


Peter Korsgaard (1):
  usb: dwc3-generic: Ensure reset GPIO is configured as an output

 drivers/usb/dwc3/dwc3-generic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Re: [PULL] u-boot-usb/master

2023-06-21 Thread Tom Rini
On Wed, Jun 21, 2023 at 04:21:18PM +0200, Marek Vasut wrote:

> The following changes since commit 50842b217fef505a0ec6662cc2acdc55d0bb23c5:
> 
>   Merge tag 'u-boot-at91-fixes-2023.07-a' of 
> https://source.denx.de/u-boot/custodians/u-boot-at91 (2023-06-19 09:18:40 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 9c9454ac2e4ffd9a8b30744329029f1676d2e7be:
> 
>   usb: dwc2: Fix the write to W1C fields in HPRT register (2023-06-21 
> 13:15:58 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-06-21 Thread Marek Vasut
The following changes since commit 50842b217fef505a0ec6662cc2acdc55d0bb23c5:

  Merge tag 'u-boot-at91-fixes-2023.07-a' of 
https://source.denx.de/u-boot/custodians/u-boot-at91 (2023-06-19 09:18:40 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 9c9454ac2e4ffd9a8b30744329029f1676d2e7be:

  usb: dwc2: Fix the write to W1C fields in HPRT register (2023-06-21 13:15:58 
+0200)


Teik Heng Chong (1):
  usb: dwc2: Fix the write to W1C fields in HPRT register

Xavier Drudis Ferran (1):
  cmd: usb: Prevent reset in usb tree/info command

 cmd/usb.c   |  8 ++--
 drivers/usb/host/dwc2.c | 34 --
 drivers/usb/host/dwc2.h |  4 
 3 files changed, 18 insertions(+), 28 deletions(-)


Re: [PULL] u-boot-usb/master

2023-06-09 Thread Tom Rini
On Fri, Jun 09, 2023 at 12:03:06AM +0200, Marek Vasut wrote:

> The following changes since commit 0a8a4b86422650d6955a2382796089735453902d:
> 
>   Merge tag 'u-boot-amlogic-20230607' of 
> https://source.denx.de/u-boot/custodians/u-boot-amlogic (2023-06-07 12:17:06 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to e10f96414934edaca958e4323f82149a030e56a4:
> 
>   usb: musb-new: sunxi: remove unused define (2023-06-08 21:57:01 +0200)
> 

I see I replied to the SH one twice, oops.  This has been applied to
u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-06-08 Thread Marek Vasut
The following changes since commit 0a8a4b86422650d6955a2382796089735453902d:

  Merge tag 'u-boot-amlogic-20230607' of 
https://source.denx.de/u-boot/custodians/u-boot-amlogic (2023-06-07 12:17:06 
-0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to e10f96414934edaca958e4323f82149a030e56a4:

  usb: musb-new: sunxi: remove unused define (2023-06-08 21:57:01 +0200)


Sam Edwards (2):
  usb: musb-new: sunxi: fix error check
  usb: musb-new: sunxi: remove unused define

Xavier Drudis Ferran (2):
  phy: rockchip-inno-usb2: Add usb2phy clock provider of 480MHz clock
  phy: rockchip-inno-usb2: Implement clock operations for usb2phy clock

 drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 109 +-
 drivers/usb/musb-new/sunxi.c  |   4 +-
 2 files changed, 107 insertions(+), 6 deletions(-)


Re: [PULL] u-boot-usb/master

2023-04-03 Thread Tom Rini
On Tue, Apr 04, 2023 at 02:11:40AM +0200, Marek Vasut wrote:

> The following changes since commit fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd:
> 
>   Prepare v2023.04 (2023-04-03 16:38:50 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 7f2347088529693ee13b4ab7e7a27f5a1f617c1f:
> 
>   usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call
> (2023-04-04 00:34:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-04-03 Thread Marek Vasut

The following changes since commit fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd:

  Prepare v2023.04 (2023-04-03 16:38:50 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 7f2347088529693ee13b4ab7e7a27f5a1f617c1f:

  usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call 
(2023-04-04 00:34:42 +0200)



Heinrich Schuchardt (1):
  usb: gadget: missing fallthrough in composite_setup()

Marek Vasut (1):
  usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call

 drivers/usb/gadget/composite.c | 2 +-
 drivers/usb/gadget/f_sdp.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


Re: [PULL] u-boot-usb/master

2023-03-13 Thread Tom Rini
On Sat, Mar 11, 2023 at 12:01:21AM +0100, Marek Vasut wrote:

> Two minimal Kconfig/Makefile fixes for USB below.
> 
> The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06
> 14:56:05 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 4042ce73c8bee9077d80a42b27aa21f98636b780:
> 
>   usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB (2023-03-10 17:31:31
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-03-10 Thread Marek Vasut

Two minimal Kconfig/Makefile fixes for USB below.

The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2023-03-06 14:56:05 -0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 4042ce73c8bee9077d80a42b27aa21f98636b780:

  usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB (2023-03-10 17:31:31 
+0100)



Heinrich Schuchardt (2):
  usb: USB hubs require host mode
  usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

 common/Kconfig  | 12 
 common/Makefile |  2 +-
 drivers/usb/Kconfig | 11 +++
 3 files changed, 12 insertions(+), 13 deletions(-)


Re: [PULL] u-boot-usb/master

2023-02-22 Thread Tom Rini
On Wed, Feb 22, 2023 at 05:27:16PM +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 master
> 
> for you to fetch changes up to 237d1f60b1db52074441bc3a5848fe98503726a2:
> 
>   usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio
> (2023-02-22 00:28:05 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-02-22 Thread Marek Vasut

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 master

for you to fetch changes up to 237d1f60b1db52074441bc3a5848fe98503726a2:

  usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio 
(2023-02-22 00:28:05 +0100)



Venkatesh Yadav Abbarapu (1):
  usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio

 drivers/usb/dwc3/dwc3-generic.c | 38 
+++---

 1 file changed, 19 insertions(+), 19 deletions(-)


Re: [PULL] u-boot-usb/master

2023-01-15 Thread Tom Rini
On Sun, Jan 15, 2023 at 03:27:02PM +0100, Marek Vasut wrote:

> The following changes since commit fe4c21de4fbf5756d354d2473ffc675e7596ccfb:
> 
>   Merge tag 'u-boot-stm32-20230113' of
> https://source.denx.de/u-boot/custodians/u-boot-stm (2023-01-13 09:56:19
> -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 2383e8f4aec7a5087526d501478c4ba8235da2b4:
> 
>   usb: gadget: dwc2_udc_otg: implement pullup() (2023-01-14 14:10:30 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2023-01-15 Thread Marek Vasut

The following changes since commit fe4c21de4fbf5756d354d2473ffc675e7596ccfb:

  Merge tag 'u-boot-stm32-20230113' of 
https://source.denx.de/u-boot/custodians/u-boot-stm (2023-01-13 09:56:19 
-0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 2383e8f4aec7a5087526d501478c4ba8235da2b4:

  usb: gadget: dwc2_udc_otg: implement pullup() (2023-01-14 14:10:30 +0100)


Dario Binacchi (1):
  usb: gadget: fastboot: detach usb just before rebooting

Mattijs Korpershoek (1):
  usb: gadget: dwc2_udc_otg: implement pullup()

Patrick Delaunay (1):
  usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT

 common/Kconfig| 12 
 common/usb_hub.c  |  2 +-
 drivers/usb/gadget/dwc2_udc_otg.c |  9 +
 drivers/usb/gadget/f_fastboot.c   |  2 +-
 4 files changed, 23 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-usb/master

2022-12-08 Thread Tom Rini
On Thu, Dec 08, 2022 at 03:47:18PM +0100, Marek Vasut wrote:

> Small fixes MR:
> 
> The following changes since commit 14f2d087a3d6347ba0ff7a7e9aaff6955e53e7a8:
> 
>   Merge tag 'sound-2023-01-rc4' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-06 10:07:01
> -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 51a0e215ec8ce9cc88f928373e9ce8303db1829b:
> 
>   usb: gadget: rndis: Prevent InformationBufferOffset manipulation
> (2022-12-08 14:30:39 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-12-08 Thread Marek Vasut

Small fixes MR:

The following changes since commit 14f2d087a3d6347ba0ff7a7e9aaff6955e53e7a8:

  Merge tag 'sound-2023-01-rc4' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-06 10:07:01 
-0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 51a0e215ec8ce9cc88f928373e9ce8303db1829b:

  usb: gadget: rndis: Prevent InformationBufferOffset manipulation 
(2022-12-08 14:30:39 +0100)



Hugo SIMELIERE (1):
  usb: gadget: dfu: Fix check of transfer direction

Patrick Delaunay (1):
  dfu: Make DFU virtual backend SPL friendly

Szymon Heidrich (1):
  usb: gadget: rndis: Prevent InformationBufferOffset manipulation

 drivers/usb/gadget/f_dfu.c | 8 
 drivers/usb/gadget/rndis.c | 9 ++---
 include/dfu.h  | 2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)


Re: [PULL] u-boot-usb/master

2022-11-28 Thread Tom Rini
On Mon, Nov 28, 2022 at 12:19:02PM +0100, Marek Vasut wrote:

> The following changes since commit 27c415ae8b743710e412ef408b52894af68141c6:
> 
>   Merge branch '2022-11-23-assorted-fixes' (2022-11-24 16:31:02 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to db5bace4f6cb37251a5863efe4c0c1547d1334bd:
> 
>   usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property
> (2022-11-27 15:34:56 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-11-28 Thread Marek Vasut

The following changes since commit 27c415ae8b743710e412ef408b52894af68141c6:

  Merge branch '2022-11-23-assorted-fixes' (2022-11-24 16:31:02 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to db5bace4f6cb37251a5863efe4c0c1547d1334bd:

  usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property 
(2022-11-27 15:34:56 +0100)



Balaji Prakash J (1):
  usb: dwc3: reference clock period configuration

Marek Vasut (3):
  usb: Expand buffer size in usb_find_and_bind_driver()
  usb: dwc3: Cache ref_clk pointer in struct dwc3
  usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property

Sean Anderson (2):
  usb: dwc3: Calculate REFCLKPER based on reference clock
  usb: dwc3: Program GFLADJ

 drivers/usb/dwc3/core.c | 75 
+++

 drivers/usb/dwc3/core.h | 12 
 drivers/usb/dwc3/dwc3-generic.c |  9 +
 drivers/usb/host/usb-uclass.c   |  2 +-
 4 files changed, 97 insertions(+), 1 deletion(-)


Re: [PULL] u-boot-usb/master

2022-11-06 Thread Tom Rini
On Fri, Nov 04, 2022 at 04:18:35PM +0100, Marek Vasut wrote:

> The following changes since commit 36bc9b6113ca96ca5c0d821195adede38395befd:
> 
>   Merge branch '2022-11-02-assorted-updates' (2022-11-03 08:29:10 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 04448899de702321c018d0c4be2f6cc1d2f06760:
> 
>   usb: storage: continue probe on "Invalid device" (2022-11-04 12:22:45
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-11-04 Thread Marek Vasut

The following changes since commit 36bc9b6113ca96ca5c0d821195adede38395befd:

  Merge branch '2022-11-02-assorted-updates' (2022-11-03 08:29:10 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 04448899de702321c018d0c4be2f6cc1d2f06760:

  usb: storage: continue probe on "Invalid device" (2022-11-04 12:22:45 
+0100)



Janne Grunau (1):
  usb: storage: continue probe on "Invalid device"

Marek Vasut (1):
  usb: Add 1ms delay after first Get Descriptor request

Samuel Holland (1):
  usb: ohci: Use a flexible array member for portstatus

 common/usb.c   | 11 +++
 common/usb_storage.c   |  1 +
 configs/arbel_evb_defconfig|  1 -
 configs/at91sam9260ek_dataflash_cs0_defconfig  |  1 -
 configs/at91sam9260ek_dataflash_cs1_defconfig  |  1 -
 configs/at91sam9260ek_nandflash_defconfig  |  1 -
 configs/at91sam9261ek_dataflash_cs0_defconfig  |  1 -
 configs/at91sam9261ek_dataflash_cs3_defconfig  |  1 -
 configs/at91sam9261ek_nandflash_defconfig  |  1 -
 configs/at91sam9263ek_dataflash_cs0_defconfig  |  1 -
 configs/at91sam9263ek_dataflash_defconfig  |  1 -
 configs/at91sam9263ek_nandflash_defconfig  |  1 -
 configs/at91sam9263ek_norflash_boot_defconfig  |  1 -
 configs/at91sam9263ek_norflash_defconfig   |  1 -
 configs/at91sam9g10ek_dataflash_cs0_defconfig  |  1 -
 configs/at91sam9g10ek_dataflash_cs3_defconfig  |  1 -
 configs/at91sam9g10ek_nandflash_defconfig  |  1 -
 configs/at91sam9g20ek_2mmc_defconfig   |  1 -
 configs/at91sam9g20ek_2mmc_nandflash_defconfig |  1 -
 configs/at91sam9g20ek_dataflash_cs0_defconfig  |  1 -
 configs/at91sam9g20ek_dataflash_cs1_defconfig  |  1 -
 configs/at91sam9g20ek_nandflash_defconfig  |  1 -
 configs/at91sam9xeek_dataflash_cs0_defconfig   |  1 -
 configs/at91sam9xeek_dataflash_cs1_defconfig   |  1 -
 configs/at91sam9xeek_nandflash_defconfig   |  1 -
 configs/axs103_defconfig   |  1 -
 configs/chromebook_bob_defconfig   |  1 -
 configs/chromebook_kevin_defconfig |  1 -
 configs/comtrend_ar5315u_ram_defconfig |  1 -
 configs/comtrend_ar5387un_ram_defconfig|  1 -
 configs/comtrend_ct5361_ram_defconfig  |  1 -
 configs/comtrend_vr3032u_ram_defconfig |  1 -
 configs/comtrend_wap5813n_ram_defconfig|  1 -
 configs/da850evm_defconfig |  1 -
 configs/da850evm_direct_nor_defconfig  |  1 -
 configs/da850evm_nand_defconfig|  1 -
 configs/devkit3250_defconfig   |  1 -
 configs/elgin-rv1108_defconfig |  1 -
 configs/evb-rk3128_defconfig   |  1 -
 configs/evb-rk3328_defconfig   |  1 -
 configs/evb-rv1108_defconfig   |  1 -
 configs/hsdk_4xd_defconfig |  1 -
 configs/hsdk_defconfig |  1 -
 configs/huawei_hg556a_ram_defconfig|  1 -
 configs/khadas-edge-captain-rk3399_defconfig   |  1 -
 configs/khadas-edge-rk3399_defconfig   |  1 -
 configs/khadas-edge-v-rk3399_defconfig |  1 -
 configs/nanopi-r2s-rk3328_defconfig|  1 -
 configs/netgear_dgnd3700v2_ram_defconfig   |  1 -
 configs/omapl138_lcdk_defconfig|  1 -
 configs/pinebook-pro-rk3399_defconfig  |  1 -
 configs/pm9261_defconfig   |  1 -
 configs/pm9263_defconfig   |  1 -
 configs/roc-cc-rk3328_defconfig|  1 -
 configs/rock-pi-e-rk3328_defconfig |  1 -
 configs/rock64-rk3328_defconfig|  1 -
 configs/rock960-rk3399_defconfig   |  1 -
 configs/rockpro64-rk3399_defconfig |  1 -
 configs/sama5d3_xplained_mmc_defconfig |  1 -
 configs/sama5d3_xplained_nandflash_defconfig   |  1 -
 configs/sfr_nb4-ser_ram_defconfig  |  1 -
 configs/smartweb_defconfig |  1 -
 configs/socrates_defconfig |  1 -
 configs/stih410-b2260_defconfig|  1 -
 configs/taurus_defconfig   |  1 -
 configs/vexpress_aemv8a_juno_defconfig |  1 -
 doc/README.generic_usb_ohci|  4 
 drivers/usb/host/Kconfig   |  5 -
 drivers/usb/host/ohci.h| 10 +-
 69 files changed, 13 insertions(+), 82 deletions(-)


Re: [PULL] u-boot-usb/master

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 09:06:12PM +0200, Marek Vasut wrote:

> The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1:
> 
>   Merge tag 'u-boot-nand-20221009' of
> https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10
> 08:17:08 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 5f7e01e9d5d8005e9a8fbbdf8a05dfd63a5e5f04:
> 
>   usb: gadget: fastboot: detach usb on reboot commands (2022-10-10 18:08:18
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-10-10 Thread Marek Vasut

The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1:

  Merge tag 'u-boot-nand-20221009' of 
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10 
08:17:08 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 5f7e01e9d5d8005e9a8fbbdf8a05dfd63a5e5f04:

  usb: gadget: fastboot: detach usb on reboot commands (2022-10-10 
18:08:18 +0200)



Marek Vasut (2):
  usb: Add missing guard around env_get() in usb_hub
  usb: gadget: Clean up Makefile ifdeffery

Mattijs Korpershoek (1):
  usb: gadget: fastboot: detach usb on reboot commands

Patrice Chotard (4):
  phy: Add generic_{setup,shutdown}_phy() helpers
  usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers
  usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers
  usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers

 cmd/fastboot.c  |  2 +-
 common/usb_hub.c|  4 +++-
 drivers/phy/phy-uclass.c| 42 
++

 drivers/usb/gadget/Makefile | 17 +++--
 drivers/usb/gadget/f_fastboot.c |  1 +
 drivers/usb/host/ehci-generic.c |  6 +++---
 drivers/usb/host/ehci-hcd.c | 66 
--

 drivers/usb/host/ehci-msm.c |  4 ++--
 drivers/usb/host/ehci-mx6.c |  6 +++---
 drivers/usb/host/ehci-pci.c |  4 ++--
 drivers/usb/host/ehci.h |  4 
 drivers/usb/host/ohci-generic.c | 56 
+++-

 include/generic-phy.h   | 30 ++
 13 files changed, 97 insertions(+), 145 deletions(-)


Re: [PULL] u-boot-usb/master

2022-09-26 Thread Tom Rini
On Mon, Sep 26, 2022 at 03:39:17AM +0200, Marek Vasut wrote:

> One outstanding driver and one bugfix.
> 
> The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b:
> 
>   Merge tag 'u-boot-imx-20220922' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 206af3dec00071ec96c0fdec6c8dda3a039c07cf:
> 
>   Fix out of bound access of ep array. (2022-09-26 01:49:36 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-09-25 Thread Marek Vasut

One outstanding driver and one bugfix.

The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b:

  Merge tag 'u-boot-imx-20220922' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29 
-0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 206af3dec00071ec96c0fdec6c8dda3a039c07cf:

  Fix out of bound access of ep array. (2022-09-26 01:49:36 +0200)


Alison Huffman (1):
  Fix out of bound access of ep array.

Jim Liu (1):
  usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c |   6 ++---
 drivers/usb/host/Kconfig   |  16 
 drivers/usb/host/Makefile  |   2 ++
 drivers/usb/host/ehci-npcm.c   | 119 
++
 drivers/usb/host/ohci-npcm.c   | 108 
+

 5 files changed, 248 insertions(+), 3 deletions(-)
 create mode 100644 drivers/usb/host/ehci-npcm.c
 create mode 100644 drivers/usb/host/ohci-npcm.c


Re: [PULL] u-boot-usb/master

2022-09-19 Thread Tom Rini
On Mon, Sep 19, 2022 at 08:18:35PM +0200, Marek Vasut wrote:

> Typo fix and unused driver removal.
> 
> The following changes since commit 59f6141362cc28e6c0638f16ef6cdb024231e13f:
> 
>   imx8m*_venice_defconfig: fix default bootcmd (2022-09-19 08:53:50 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to c34edb893aca45b81460fc6ce341b4304f08f0f3:
> 
>   usb: gadget: designware-udc: Drop the driver (2022-09-19 17:45:51 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-09-19 Thread Marek Vasut

Typo fix and unused driver removal.

The following changes since commit 59f6141362cc28e6c0638f16ef6cdb024231e13f:

  imx8m*_venice_defconfig: fix default bootcmd (2022-09-19 08:53:50 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to c34edb893aca45b81460fc6ce341b4304f08f0f3:

  usb: gadget: designware-udc: Drop the driver (2022-09-19 17:45:51 +0200)


Fabio Estevam (1):
  usb: Kconfig: Fix typo in SPL_DM_USB text

Marek Vasut (1):
  usb: gadget: designware-udc: Drop the driver

 drivers/serial/usbtty.h |2 -
 drivers/usb/Kconfig |2 +-
 drivers/usb/gadget/Makefile |1 -
 drivers/usb/gadget/designware_udc.c | 1021 


 include/usb/designware_udc.h|  183 --
 5 files changed, 1 insertion(+), 1208 deletions(-)
 delete mode 100644 drivers/usb/gadget/designware_udc.c
 delete mode 100644 include/usb/designware_udc.h


Re: [PULL] u-boot-usb/master

2022-09-04 Thread Tom Rini
On Sat, Sep 03, 2022 at 04:31:43PM +0200, Marek Vasut wrote:

> The following changes since commit 4e10c1227aa879af809b3073bf917289f23e17d7:
> 
>   Merge branch '2022-08-31-assorted-fixes' (2022-08-31 19:32:31 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 2522bd3ea67d6e22259cf363eeb3822a358b50d6:
> 
>   drivers: usb: fastboot: Fix full-speed usb descriptor (2022-09-02 13:26:58
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-09-03 Thread Marek Vasut

The following changes since commit 4e10c1227aa879af809b3073bf917289f23e17d7:

  Merge branch '2022-08-31-assorted-fixes' (2022-08-31 19:32:31 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 2522bd3ea67d6e22259cf363eeb3822a358b50d6:

  drivers: usb: fastboot: Fix full-speed usb descriptor (2022-09-02 
13:26:58 +0200)



qianfan Zhao (1):
  drivers: usb: fastboot: Fix full-speed usb descriptor

 drivers/usb/gadget/f_fastboot.c | 1 +
 1 file changed, 1 insertion(+)


Re: [PULL] u-boot-usb/master

2022-07-20 Thread Tom Rini
On Tue, Jul 19, 2022 at 08:55:48PM +0200, Marek Vasut wrote:

> The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:
> 
>   Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 9674c09b7495d15017b68a3d462b17040c12ff70:
> 
>   musb: sunxi: Allow host-side USB with external VBUS (2022-07-15 14:10:39
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-07-19 Thread Marek Vasut

The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:

  Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 
-0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 9674c09b7495d15017b68a3d462b17040c12ff70:

  musb: sunxi: Allow host-side USB with external VBUS (2022-07-15 
14:10:39 +0200)



Angus Ainslie (2):
  usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver
  configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC

Samuel Holland (1):
  musb: sunxi: Allow host-side USB with external VBUS

 configs/am43xx_evm_defconfig  | 2 ++
 configs/am43xx_evm_usbhost_boot_defconfig | 2 ++
 configs/am43xx_hs_evm_defconfig   | 2 ++
 configs/am57xx_hs_evm_usb_defconfig   | 2 ++
 configs/am65x_evm_a53_defconfig   | 2 ++
 configs/am65x_evm_r5_usbdfu_defconfig | 2 ++
 configs/dra7xx_evm_defconfig  | 2 ++
 configs/dra7xx_hs_evm_defconfig   | 2 ++
 configs/dra7xx_hs_evm_usb_defconfig   | 2 ++
 drivers/usb/dwc3/Kconfig  | 7 +++
 drivers/usb/dwc3/Makefile | 2 +-
 drivers/usb/musb-new/sunxi.c  | 6 --
 12 files changed, 26 insertions(+), 7 deletions(-)


Re: [PULL] u-boot-usb/master

2022-07-15 Thread Tom Rini
On Thu, Jul 14, 2022 at 05:05:00PM +0200, Marek Vasut wrote:

> The following changes since commit 36b661dc919da318c163a45f4a220d2e3d9db608:
> 
>   Merge branch 'next' (2022-07-11 14:58:57 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 16aabfe2f29d4682b2176095029fa307caccaced:
> 
>   spl: sdp: Pass the USB index to board_usb_init() (2022-07-14 16:13:11
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-07-14 Thread Marek Vasut

The following changes since commit 36b661dc919da318c163a45f4a220d2e3d9db608:

  Merge branch 'next' (2022-07-11 14:58:57 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 16aabfe2f29d4682b2176095029fa307caccaced:

  spl: sdp: Pass the USB index to board_usb_init() (2022-07-14 16:13:11 
+0200)



Fabio Estevam (1):
  spl: sdp: Pass the USB index to board_usb_init()

Kory Maincent (1):
  usb: kbd: allow probing even if usbkbd not in stdin

Michal Simek (1):
  ti: keystone: Don't select GPIO_EXTRA_HEADER

Patrick Delaunay (1):
  usb: hub: introduce HUB_DEBOUNCE_TIMEOUT

Rui Miguel Silva (3):
  usb: common: move urb code to common
  usb: add isp1760 family driver
  corstone1000: enable isp1763 usb controller and mmc

T Karthik Reddy (1):
  usb: dwc3: Add support to reset usb ULPI phy

 Makefile 
  |1 +
 arch/arm/Kconfig 
  |1 -
 common/spl/spl_sdp.c 
  |2 +-
 common/usb_hub.c 
  |6 +-
 common/usb_kbd.c 
  |   25 +-
 configs/corstone1000_defconfig 
  |3 +
 drivers/usb/Kconfig 
  |2 +
 drivers/usb/common/Makefile 
  |4 +
 drivers/usb/common/usb_urb.c 
  |  160 
 drivers/usb/dwc3/dwc3-generic.c 
  |   30 +
 drivers/usb/host/r8a66597-hcd.c 
  |   30 +-
 drivers/usb/isp1760/Kconfig 
  |   12 +
 drivers/usb/isp1760/Makefile 
  |6 +
 drivers/usb/isp1760/isp1760-core.c 
  |  380 ++
 drivers/usb/isp1760/isp1760-core.h 
  |   96 +++
 drivers/usb/isp1760/isp1760-hcd.c 
  | 2477 
 drivers/usb/isp1760/isp1760-hcd.h 
  |   81 ++
 drivers/usb/isp1760/isp1760-if.c 
  |  125 +++
 drivers/usb/isp1760/isp1760-regs.h 
  |  292 +++
 drivers/usb/isp1760/isp1760-uboot.c 
  |   75 ++
 drivers/usb/isp1760/isp1760-uboot.h 
  |   27 +
 drivers/usb/musb-new/musb_core.c 
  |2 +-
 drivers/usb/musb-new/musb_host.c 
  |2 +-
 drivers/usb/musb-new/musb_host.h 
  |2 +-
 drivers/usb/musb-new/musb_uboot.c 
  |   38 +-
 drivers/usb/musb-new/musb_uboot.h 
  |2 +-
 include/configs/corstone1000.h 
  |6 +
 drivers/usb/musb-new/usb-compat.h => 
include/linux/usb/usb_urb_compat.h |   47 +-
 include/usb_defs.h 
  |   32 +

 29 files changed, 3874 insertions(+), 92 deletions(-)
 create mode 100644 drivers/usb/common/usb_urb.c
 create mode 100644 drivers/usb/isp1760/Kconfig
 create mode 100644 drivers/usb/isp1760/Makefile
 create mode 100644 drivers/usb/isp1760/isp1760-core.c
 create mode 100644 drivers/usb/isp1760/isp1760-core.h
 create mode 100644 drivers/usb/isp1760/isp1760-hcd.c
 create mode 100644 drivers/usb/isp1760/isp1760-hcd.h
 create mode 100644 drivers/usb/isp1760/isp1760-if.c
 create mode 100644 drivers/usb/isp1760/isp1760-regs.h
 create mode 100644 drivers/usb/isp1760/isp1760-uboot.c
 create mode 100644 drivers/usb/isp1760/isp1760-uboot.h
 rename drivers/usb/musb-new/usb-compat.h => 
include/linux/usb/usb_urb_compat.h (59%)




Re: [PULL] u-boot-usb/master

2022-06-08 Thread Tom Rini
On Wed, Jun 08, 2022 at 12:46:15AM +0200, Marek Vasut wrote:

> The following changes since commit 8f527342db4160a1f030de6fe4a1591787cce65a:
> 
>   Prepare v2022.07-rc4 (2022-06-06 10:25:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 02544db9a7ffd352129f51c8987fc5a6e2b31a8b:
> 
>   misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux
> (2022-06-07 16:14:20 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-06-07 Thread Marek Vasut

The following changes since commit 8f527342db4160a1f030de6fe4a1591787cce65a:

  Prepare v2022.07-rc4 (2022-06-06 10:25:13 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 02544db9a7ffd352129f51c8987fc5a6e2b31a8b:

  misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux 
(2022-06-07 16:14:20 +0200)



Chunfeng Yun (1):
  usb: xhci-mtk: disable all ports when disable host controller

Marek Vasut (1):
  misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

 drivers/misc/Kconfig|   9 ++
 drivers/misc/Makefile   |   1 +
 drivers/misc/usb251xb.c | 605 
+

 drivers/usb/host/xhci-mtk.c |   6 +-
 4 files changed, 619 insertions(+), 2 deletions(-)
 create mode 100644 drivers/misc/usb251xb.c


Re: [PULL] u-boot-usb/master

2022-05-21 Thread Tom Rini
On Sat, May 21, 2022 at 02:29:33AM +0200, Marek Vasut wrote:

> The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-05-18
> 08:41:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 868d58f69c7ceda5c886293cf15f4e39493517a2:
> 
>   usb: dwc3: Fix non-usb3 configurations (2022-05-20 23:30:36 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-05-20 Thread Marek Vasut

The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2022-05-18 08:41:13 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 868d58f69c7ceda5c886293cf15f4e39493517a2:

  usb: dwc3: Fix non-usb3 configurations (2022-05-20 23:30:36 +0200)


Jan Kiszka (1):
  usb: dwc3: Fix non-usb3 configurations

Mark Kettenis (1):
  usb: xhci-dwc3: Support role switch default role

 drivers/usb/common/common.c | 16 
 drivers/usb/dwc3/dwc3-generic.c |  4 +++-
 drivers/usb/host/xhci-dwc3.c|  6 ++
 include/linux/usb/otg.h | 10 ++
 4 files changed, 35 insertions(+), 1 deletion(-)



Re: [PULL] u-boot-usb/master

2022-05-06 Thread Tom Rini
On Fri, May 06, 2022 at 01:42:48PM +0200, Marek Vasut wrote:

> The following changes since commit 03b873b4f41010e4f85a72dd59016bb0b123dde1:
> 
>   Merge branch '2022-05-05-assorted-cleanups-and-fixes' (2022-05-05 19:37:22
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 6aa8bde8786d7bd8077b1a4708fc4bffd4861baa:
> 
>   usb: host: ehci-generic: Remove DM_REGULATOR flag (2022-05-06 10:38:39
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-05-06 Thread Marek Vasut

The following changes since commit 03b873b4f41010e4f85a72dd59016bb0b123dde1:

  Merge branch '2022-05-05-assorted-cleanups-and-fixes' (2022-05-05 
19:37:22 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 6aa8bde8786d7bd8077b1a4708fc4bffd4861baa:

  usb: host: ehci-generic: Remove DM_REGULATOR flag (2022-05-06 
10:38:39 +0200)



Patrice Chotard (2):
  usb: host: ehci-generic: Make usage of clock/reset bulk() API
  usb: host: ehci-generic: Remove DM_REGULATOR flag

 drivers/usb/host/ehci-generic.c | 117 
-

 1 file changed, 32 insertions(+), 85 deletions(-)



Re: [PULL] u-boot-usb/master

2022-04-22 Thread Tom Rini
On Fri, Apr 22, 2022 at 03:27:47PM +0200, Marek Vasut wrote:

> The following changes since commit ea5583b90f9c162af6f2025718dc50ffbb6e4552:
> 
>   Merge branch '2022-04-21-further-cleanups' (2022-04-21 19:55:38 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 6674d2d9fe563258fdc89b25eb46cccdb388b678:
> 
>   Add support for TP-Link UE200 dongle (2022-04-22 10:35:14 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-04-22 Thread Marek Vasut

The following changes since commit ea5583b90f9c162af6f2025718dc50ffbb6e4552:

  Merge branch '2022-04-21-further-cleanups' (2022-04-21 19:55:38 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 6674d2d9fe563258fdc89b25eb46cccdb388b678:

  Add support for TP-Link UE200 dongle (2022-04-22 10:35:14 +0200)


Adam Ford (1):
  usb: gadget: ci: Make various ops const

Michal Simek (2):
  generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
  usb: dwc3: Add support for usb3-phy PHY configuration

Oleksii Titov (1):
  Add support for TP-Link UE200 dongle

 drivers/usb/dwc3/dwc3-generic.c | 18 ++
 drivers/usb/eth/r8152.c |  2 ++
 drivers/usb/gadget/ci_udc.c |  4 ++--
 include/generic-phy.h   |  2 +-
 4 files changed, 23 insertions(+), 3 deletions(-)


Re: [PULL] u-boot-usb/master

2022-03-15 Thread Tom Rini
On Tue, Mar 15, 2022 at 02:28:11AM +0100, Marek Vasut wrote:

> Bugfix for dwc2 USB driver.
> 
> The following changes since commit c96137000e4cf486dcb164fd67a1a0b5b2fb99c6:
> 
>   Merge tag 'efi-2022-04-rc3-2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-13 08:18:17
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 2addee35f2da178bf858403f2e2cb20a59df734f:
> 
>   usb: dwc2: handle return code of dev_read_size() in of to, plat function
> (2022-03-14 12:31:12 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-03-14 Thread Marek Vasut

Bugfix for dwc2 USB driver.

The following changes since commit c96137000e4cf486dcb164fd67a1a0b5b2fb99c6:

  Merge tag 'efi-2022-04-rc3-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-13 08:18:17 
-0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 2addee35f2da178bf858403f2e2cb20a59df734f:

  usb: dwc2: handle return code of dev_read_size() in of to, plat 
function (2022-03-14 12:31:12 +0100)



Wolfgang Grandegger (1):
  usb: dwc2: handle return code of dev_read_size() in of to, plat 
function


 drivers/usb/gadget/dwc2_udc_otg.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-usb/master

2022-03-01 Thread Tom Rini
On Tue, Mar 01, 2022 at 01:16:51PM +0100, Marek Vasut wrote:

> The following changes since commit f9a719e2954473f9be1f8c14a28288f943a00dd2:
> 
>   Prepare v2022.04-rc3 (2022-02-28 18:02:33 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to a41b88ec02ea1dbf4e5e6e895625a5fee96097c5:
> 
>   phy: nop-phy: Fix phy reset if no reset-gpio defined (2022-03-01 00:21:11
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-03-01 Thread Marek Vasut

The following changes since commit f9a719e2954473f9be1f8c14a28288f943a00dd2:

  Prepare v2022.04-rc3 (2022-02-28 18:02:33 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to a41b88ec02ea1dbf4e5e6e895625a5fee96097c5:

  phy: nop-phy: Fix phy reset if no reset-gpio defined (2022-03-01 
00:21:11 +0100)



Tim Harvey (1):
  phy: nop-phy: Fix phy reset if no reset-gpio defined

 drivers/phy/nop-phy.c | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)


Re: [PULL] u-boot-usb/master

2022-02-23 Thread Tom Rini
On Wed, Feb 23, 2022 at 06:20:03AM +0100, Marek Vasut wrote:

> This is likely the last bigger series for this cycle:
> 
> The following changes since commit 17a0dc6abfdbf392f6a27074f2633608038c4221:
> 
>   Merge branch '2022-02-21-platform-updates' (2022-02-21 08:53:24 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 4cea6ed92da456fe234b4f3439707ff29c6a790e:
> 
>   configs: omap various: Remove OMAP_EHCI_PHY from defconfigs (2022-02-23
> 05:25:17 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-02-22 Thread Marek Vasut

This is likely the last bigger series for this cycle:

The following changes since commit 17a0dc6abfdbf392f6a27074f2633608038c4221:

  Merge branch '2022-02-21-platform-updates' (2022-02-21 08:53:24 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 4cea6ed92da456fe234b4f3439707ff29c6a790e:

  configs: omap various: Remove OMAP_EHCI_PHY from defconfigs 
(2022-02-23 05:25:17 +0100)



Adam Ford (7):
  usb: ehci-omap: Drop dead code
  usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe
  phy: nop-phy: Fix enabling reset
  usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP
  usb: ehci-omap: Use PHY system to manage phy resets
  usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig
  configs: omap various: Remove OMAP_EHCI_PHY from defconfigs

 arch/arm/include/asm/ehci-omap.h |  13 --
 configs/am3517_evm_defconfig |   2 --
 configs/omap35_logic_somlv_defconfig |   2 --
 configs/omap3_beagle_defconfig   |   2 --
 configs/omap3_logic_somlv_defconfig  |   2 --
 configs/omap4_panda_defconfig|   4 
 configs/omap5_uevm_defconfig |   4 
 drivers/phy/nop-phy.c|   5 ++--
 drivers/usb/host/Kconfig |  36 ++--
 drivers/usb/host/ehci-omap.c | 126 
++--

 10 files changed, 66 insertions(+), 130 deletions(-)


Re: [PULL] u-boot-usb/master

2022-02-17 Thread Tom Rini
On Wed, Feb 16, 2022 at 08:27:15PM +0100, Marek Vasut wrote:

> The following changes since commit ab8903a24db11571d634ef255976bb364c3ba64d:
> 
>   configs: Resync with savedefconfig (2022-02-14 22:21:29 +)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to d5daa02d8d9e7c403a3339db1966e8413e64e408:
> 
>   usb: xhci: reset endpoint on USB stall (2022-02-16 17:11:31 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-02-16 Thread Marek Vasut

The following changes since commit ab8903a24db11571d634ef255976bb364c3ba64d:

  configs: Resync with savedefconfig (2022-02-14 22:21:29 +)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to d5daa02d8d9e7c403a3339db1966e8413e64e408:

  usb: xhci: reset endpoint on USB stall (2022-02-16 17:11:31 +0100)


Angus Ainslie (2):
  usb: dwc3: dwc3-generic: check the parent nodes
  usb: dwc3: core: stop the core when it's removed

Stefan Agner (1):
  usb: xhci: reset endpoint on USB stall

 drivers/usb/dwc3/core.c |  9 +
 drivers/usb/dwc3/dwc3-generic.c | 25 -
 drivers/usb/host/xhci-ring.c| 31 +++
 3 files changed, 60 insertions(+), 5 deletions(-)


Re: [PULL] u-boot-usb/master

2022-02-11 Thread Tom Rini
On Fri, Feb 11, 2022 at 01:22:01PM +0100, Marek Vasut wrote:

> The following changes since commit 2ccd2bc8c3580e00c51094c5cc2b3e2ead8d35c3:
> 
>   Merge tag 'dm-pull-8feb22-take3' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-dm (2022-02-10 09:19:44
> -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 1f54025d70c4c9e6ec8d82d8b69b0d66a7bbbdc1:
> 
>   usb: gadget: ci: Avoid null pointer dereference (2022-02-11 01:30:43
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-02-11 Thread Marek Vasut

The following changes since commit 2ccd2bc8c3580e00c51094c5cc2b3e2ead8d35c3:

  Merge tag 'dm-pull-8feb22-take3' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-dm (2022-02-10 09:19:44 
-0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 1f54025d70c4c9e6ec8d82d8b69b0d66a7bbbdc1:

  usb: gadget: ci: Avoid null pointer dereference (2022-02-11 01:30:43 
+0100)



Adam Ford (1):
  usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn

Marek Vasut (1):
  usb: gadget: ci: Avoid null pointer dereference

Thomas Watson (1):
  console: usb: kbd: Limit poll frequency to improve performance

 common/usb_kbd.c| 31 ++-
 drivers/usb/gadget/ci_udc.c |  5 -
 drivers/usb/host/ehci-mx6.c | 23 ++-
 include/usb.h   |  3 ++-
 4 files changed, 50 insertions(+), 12 deletions(-)


Re: [PULL] u-boot-usb/master

2022-01-27 Thread Tom Rini
On Thu, Jan 27, 2022 at 01:35:14AM +0100, Marek Vasut wrote:

> The following changes since commit 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e:
> 
>   Merge branch '2022-01-24-assorted-updates' (2022-01-25 08:01:43 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6:
> 
>   usb: gadget: Add CDC ACM function (2022-01-26 23:23:17 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2022-01-26 Thread Marek Vasut

The following changes since commit 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e:

  Merge branch '2022-01-24-assorted-updates' (2022-01-25 08:01:43 -0500)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6:

  usb: gadget: Add CDC ACM function (2022-01-26 23:23:17 +0100)


Loic Poulain (2):
  lib/circbuf: Make circbuf selectable symbol
  usb: gadget: Add CDC ACM function

Lukasz Majewski (4):
  usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28
  usb: ehci: Refactor the ehci_mxs_toggle_clock function to be 
reused with DM
  usb: ehci: Move common mxs code to separate functions 
(ehci_hcd_{stop|start})

  usb: ehci: dm: Convert i.MX28 ehci code to driver model

 common/stdio.c  |   3 +
 drivers/usb/gadget/Kconfig  |   9 ++
 drivers/usb/gadget/Makefile |   1 +
 drivers/usb/gadget/f_acm.c  | 672 
+

 drivers/usb/host/Kconfig|   7 +-
 drivers/usb/host/ehci-mxs.c | 328 
---

 include/stdio_dev.h |   1 +
 lib/Kconfig |   3 +
 lib/Makefile|   8 +-
 9 files changed, 962 insertions(+), 70 deletions(-)
 create mode 100644 drivers/usb/gadget/f_acm.c


Re: [PULL] u-boot-usb/master

2021-11-03 Thread Tom Rini
On Wed, Nov 03, 2021 at 11:12:53AM +0100, Marek Vasut wrote:

> The following changes since commit b8bfe05282c12fbf006957a2564127d3c1be3e78:
> 
>   Merge tag 'u-boot-amlogic-20211102' of
> https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-11-02 08:56:42
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 2c4f21763d7132bc355d343347032bd6d2f199f4:
> 
>   usb: mtu3: flush cache for the first GPD when allocate GPD ring
> (2021-11-03 08:47:57 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-11-03 Thread Marek Vasut

The following changes since commit b8bfe05282c12fbf006957a2564127d3c1be3e78:

  Merge tag 'u-boot-amlogic-20211102' of 
https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-11-02 
08:56:42 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 2c4f21763d7132bc355d343347032bd6d2f199f4:

  usb: mtu3: flush cache for the first GPD when allocate GPD ring 
(2021-11-03 08:47:57 +0100)



Chunfeng Yun (1):
  usb: mtu3: flush cache for the first GPD when allocate GPD ring

 drivers/usb/mtu3/mtu3_qmu.c | 1 +
 1 file changed, 1 insertion(+)


Re: [PULL] u-boot-usb/master

2021-10-31 Thread Tom Rini
On Sun, Oct 31, 2021 at 09:01:14AM +0100, Marek Vasut wrote:

> The following changes since commit a09929cc6c5a108f89e91660f37d745ed119385b:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2021-10-29
> 08:27:32 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 1833e68c4f05fe7b3e502135dbc0ffa09327850d:
> 
>   cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
> (2021-10-30 22:55:00 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-10-31 Thread Marek Vasut

The following changes since commit a09929cc6c5a108f89e91660f37d745ed119385b:

  Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2021-10-29 
08:27:32 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 1833e68c4f05fe7b3e502135dbc0ffa09327850d:

  cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num 
(2021-10-30 22:55:00 +0200)



Sean Anderson (1):
  cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num

Stefan Agner (1):
  usb: xhci-brcm: Include header file needed for dev_err

 cmd/usb_mass_storage.c   | 4 ++--
 drivers/usb/host/xhci-brcm.c | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-usb/master

2021-09-23 Thread Tom Rini
On Thu, Sep 23, 2021 at 12:35:44AM +0200, Marek Vasut wrote:

> Late bunch of USB fixes (incl. the xhci usb 3.1 support)
> 
> The following changes since commit a49930f4c6ed5dcbf5127f7bf6d189afa92bffb3:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-09-22
> 11:43:12 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 53eed9adfac17921511ebf9e00c429bcb385d231:
> 
>   usb: xhci-dwc3: Add support for USB 3.1 controllers (2021-09-22 21:29:56
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-09-22 Thread Marek Vasut

Late bunch of USB fixes (incl. the xhci usb 3.1 support)

The following changes since commit a49930f4c6ed5dcbf5127f7bf6d189afa92bffb3:

  Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-09-22 
11:43:12 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 53eed9adfac17921511ebf9e00c429bcb385d231:

  usb: xhci-dwc3: Add support for USB 3.1 controllers (2021-09-22 
21:29:56 +0200)



Mark Kettenis (1):
  usb: xhci-dwc3: Add support for USB 3.1 controllers

Matthias Schiffer (4):
  usb: add support for ULPI/SERIAL/HSIC PHY modes
  include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL
  usb: ehci-ci: remove redundant PORTSC flag definitions
  usb: ehci-mx6: use phy_type from device tree

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/common/common.c |   3 ++
 drivers/usb/host/ehci-mx6.c |  25 --
 drivers/usb/host/xhci-dwc3.c|  59 
+++-

 drivers/usb/host/xhci-mem.c |   2 --
 drivers/usb/host/xhci-pci.c |  52 +---
 drivers/usb/host/xhci.c |  35 ---
 include/configs/zmx25.h |   2 +-
 include/linux/usb/phy.h |   3 ++
 include/usb/ehci-ci.h   |  12 +--
 include/usb/xhci.h  |   2 --
 15 files changed, 327 insertions(+), 58 deletions(-)
 create mode 100644 drivers/phy/allwinner/phy-sun50i-usb3.c


Re: [PULL] u-boot-usb/master

2021-06-25 Thread Tom Rini
On Fri, Jun 25, 2021 at 03:12:16AM +0200, Marek Vasut wrote:

> A few easy MX7 EHCI USB fixes, for this release.
> 
> The following changes since commit fcf3981161140d265b873a5b609b8867328dc9dc:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-06-23
> 08:46:26 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 4822114f4fb4328114da8ab199672656591a150d:
> 
>   usb: ehci-mx6: Do not fail when 'reg' is not found (2021-06-24 20:23:23
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-06-24 Thread Marek Vasut

A few easy MX7 EHCI USB fixes, for this release.

The following changes since commit fcf3981161140d265b873a5b609b8867328dc9dc:

  Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-06-23 
08:46:26 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 4822114f4fb4328114da8ab199672656591a150d:

  usb: ehci-mx6: Do not fail when 'reg' is not found (2021-06-24 
20:23:23 +0200)



Fabio Estevam (2):
  usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6
  usb: ehci-mx6: Do not fail when 'reg' is not found

 drivers/usb/host/ehci-mx6.c | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)


Re: [PULL] u-boot-usb/master

2021-06-09 Thread Tom Rini
On Wed, Jun 09, 2021 at 01:02:02PM +0200, Marek Vasut wrote:

> A few remaining fixes for this release ...
> 
> The following changes since commit e3b64beda5dd1a6b6bedfd1fe0e50be1ddea7044:
> 
>   Prepare v2021.07-rc4 (2021-06-07 09:26:39 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to dcd2bbe0510d7d47d745eeea063496a83cb3b08e:
> 
>   usb: dwc2: Avoid delay when initializing USB peripheral by dwc2
> (2021-06-09 10:54:26 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-06-09 Thread Marek Vasut

A few remaining fixes for this release ...

The following changes since commit e3b64beda5dd1a6b6bedfd1fe0e50be1ddea7044:

  Prepare v2021.07-rc4 (2021-06-07 09:26:39 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to dcd2bbe0510d7d47d745eeea063496a83cb3b08e:

  usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 
(2021-06-09 10:54:26 +0200)



João Loureiro (1):
  usb: dwc2: Avoid delay when initializing USB peripheral by dwc2

Kishon Vijay Abraham I (1):
  usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

 drivers/usb/cdns3/cdns3-ti.c | 2 +-
 drivers/usb/host/dwc2.c  | 9 -
 2 files changed, 9 insertions(+), 2 deletions(-)



Re: [PULL] u-boot-usb/master

2021-05-17 Thread Tom Rini
On Sun, May 16, 2021 at 08:53:04PM +0200, Marek Vasut wrote:

> The following changes since commit e644dfbb1786a4a3308b068e1f61cd9e2dfac237:
> 
>   configs: Resync with savedefconfig (2021-05-15 08:10:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to a5f9be1ed5a5e3a89478edd2f544e667046cd5ea:
> 
>   usb: dwc3-generic: Disable host driver definition if gadget only
> (2021-05-16 19:01:45 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-05-16 Thread Marek Vasut

The following changes since commit e644dfbb1786a4a3308b068e1f61cd9e2dfac237:

  configs: Resync with savedefconfig (2021-05-15 08:10:13 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to a5f9be1ed5a5e3a89478edd2f544e667046cd5ea:

  usb: dwc3-generic: Disable host driver definition if gadget only 
(2021-05-16 19:01:45 +0200)



Andre Przywara (1):
  usb: musb-new: Extend and move Allwinner quirk into Kconfig

Kunihiko Hayashi (1):
  usb: dwc3-generic: Disable host driver definition if gadget only

 drivers/usb/dwc3/dwc3-generic.c  |  3 ++-
 drivers/usb/musb-new/Kconfig | 10 ++
 drivers/usb/musb-new/musb_regs.h |  3 +--
 3 files changed, 13 insertions(+), 3 deletions(-)



Re: [PULL] u-boot-usb/master

2021-04-29 Thread Tom Rini
On Thu, Apr 29, 2021 at 12:09:43AM +0200, Marek Vasut wrote:

> The following changes since commit 79b0f08d6af498e6fda8cd257d62e2095764410c:
> 
>   configs: Resync with savedefconfig (2021-04-27 08:28:38 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 53396d67baef4acbcc257c5f2c702935b62cc858:
> 
>   usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY (2021-04-28
> 17:16:18 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-04-28 Thread Marek Vasut

The following changes since commit 79b0f08d6af498e6fda8cd257d62e2095764410c:

  configs: Resync with savedefconfig (2021-04-27 08:28:38 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 53396d67baef4acbcc257c5f2c702935b62cc858:

  usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY (2021-04-28 
17:16:18 +0200)



Marek Vasut (1):
  usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY

 drivers/usb/host/ehci-mx6.c | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)


Re: [PULL] u-boot-usb/master

2021-04-23 Thread Tom Rini
On Fri, Apr 23, 2021 at 01:18:13PM +0200, Marek Vasut wrote:

> The following changes since commit 275a4490fd2f30df76f2aa07efa0f595fef4d46f:
> 
>   Merge branch '2021-04-22-udoo_neo-update' (2021-04-22 11:29:32 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to e1769da17ed339bc937d30c49176bc3664b261af:
> 
>   usb: ehci-hcd: Add IAA handshake for removing async QH (2021-04-22
> 21:09:57 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-04-23 Thread Marek Vasut

The following changes since commit 275a4490fd2f30df76f2aa07efa0f595fef4d46f:

  Merge branch '2021-04-22-udoo_neo-update' (2021-04-22 11:29:32 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to e1769da17ed339bc937d30c49176bc3664b261af:

  usb: ehci-hcd: Add IAA handshake for removing async QH (2021-04-22 
21:09:57 +0200)



Ye Li (1):
  usb: ehci-hcd: Add IAA handshake for removing async QH

 drivers/usb/host/ehci-hcd.c | 27 +++
 drivers/usb/host/ehci.h |  1 +
 2 files changed, 28 insertions(+)


Re: [PULL] u-boot-usb/master

2021-04-18 Thread Tom Rini
On Sun, Apr 18, 2021 at 06:28:58AM +0200, Marek Vasut wrote:

> This is a patchset which makes away with the .bind() controller indexing
> workaround which was broken since before v2021.04, and then adds PHY support
> and MX8M support on top of that. Better add it into the release early to get
> as much testing as possible done, because this really does a lot of changes
> to the ehci-mx6 driver.
> 
> CI https://source.denx.de/u-boot/custodians/u-boot-usb/-/pipelines/7200
> 
> The following changes since commit a6232e065dd9e349bf5908c928734c6b5b018112:
> 
>   Merge branch '2021-04-14-assorted-vboot-improvements' (2021-04-15 17:10:25
> -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to d08cdc223db1023ebb8c03d6341fdf45b303700c:
> 
>   ARM: imx8m: verdin-imx8mm: Enable USB Host support (2021-04-18 04:29:36
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-04-17 Thread Marek Vasut
This is a patchset which makes away with the .bind() controller indexing 
workaround which was broken since before v2021.04, and then adds PHY 
support and MX8M support on top of that. Better add it into the release 
early to get as much testing as possible done, because this really does 
a lot of changes to the ehci-mx6 driver.


CI https://source.denx.de/u-boot/custodians/u-boot-usb/-/pipelines/7200

The following changes since commit a6232e065dd9e349bf5908c928734c6b5b018112:

  Merge branch '2021-04-14-assorted-vboot-improvements' (2021-04-15 
17:10:25 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to d08cdc223db1023ebb8c03d6341fdf45b303700c:

  ARM: imx8m: verdin-imx8mm: Enable USB Host support (2021-04-18 
04:29:36 +0200)



Marek Vasut (24):
  phy: nop-phy: Add standard usb-nop-xceiv compat string
  arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY
  ARM: dts: k2g-evm: Use standard compatible string for USB no-op PHY
  ARM: dts: imx8mm: Replace deprecated fsl,usbphy DT props with phys
  ARM: dts: imx8mn: Replace deprecated fsl,usbphy DT props with phys
  ARM: dts: imx8mm: Add power domain nodes
  ARM: dts: imx8mn: Add power domain nodes
  imx: power-domain: Add fsl,imx8mm-gpc compatible string
  imx: power-domain: Add fsl,imx8mn-gpc compatible string
  usb: ehci-mx6: Turn off Vbus on probe failure
  usb: ehci-mx6: Add DM clock support
  usb: ehci-mx6: Unify USBNC registers
  usb: ehci-mx6: Parse USB PHY and MISC offsets from DT
  usb: ehci-mx6: Split ehci_mx6_common_init()
  usb: ehci-mx6: Pass PHY address to usb_*_phy*()
  usb: ehci-mx6: Split usb_power_config()
  usb: ehci-mx6: Pass MISC address to usb_oc_config()
  usb: ehci-mx6: Use portnr from DT in DM case
  usb: ehci-mx6: Add generic EHCI PHY support
  usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined
  usb: ehci-mx6: Add fsl,imx7d-usb compatible string
  usb: ehci-mx6: Fix aarch64 build warnings
  usb: ehci-mx6: Add iMX8M support
  ARM: imx8m: verdin-imx8mm: Enable USB Host support

 arch/arc/dts/iot_devkit.dts   |   2 +-
 arch/arm/dts/imx8mm.dtsi  |  79 +++-
 arch/arm/dts/imx8mn.dtsi  |  54 ++-
 arch/arm/dts/keystone-k2g-evm.dts |   2 -
 configs/verdin-imx8mm_defconfig   |   8 +-
 drivers/phy/nop-phy.c |   1 +
 drivers/power/domain/imx8m-power-domain.c |   2 +
 drivers/usb/host/Kconfig  |   4 +-
 drivers/usb/host/ehci-mx6.c   | 454 
---

 include/configs/verdin-imx8mm.h   |   5 +
 include/dt-bindings/power/imx8mm-power.h  |  22 +
 include/dt-bindings/power/imx8mn-power.h  |  15 +++
 12 files changed, 465 insertions(+), 183 deletions(-)
 create mode 100644 include/dt-bindings/power/imx8mm-power.h
 create mode 100644 include/dt-bindings/power/imx8mn-power.h



Re: [PULL] u-boot-usb/master

2021-04-07 Thread Tom Rini
On Tue, Apr 06, 2021 at 08:09:01PM +0200, Marek Vasut wrote:

> The following changes since commit 472fd5a35af3308f97de0376a6c25f5368035557:
> 
>   Merge tag 'rockchip-for-v2021.07' of
> https://source.denx.de/u-boot/custodians/u-boot-rockchip (2021-04-05
> 22:39:10 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 82e4e198ed7afd5103f728dd21bff80ecfe8dd72:
> 
>   usb: xhci: Make debug output better readable and checkpatch clean
> (2021-04-06 16:38:58 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-04-06 Thread Marek Vasut

The following changes since commit 472fd5a35af3308f97de0376a6c25f5368035557:

  Merge tag 'rockchip-for-v2021.07' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2021-04-05 
22:39:10 -0400)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 82e4e198ed7afd5103f728dd21bff80ecfe8dd72:

  usb: xhci: Make debug output better readable and checkpatch clean 
(2021-04-06 16:38:58 +0200)



Aaron Williams (2):
  usb: hub: Fix usb_get_port_status() for big-endian platforms
  usb: xhci: Add missing xhci_readl()

Stefan Roese (1):
  usb: xhci: Make debug output better readable and checkpatch clean

 common/usb_hub.c | 5 +++--
 drivers/usb/host/xhci-mem.c  | 8 
 drivers/usb/host/xhci-ring.c | 9 +++--
 3 files changed, 10 insertions(+), 12 deletions(-)


Re: [PULL] u-boot-usb/master

2021-03-11 Thread Tom Rini
On Wed, Mar 10, 2021 at 12:58:47PM +0100, Marek Vasut wrote:

> The following changes since commit b764bf21e60901133fd5eec6a003409c581dd519:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-03-09
> 07:21:51 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 044d7003a7118ad4633e619a81d634cd4c35e670:
> 
>   usb: mtu3: flush cache for next GPD (2021-03-10 11:48:09 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-03-10 Thread Marek Vasut

The following changes since commit b764bf21e60901133fd5eec6a003409c581dd519:

  Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-03-09 
07:21:51 -0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 044d7003a7118ad4633e619a81d634cd4c35e670:

  usb: mtu3: flush cache for next GPD (2021-03-10 11:48:09 +0100)


Chunfeng Yun (1):
  usb: mtu3: flush cache for next GPD

 drivers/usb/mtu3/mtu3_qmu.c | 3 +++
 1 file changed, 3 insertions(+)


Re: [PULL] u-boot-usb/master

2021-03-03 Thread Tom Rini
On Wed, Mar 03, 2021 at 11:57:09AM +0100, Marek Vasut wrote:

> This should be the last one of the stuck USB PRs.
> 
> The following changes since commit 78af81c345430a9088235f48d302922955d2499f:
> 
>   Merge tag 'rpi-next-2021.04.2' of
> https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2021-03-02
> 16:46:16 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 795d605cab787e6d9151221312b09391aacfb8e5:
> 
>   usb: USB keyboard requires DM_KEYBOARD (2021-03-03 04:12:46 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-03-03 Thread Marek Vasut

This should be the last one of the stuck USB PRs.

The following changes since commit 78af81c345430a9088235f48d302922955d2499f:

  Merge tag 'rpi-next-2021.04.2' of 
https://source.denx.de/u-boot/custodians/u-boot-raspberrypi (2021-03-02 
16:46:16 -0500)


are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 795d605cab787e6d9151221312b09391aacfb8e5:

  usb: USB keyboard requires DM_KEYBOARD (2021-03-03 04:12:46 +0100)


Heinrich Schuchardt (1):
  usb: USB keyboard requires DM_KEYBOARD

Pali Rohár (16):
  serial: usbtty: Fix puts function
  serial: usbtty: Send urb data in correct order
  usb: musb: Fix compilation of gadget code
  usb: musb: Always clear the data toggle bit when configuring ep
  usb: musb: Fix configuring FIFO for endpoints
  usb: musb: Read value of PERI_RXCSR to 16bit variable
  usb: musb: Fix transmission of bigger buffers
  usb: musb: Fix receiving of bigger buffers
  usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
  usb: musb: Ensure that we set musb dynamic FIFO buffer for every 
endpoint

  usb: gadget: Use dbg_ep0() macro instead of serial_printf()
  arm: omap3: Compile lowlevel_init() function only when it is used
  arm: omap3: Compile s_init() function only when it is used
  Nokia RX-51: Remove function set_muxconf_regs()
  Nokia RX-51: Move content of rx51.h to rx51.c
  Nokia RX-51: Enable usbtty serial console by default

 Makefile  |   1 +
 arch/arm/mach-omap2/omap3/board.c |   3 +
 arch/arm/mach-omap2/omap3/lowlevel_init.S |   6 +-
 board/nokia/rx51/rx51.c   |  28 ---
 board/nokia/rx51/rx51.h   | 377 
---

 configs/nokia_rx51_defconfig  |   8 +-
 doc/README.nokia_rx51 |  15 +---
 drivers/serial/usbtty.c   |  16 ++--
 drivers/usb/Kconfig   |   1 +
 drivers/usb/gadget/ep0.c  |  16 ++--
 drivers/usb/musb/musb_core.c  |  12 +--
 drivers/usb/musb/musb_udc.c   |  61 +++
 include/configs/nokia_rx51.h  |  21 ++
 13 files changed, 84 insertions(+), 481 deletions(-)
 delete mode 100644 board/nokia/rx51/rx51.h


Re: [PULL] u-boot-usb/master

2021-02-26 Thread Tom Rini
On Fri, Feb 26, 2021 at 06:56:18PM +0100, Marek Vasut wrote:

> The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:
> 
>   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 0a7e5e5f103867789328067f87e34b25b26fc3b0:
> 
>   usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and
> usb_gadget_register_driver() (2021-02-26 15:30:55 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-02-26 Thread Marek Vasut

The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:

  Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 0a7e5e5f103867789328067f87e34b25b26fc3b0:

  usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and 
usb_gadget_register_driver() (2021-02-26 15:30:55 +0100)



Heiko Schocher (1):
  fastboot: add UUU command UCmd and ACmd support

Patrice Chotard (1):
  usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and 
usb_gadget_register_driver()


Sean Anderson (10):
  mmc: sandbox: Add support for writing
  test: dm: Add test for fastboot mmc partition naming
  part: Give several functions more useful return values
  part: Support getting whole disk from 
part_get_info_by_dev_and_name_or_num

  part: Support string block devices in part_get_info_by_dev_and_name
  fastboot: Remove mmcpart argument from raw_part_get_info_by_name
  fastboot: Move part_get_info_by_name_or_alias after 
raw_part_get_info_by_name

  fastboot: Allow u-boot-style partitions
  doc: Rename k210 partitions anchor
  doc: Document partition specifications

Stefan Brüns (1):
  usb: kbd: Also accept keyboards with Interrupt OUT endpoint

 cmd/ab_select.c   |   3 +-
 common/usb_kbd.c  |  23 ++-
 configs/sandbox64_defconfig   |   2 +
 configs/sandbox_defconfig |   2 +
 disk/part.c   |  90 
---

 doc/android/fastboot-protocol.rst |   5 +++
 doc/android/fastboot.rst  |   6 +++
 doc/board/sipeed/maix.rst |   4 +-
 doc/usage/index.rst   |   1 +
 doc/usage/partitions.rst  |  80 
++

 drivers/fastboot/Kconfig  |   9 +
 drivers/fastboot/fb_command.c |  68 
 drivers/fastboot/fb_mmc.c | 210 
+--

 drivers/mmc/sandbox_mmc.c |  43 ++---
 drivers/usb/gadget/dwc2_udc_otg.c |   8 +---
 drivers/usb/gadget/f_fastboot.c   |  17 
 include/fastboot.h|   7 
 include/part.h|   6 ++-
 test/dm/Makefile  |   3 ++
 test/dm/fastboot.c|  95 
+

 test/dm/mmc.c |  19 ++---
 21 files changed, 543 insertions(+), 158 deletions(-)
 create mode 100644 doc/usage/partitions.rst
 create mode 100644 test/dm/fastboot.c


Re: [PULL] u-boot-usb/master

2021-02-11 Thread Tom Rini
On Wed, Feb 10, 2021 at 11:39:51PM +0100, Marek Vasut wrote:

> The following changes since commit c7182c02cefb11431a79a8abb4d8a821e4a478b5:
> 
>   Merge tag 'u-boot-amlogic-20210210' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2021-02-10 07:56:57
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to db8fb2ffc4f3f63b9005f676ab3879a06de6cdda:
> 
>   usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg
> (2021-02-10 22:23:35 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-02-10 Thread Marek Vasut

The following changes since commit c7182c02cefb11431a79a8abb4d8a821e4a478b5:

  Merge tag 'u-boot-amlogic-20210210' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2021-02-10 
07:56:57 -0500)


are available in the Git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to db8fb2ffc4f3f63b9005f676ab3879a06de6cdda:

  usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg 
(2021-02-10 22:23:35 +0100)



Chunfeng Yun (2):
  usb: xhci-mtk: support option to disable ports
  dt-bindings: usb: mtk-xhci: add optional properies to disable ports

Pali Rohár (1):
  usb: xhci-pci: Check for errors from dm_pci_map_bar()

Patrick Delaunay (1):
  usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg

Stefan Roese (1):
  usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()

 arch/arm/dts/stm32mp15-u-boot.dtsi |  3 ---
 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt |  4 
 drivers/usb/gadget/dwc2_udc_otg.c  |  2 +-
 drivers/usb/host/xhci-mtk.c| 23 
---

 drivers/usb/host/xhci-pci.c| 15 ---
 drivers/usb/host/xhci-ring.c   |  4 ++--
 6 files changed, 39 insertions(+), 12 deletions(-)


Re: [PULL] u-boot-usb/master

2021-02-08 Thread Tom Rini
On Sun, Feb 07, 2021 at 09:10:43PM +0100, Marek Vasut wrote:

> The following changes since commit 8308a28af821d6498186b3dd7463db9874cd2daf:
> 
>   Merge tag 'ti-v2021.04-rc2' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-02-05 09:39:31
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to adb5daf0905a190375e46d59f1244b13c3cdc640:
> 
>   fastboot: reinit partition after storing GPT or MBR (2021-02-07 19:22:55
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-usb/master

2021-02-07 Thread Marek Vasut

The following changes since commit 8308a28af821d6498186b3dd7463db9874cd2daf:

  Merge tag 'ti-v2021.04-rc2' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-02-05 09:39:31 
-0500)


are available in the Git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to adb5daf0905a190375e46d59f1244b13c3cdc640:

  fastboot: reinit partition after storing GPT or MBR (2021-02-07 
19:22:55 +0100)



Heinrich Schuchardt (1):
  dfu: dfu_sf: use correct print code

Patrick Delaunay (4):
  fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
  fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
  fastboot: add command to select the default emmc hwpart for boot
  fastboot: add command to select the eMMC boot configuration

Roman Kovalivskyi (2):
  Revert "fastboot: Add default fastboot_set_reboot_flag 
implementation"

  fastboot: Implement generic fastboot_set_reboot_flag

Roman Stratiienko (1):
  fastboot: reinit partition after storing GPT or MBR

 configs/mt8512_bm1_emmc_defconfig |  3 ++-
 configs/mt8518_ap1_emmc_defconfig |  3 ++-
 configs/pumpkin_defconfig |  3 ++-
 doc/android/fastboot.rst  |  3 +++
 drivers/dfu/dfu_sf.c  |  2 +-
 drivers/fastboot/Kconfig  | 72 
+---

 drivers/fastboot/Makefile |  1 -
 drivers/fastboot/fb_bcb_impl.c| 43 
---
 drivers/fastboot/fb_command.c | 72 


 drivers/fastboot/fb_common.c  | 16 +++-
 drivers/fastboot/fb_mmc.c | 54 
--

 include/fastboot.h| 15 ++-
 12 files changed, 188 insertions(+), 99 deletions(-)
 delete mode 100644 drivers/fastboot/fb_bcb_impl.c


  1   2   3   4   5   6   >