Age | Commit message (Expand) | Author | Files | Lines |
2022-05-19 | usb: dwc3: core: Add error log when core soft reset failed | Mayank Rana | 1 | -0/+1 |
2022-05-19 | usb: dwc3: gadget: Move null pinter check to proper place | Albert Wang | 1 | -3/+3 |
2022-05-19 | usb: dwc3: Fix ep0 handling when getting reset while doing control transfer | Mayank Rana | 3 | -5/+35 |
2022-05-12 | USB / dwc3: Fix a checkpatch warning in core.c | Kushagra Verma | 1 | -12/+8 |
2022-05-05 | usb: dwc3: gadget: Delay issuing End Transfer | Thinh Nguyen | 1 | -10/+12 |
2022-05-05 | usb: dwc3: gadget: Only End Transfer for ep0 data phase | Thinh Nguyen | 1 | -0/+11 |
2022-05-05 | usb: dwc3: ep0: Don't prepare beyond Setup stage | Thinh Nguyen | 2 | -13/+18 |
2022-05-05 | usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup() | Thinh Nguyen | 1 | -27/+8 |
2022-05-05 | usb: dwc3: gadget: Refactor pullup() | Thinh Nguyen | 1 | -29/+36 |
2022-05-05 | usb: dwc3: gadget: Prevent repeat pullup() | Thinh Nguyen | 1 | -0/+4 |
2022-05-05 | usb: dwc3: xilinx: Add gpio-reset support | Piyush Mehta | 1 | -0/+17 |
2022-05-05 | usb: dwc3: remove a possible unnecessary 'out of memory' message | Kushagra Verma | 1 | -3/+1 |
2022-05-05 | usb: dwc3: host: Stop setting the ACPI companion | Heikki Krogerus | 1 | -2/+0 |
2022-05-03 | Merge 5.18-rc5 into usb-next | Greg Kroah-Hartman | 4 | -11/+71 |
2022-04-26 | usb: dwc3: gadget: Return proper request status | Thinh Nguyen | 1 | -1/+30 |
2022-04-26 | usb: dwc3: pci: add support for the Intel Meteor Lake-P | Heikki Krogerus | 1 | -0/+8 |
2022-04-23 | usb: dwc3: pci: Fix pm_runtime_get_sync() error checking | Zheng Yongjun | 1 | -1/+1 |
2022-04-23 | usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback | Wesley Cheng | 1 | -4/+16 |
2022-04-23 | usb: dwc3: EP clear halt leading to clearing of delayed_status | Wesley Cheng | 3 | -1/+7 |
2022-04-22 | usb: dwc3: core: Only handle soft-reset in DCTL | Thinh Nguyen | 1 | -1/+2 |
2022-04-22 | usb: dwc3: Don't switch OTG -> peripheral if extcon is present | Andrey Smirnov | 2 | -51/+54 |
2022-04-21 | usb: dwc3: gadget: increase tx fifo size for ss isoc endpoints | Dan Vacura | 1 | -1/+2 |
2022-04-21 | USB / dwc3: Fix three doc-build warnings | Kushagra Verma | 2 | -3/+1 |
2022-04-21 | usb: dwc3: Try usb-role-switch first in dwc3_drd_init | Sven Peter | 1 | -6/+5 |
2022-04-21 | usb: dwc3: core: Fix tx/rx threshold settings | Thinh Nguyen | 1 | -4/+4 |
2022-04-21 | usb: dwc3: fix backwards compat with rockchip devices | Peter Geis | 1 | -0/+23 |
2022-04-21 | drivers: usb: dwc3: Add AM62 USB wrapper driver | Aswath Govindraju | 3 | -0/+342 |
2022-03-18 | usb: dwc3: Issue core soft reset before enabling run/stop | Wesley Cheng | 3 | -3/+14 |
2022-03-15 | usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue | Thinh Nguyen | 4 | -5/+31 |
2022-03-15 | usb: dwc3: gadget: move cmd_endtransfer to extra function | Michael Grzeschik | 1 | -32/+37 |
2022-03-15 | usb: dwc3: gadget: ep_queue simplify isoc start condition | Michael Grzeschik | 1 | -6/+4 |
2022-03-15 | usb: dwc3: pci: Add support for Intel Alder Lake | Shruthi Sanil | 1 | -0/+4 |
2022-03-15 | usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm | H. Nikolaus Schaller | 1 | -1/+1 |
2022-03-15 | usb: dwc3: gadget: Give some time to schedule isoc | Thinh Nguyen | 1 | -1/+7 |
2022-03-15 | usb: dwc3: core: do not use 3.0 clock when operating in 2.0 mode | Bin Yang | 2 | -0/+6 |
2022-03-15 | usb: dwc3: imx8mp: Add support for setting SOC specific flags | Alexander Stein | 1 | -0/+63 |
2022-03-15 | usb: dwc3: imx8mp: rename iomem base pointer | Alexander Stein | 1 | -8/+8 |
2022-03-15 | usb: dwc3-meson-g12a: constify drvdata structs | Heiner Kallweit | 1 | -5/+5 |
2022-02-28 | Merge 5.17-rc6 into usb-next | Greg Kroah-Hartman | 2 | -3/+19 |
2022-02-24 | usb: dwc3: gadget: Let the interrupt handler disable bottom halves. | Sebastian Andrzej Siewior | 1 | -0/+2 |
2022-02-17 | usb: dwc3: pci: Also apply Bay Trail GPIO mappings to ulpi-device | Hans de Goede | 1 | -0/+8 |
2022-02-17 | usb: dwc3: pci: Set "linux,phy_charger_detect" property on some Bay Trail boards | Hans de Goede | 1 | -0/+24 |
2022-02-17 | usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() | Hans de Goede | 1 | -7/+4 |
2022-02-17 | usb: dwc3: drd: Don't check against CONFIG_OF | Thinh Nguyen | 1 | -1/+1 |
2022-02-17 | usb: dwc3: pci: Fix Bay Trail phy GPIO mappings | Hans de Goede | 1 | -2/+2 |
2022-02-15 | usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail | Hans de Goede | 1 | -1/+12 |
2022-02-15 | usb: dwc3: pci: add support for the Intel Raptor Lake-S | Heikki Krogerus | 1 | -0/+4 |
2022-02-14 | Merge 5.17-rc4 into usb-next | Greg Kroah-Hartman | 2 | -1/+14 |
2022-02-08 | usb: dwc3: gadget: Prevent core from processing stale TRBs | Udipto Goswami | 1 | -0/+13 |
2022-02-08 | usb: dwc3: Program GFLADJ | Sean Anderson | 2 | -1/+41 |