Re: [GIT PULL] Please pull u-boot-dfu-20240516

2024-05-16 Thread Tom Rini
On Thu, May 16, 2024 at 05:12:33PM +0200, Mattijs Korpershoek wrote:

> Hi Tom, everyone,
> 
> Sorry for the double email, I missed to include the list :(
> 
> Please find some fixes for master:
> 
> - Fix cdns3 low power hang via fast access bit
> - Multiple dwc3 gadget fixes, mainly for USB support on TI AM6232
> - Consistent USB_GADGET_MANUFACTURER for PHYTEC boards
> - MAINTAINERS file update for u-boot-dfu
> 
> The CI job is at 
> https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20737
> 
> Thanks,
> Mattijs
> 
> The following changes since commit c8ffd1356d42223cbb8c86280a083cc3c93e6426:
> 
>   Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 
> (2024-05-13 09:15:51 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
> tags/u-boot-dfu-20240516
> 
> for you to fetch changes up to efbc11ccef89030ed54b7368458eeaf9ec687c77:
> 
>   MAINTAINERS: add USB gadget regex to u-boot-dfu tree (2024-05-16 13:28:45 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] Please pull u-boot-dfu-20240516

2024-05-16 Thread Mattijs Korpershoek
Hi Tom, everyone,

Sorry for the double email, I missed to include the list :(

Please find some fixes for master:

- Fix cdns3 low power hang via fast access bit
- Multiple dwc3 gadget fixes, mainly for USB support on TI AM6232
- Consistent USB_GADGET_MANUFACTURER for PHYTEC boards
- MAINTAINERS file update for u-boot-dfu

The CI job is at 
https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20737

Thanks,
Mattijs

The following changes since commit c8ffd1356d42223cbb8c86280a083cc3c93e6426:

  Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 
(2024-05-13 09:15:51 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
tags/u-boot-dfu-20240516

for you to fetch changes up to efbc11ccef89030ed54b7368458eeaf9ec687c77:

  MAINTAINERS: add USB gadget regex to u-boot-dfu tree (2024-05-16 13:28:45 
+0200)


u-boot-dfu-20240516

- Fix cdns3 low power hang via fast access bit
- Multiple dwc3 gadget fixes, mainly for USB support on TI AM6232
- Consistent USB_GADGET_MANUFACTURER for PHYTEC boards
- MAINTAINERS file update for u-boot-dfu


Aswath Govindraju (1):
  usb: cdns3: gadget.c: Set fast access bit

Benjamin Hahn (1):
  configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards

Felipe Balbi (4):
  usb: dwc3: gadget: combine return points into a single one
  usb: dwc3: gadget: clear SUSPHY bit before ep cmds
  usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED
  usb: dwc3: gadget: properly check ep cmd

Mattijs Korpershoek (2):
  MAINTAINERS: add tree link for fastboot
  MAINTAINERS: add USB gadget regex to u-boot-dfu tree

Thinh Nguyen (2):
  usb: dwc3: gadget: Check ENBLSLPM before sending ep command
  usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer

 MAINTAINERS  |  4 +++
 configs/phycore-imx8mp_defconfig |  2 +-
 configs/phycore_am64x_a53_defconfig  |  2 +-
 configs/phycore_am64x_r5_defconfig   |  2 +-
 configs/phycore_pcl063_defconfig |  2 +-
 configs/phycore_pcl063_ull_defconfig |  2 +-
 drivers/usb/cdns3/gadget.c   |  4 +++
 drivers/usb/dwc3/core.h  |  2 ++
 drivers/usb/dwc3/gadget.c| 47 +---
 9 files changed, 59 insertions(+), 8 deletions(-)