Hi Felipe, This is a consolidation, rebase, and resend of several dwc2 patch series that were submitted to this list in the past month or so. See v2 [1] of this series for a summary. This latest revision is rebased to apply cleanly to your latest testing/next. This series also rebases the FIFO series from Sevak [2]. So there's no need to pick that up separately. The first 4 patches revert commits that were mistakenly added to your next branch. Regards, John [1] https://www.spinics.net/lists/linux-usb/msg152258.html [2] https://www.spinics.net/lists/linux-usb/msg152322.html Chen Yu (2): usb: dwc2: Force port resume on switching to device mode usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 John Stultz (2): usb: dwc2: Avoid sleeping while holding hsotg->lock usb: dwc2: Workaround case where GOTGCTL state is wrong John Youn (16): Revert "Documentation: devictree: dwc2: Add AHB burst binding" Revert "usb: dwc2: Read in the AHB burst property" Revert "usb: dwc2: Use the ahb_burst param" Revert "usb: dwc2: pci: Add AHB burst property for HAPS" usb: dwc2: Remove unused otg_ver parameter usb: dwc2: Set core parameters to default values usb: dwc2: Get device properties usb: dwc2: Update parameter types usb: dwc2: Rearrange param structure members usb: dwc2: Check core parameters usb: dwc2: Remove platform static params usb: dwc2: Fix usage of bool params usb: dwc2: Remove unnecessary parameters usb: dwc2: Add debugfs file to show params usb: dwc2: Remove debug prints in params.c usb: dwc2: Show dr_mode via debugfs Nicholas Mc Guire (1): usb: dwc2: host: use msleep() for long delay Sevak Arakelyan (3): usb: dwc2: host: Correct snpsid checking for GDFIFOCFG usb: dwc2: gadget: Set TX FIFO depths to calculated defaults usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter Documentation/devicetree/bindings/usb/dwc2.txt | 2 - drivers/usb/dwc2/core.c | 17 +- drivers/usb/dwc2/core.h | 118 +- drivers/usb/dwc2/core_intr.c | 2 +- drivers/usb/dwc2/debugfs.c | 156 +++ drivers/usb/dwc2/gadget.c | 99 +- drivers/usb/dwc2/hcd.c | 203 +++- drivers/usb/dwc2/hcd_ddma.c | 4 +- drivers/usb/dwc2/hcd_intr.c | 45 +- drivers/usb/dwc2/hcd_queue.c | 14 +- drivers/usb/dwc2/params.c | 1511 ++++++------------------ drivers/usb/dwc2/pci.c | 1 - 12 files changed, 845 insertions(+), 1327 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html