aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2024-04-23usb: dwc3: core: Prevent phy suspend during initThinh Nguyen4-52/+68
2024-04-18usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen1-1/+2
2024-03-26usb: dwc3: pci: Drop duplicate IDHeikki Krogerus1-2/+0
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen4-0/+25
2024-03-05usb: dwc3: core: Add DWC31 version 2.00a controllerWesley Cheng1-0/+1
2024-03-05usb: dwc3-am62: add workaround for Errata i2409Roger Quadros1-1/+18
2024-03-05usb: dwc3-am62: Fix PHY core voltage selectionRoger Quadros1-1/+9
2024-03-05usb: dwc3-am62: Disable wakeup at removeRoger Quadros1-0/+1
2024-03-05usb: dwc3-am62: fix module unload/reload behaviorRoger Quadros1-10/+2
2024-03-05usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controllerYang Xiwen1-0/+1
2024-03-05usb: dwc3: qcom: Remove ACPI support from glue driverKrishna Kurapati2-265/+13
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman1-0/+5
2024-02-19usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen1-0/+5
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman3-9/+0
2024-02-17usb: dwc3: apply snps,host-vbus-glitches workaround unconditionallyFrank Li3-7/+1
2024-02-17usb: dwc3: Fix an IS_ERR() vs NULL check in dwc3_power_off_all_roothub_ports()Dan Carpenter1-1/+1
2024-02-17usb: dwc3: gadget: Remove redundant assignment to pointer trbColin Ian King1-1/+1
2024-02-17usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen4-51/+41
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen3-9/+0
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman3-5/+9
2024-01-27usb: dwc3: Add workaround for host mode VBUS glitch when bootRan Wang3-0/+56
2024-01-27usb: dwc3-of-simple: Stop using of_reset_control_array_get() directlyPhilipp Zabel1-2/+1
2024-01-27usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal1-4/+2
2024-01-27usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus1-0/+4
2024-01-27usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-1/+3
2024-01-04usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqKrishna Kurapati1-11/+11
2024-01-04usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng1-0/+7
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang1-3/+6
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora3-0/+9
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati2-0/+17
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal1-1/+4
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng1-1/+11
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen1-2/+2
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen1-38/+1
2023-12-15usb: dwc3: imx8mp: Fix smatch warningHimanshu Bhavani1-1/+3
2023-12-15usb: dwc3: xilinx: improve error handling for PM APIsPiyush Mehta1-4/+7
2023-11-22USB: dwc3: qcom: fix ACPI platform device leakJohan Hovold1-7/+30
2023-11-22USB: dwc3: qcom: fix software node leak on probe errorsJohan Hovold1-5/+8
2023-11-22USB: dwc3: qcom: fix resource leaks on probe deferralJohan Hovold1-3/+6
2023-11-22USB: dwc3: qcom: simplify wakeup interrupt setupJohan Hovold1-8/+4
2023-11-22USB: dwc3: qcom: fix wakeup after probe deferralJohan Hovold1-4/+4
2023-11-21usb: dwc3: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-11-21usb: dwc3: add missing of_node_put and platform_device_putStanley Chang1-1/+7
2023-11-21usb: dwc3: Fix default mode initializationAlexander Stein1-1/+1
2023-10-21usb: dwc3: add optional PHY interface clocksSebastian Reichel2-0/+32
2023-10-21usb: dwc3: xilinx: add reset-controller supportPiyush Mehta1-7/+7
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman1-1/+38
2023-10-05usb: dwc3: document gfladj_refclk_lpm_sel fieldSwarup Laxman Kotiaklapudi1-0/+2
2023-10-02usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2-36/+137
2023-10-02usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driverStanley Chang3-0/+487
2023-10-02usb: dwc3: Soft reset phy on probe for hostThinh Nguyen1-1/+38
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+2
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko1-0/+9
2023-08-22usb: dwc3: remove unnecessary platform_set_drvdata()Yang Yingliang4-6/+0
2023-08-22usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu1-0/+6
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman1-1/+8
2023-08-09usb: dwc3: dwc3-octeon: Verify clock dividerLadislav Michl1-2/+6
2023-08-04usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao1-1/+8
2023-08-04usb: dwc3: dwc3-octeon: Add SPDX header and copyrightLadislav Michl1-6/+4
2023-08-04usb: dwc3: dwc3-octeon: Dump control register on clock init failureLadislav Michl1-2/+2
2023-08-04usb: dwc3: dwc3-octeon: Move node parsing into driver probeLadislav Michl1-75/+60
2023-08-04usb: dwc3: dwc3-octeon: Avoid half-initialized controller stateLadislav Michl1-47/+43
2023-08-04usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functionsLadislav Michl1-11/+12
2023-08-04usb: dwc3: dwc3-octeon: Use _ULL bitfields definesLadislav Michl1-39/+39
2023-08-04usb: dwc3: dwc3-octeon: Convert to glue driverLadislav Michl4-1/+571
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman3-23/+6
2023-07-27usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan1-2/+4
2023-07-25usb: dwc3-am62: Rename private dataLadislav Michl1-47/+47
2023-07-25usb: Explicitly include correct DT includesRob Herring2-0/+2
2023-07-25Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2-19/+0
2023-07-25usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-76/+76
2023-06-23usb: dwc3: gadget: Propagate core init errors to UDC during pullupKrishna Kurapati1-1/+3
2023-06-13usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Christophe JAILLET1-1/+4
2023-06-13usb: dwc3: qcom: use dev_err_probe() where appropriateAndrew Halaney1-11/+9
2023-06-13usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()Christophe JAILLET1-2/+3
2023-06-13usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()Christophe JAILLET1-1/+5
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold1-0/+5
2023-06-13USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold1-1/+10
2023-06-13usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao1-0/+1
2023-05-29usb: dwc3: qcom: Fix potential memory leakVladislav Efanov1-3/+3
2023-05-28USB: fix up merge of 6.4-rc4 into usb-nextRoger Quadros1-18/+8
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman4-21/+154
2023-05-28usb: dwc3-xilinx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-st: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-qcom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-omap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-of-simple: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-meson-g12a: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-imx8mp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-exynos: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: dwc3-am62: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-28usb: core: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13usb: dwc3-meson-g12a: support OTG switch for all IP versionsDmitry Rokosov1-13/+3
2023-05-13usb: dwc3: gadget: Bail out in pullup if soft reset timeout happensKrishna Kurapati1-1/+4
2023-05-13usb: dwc3: Add error logs for unknown endpoint eventsRoy Luo2-0/+6
2023-05-13usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter1-1/+1
2023-05-13usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami1-0/+109
2023-05-13usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang2-0/+13
2023-05-13usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan2-1/+13
2023-05-13usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros1-33/+34
2023-04-21usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng1-32/+21
2023-04-21usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng1-2/+13
2023-04-20usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng1-17/+32
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2-0/+9
2023-04-20USB: dwc3: clean up probe declarationsJohan Hovold1-3/+1
2023-04-20USB: dwc3: refactor clock lookupsJohan Hovold1-55/+61
2023-04-20USB: dwc3: refactor phy handlingJohan Hovold1-57/+86
2023-04-20USB: dwc3: clean up core init error handlingJohan Hovold1-17/+13
2023-04-20USB: dwc3: clean up phy init error handlingJohan Hovold1-9/+9
2023-04-20USB: dwc3: clean up probe error labelsJohan Hovold1-23/+22
2023-04-20USB: dwc3: drop dead hibernation codeJohan Hovold2-110/+1
2023-04-20USB: dwc3: gadget: drop dead hibernation codeJohan Hovold1-40/+6
2023-04-20USB: dwc3: disable autosuspend on unbindJohan Hovold1-0/+2
2023-04-20USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold1-0/+1
2023-04-20USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold1-9/+5
2023-04-20usb: Add explicit of.h of_platform.h includeRob Herring1-1/+1
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman1-0/+2
2023-04-05usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus1-0/+4
2023-04-05usb: dwc3: pci: Change PCI device macrosAndy Shevchenko1-98/+34
2023-03-29usb: dwc3: Add function suspend and function wakeup supportElson Roy Serrao4-8/+51
2023-03-29usb: dwc3: Add remote wakeup handlingElson Roy Serrao3-6/+79
2023-03-29usb: dwc3-am62: Fix up wake-up configuration and spurious wake upRoger Quadros1-10/+18
2023-03-29usb: dwc3: host: remove dead code in dwc3_host_get_irq()Mingxuan Xiang1-6/+1
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2-4/+12
2023-03-23usb: dwc3: add several registers dump for debugfsLi Jun1-0/+5
2023-03-23usb: dwc3-am62: Enable as a wakeup source by defaultRoger Quadros1-0/+3
2023-03-23usb: dwc3-am62: Add support for system wakeup based on USB eventsAswath Govindraju1-0/+39
2023-03-16usb: remove dead code in dwc3_gadget_get_irqYalong Zou1-5/+0
2023-03-09usb: dwc3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan1-4/+2
2023-03-09usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K1-9/+2
2023-03-09usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta2-0/+16
2023-03-09usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng1-3/+11
2023-03-09usb: dwc3: Fix a typo in field nameVincenzo Palazzo1-1/+1
2023-02-16usb: dwc3: xilinx: Remove unused of_gpio,hAndy Shevchenko1-1/+0
2023-02-15usb: dwc3: pci: add support for the Intel Meteor Lake-MHeikki Krogerus1-0/+4
2023-02-06USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman4-14/+14
2023-01-24usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong1-1/+1
2023-01-19usb: dwc3: fix extcon dependencyArnd Bergmann1-1/+1
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2022-12-08usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth1-1/+6
2022-12-08usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin1-3/+10
2022-11-29usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2022-11-29usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system f...Shruthi Sanil1-1/+1
2022-11-28Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2-17/+9
2022-11-22usb: dwc3: improve the config dependency of USB_DWC3_XILINXLukas Bulwahn1-2/+2
2022-11-22usb: dwc3: gadget: Clear ep descriptor lastThinh Nguyen1-6/+6
2022-11-22usb: dwc3: exynos: Fix remove() functionMarek Szyprowski1-10/+1
2022-11-22usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen1-1/+2
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman3-11/+11
2022-11-08usb: dwc3: Do not get extcon device when usb-role-switch is usedJanne Grunau1-0/+10
2022-11-08usb: dwc3: gadget: Reduce TRB IOC settingsThinh Nguyen1-2/+12
2022-11-08Revert "usb: dwc3: disable USB core PHY management"Johan Hovold1-10/+0
2022-11-08usb: dwc3: gadget: Return -ESHUTDOWN on ep disableThinh Nguyen1-1/+1
2022-10-26usb: dwc3: gadget: Don't set IMI for no_interruptThinh Nguyen1-2/+2
2022-10-26usb: dwc3: gadget: Stop processing more requests on IMIThinh Nguyen1-0/+4
2022-10-25usb: dwc3: st: Rely on child's compatible instead of namePatrice Chotard1-1/+1
2022-10-22usb: dwc3: gadget: Don't delay End Transfer on delayed_statusThinh Nguyen1-1/+11
2022-10-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov2-51/+48
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-128/+256
2022-09-30Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"Andy Shevchenko2-54/+51
2022-09-30Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> perip...Andy Shevchenko1-2/+7
2022-09-27usb: dwc3: st: Fix node's child namePatrice Chotard1-1/+1
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman1-6/+7
2022-09-22usb: dwc3: core: fix some leaks in probeDan Carpenter1-22/+36
2022-09-22usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...Piyush Mehta2-0/+21
2022-09-22usb: dwc3: core: add gfladj_refclk_lpm_sel quirkAlexander Stein2-1/+9
2022-09-22usb: dwc3: pci: Add PCIe device ID for USB3 controller on CPU sub-system for ...Shruthi Sanil1-0/+4
2022-09-22usb: dwc3: pci: Update the macro names for USB PCIe device ID's for Alder Lak...Shruthi Sanil1-6/+6
2022-09-22usb: dwc3: xilinx: fix usb3 non-wakeup source resume failurePiyush Mehta1-9/+21
2022-09-22usb: dwc3: xilinx: add power management ops supportPiyush Mehta1-4/+29
2022-09-22usb: dwc3: qcom: drop unneeded compatiblesKrzysztof Kozlowski1-4/+0
2022-09-22usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disableWesley Cheng1-1/+10
2022-09-22usb: dwc3: Fix typos in gadget.cKushagra Verma1-2/+2
2022-09-07usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu1-6/+7
2022-09-07usb: dwc3: gadget: Submit endxfer command if delayed during disconnectWesley Cheng1-1/+12
2022-09-07usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxferWesley Cheng1-1/+3
2022-09-07usb: dwc3: Increase DWC3 controller halt timeoutWesley Cheng1-1/+2
2022-09-07usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2-4/+5
2022-09-07usb: dwc3: Avoid unmapping USB requests if endxfer is not completeWesley Cheng3-2/+10
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman5-53/+90
2022-08-31usb: dwc3: gadget: Continue handling EP0 xfercomplete eventsWesley Cheng1-2/+5
2022-08-31usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng1-0/+2
2022-08-31usb: dwc3: gadget: Force sending delayed status during soft disconnectWesley Cheng1-1/+4
2022-08-31usb: dwc3: Do not service EP0 and conndone events if soft disconnectedWesley Cheng2-2/+7
2022-08-30usb: dwc3: disable USB core PHY managementJohan Hovold1-0/+10
2022-08-23usb: dwc3: qcom: suppress unused-variable warningJohan Hovold1-1/+1
2022-08-19usb: dwc3: qcom: clean up icc initJohan Hovold1-8/+7
2022-08-19usb: dwc3: qcom: only parse 'maximum-speed' onceJohan Hovold1-2/+3
2022-08-19usb: dwc3: trace: add Start of Frame Number to trace eventMichael Grzeschik1-1/+2
2022-08-19usb: dwc3: debug: show events parameters in hexMichael Grzeschik1-2/+2
2022-08-19usb: dwc3: gadget: conditionally remove requestsMichael Grzeschik1-6/+6
2022-08-18usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng1-3/+5
2022-08-18usb: dwc3: pci: Add support for Intel Raptor LakeHeikki Krogerus1-0/+4
2022-08-18usb: dwc3: qcom: clean up suspend callbacksJohan Hovold1-8/+11
2022-08-18usb: dwc3: qcom: fix wakeup implementationJohan Hovold2-4/+7
2022-08-18usb: dwc3: qcom: fix peripheral and OTG suspendJohan Hovold1-3/+12
2022-08-18usb: dwc3: qcom: fix runtime PM wakeupJohan Hovold1-8/+11