summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2022-04-20usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller1-1/+1
2022-03-02usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior1-0/+2
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2021-09-03usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen1-8/+8
2021-06-30usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-16usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu1-0/+3
2021-05-22usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng1-0/+9
2021-03-03usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen1-1/+6
2021-03-03usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen1-1/+11
2021-02-23usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin1-3/+15
2021-02-23usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi1-1/+1
2020-11-10usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun1-2/+2
2020-11-10usb: dwc3: core: add phy cleanup for probe error handlingLi Jun1-0/+11
2020-04-13usb: dwc3: don't set gadget->is_otg flagRoger Quadros1-1/+0
2020-02-05usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2019-12-21usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris1-1/+2
2019-11-12usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-05-10usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen1-1/+1
2019-03-05usb: dwc3: gadget: Fix the uninitialized link_state when udc startsZeng Tao1-0/+1
2019-03-05usb: dwc3: gadget: synchronize_irq dwc irq in suspendBo He1-0/+2
2018-12-05Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi1-5/+0
2018-12-01usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko1-0/+1
2018-11-10usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irqVignesh R1-10/+8
2018-08-24usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold1-1/+2
2018-05-25usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen1-0/+2
2018-05-25usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen1-1/+12
2018-05-25usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros1-0/+16
2018-05-25usb: dwc3: Undo PHY init if soft reset failsBrian Norris1-0/+3
2018-04-24usb: dwc3: pci: Properly cleanup resourceThinh Nguyen1-1/+1
2018-04-13usb: dwc3: keystone: check return valuePan Bian1-0/+4
2018-03-22usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen1-7/+9
2018-03-22usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi2-0/+7
2018-02-28usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen1-0/+2
2018-02-25usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek1-1/+3
2018-02-25usb: dwc3: gadget: Wait longer for controller to end command processingVincent Pelletier1-1/+1
2017-12-14usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros1-6/+1
2017-10-21usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam1-1/+34
2017-08-07usb: dwc3: omap: fix race of pm runtime with irq handler in probeGrygorii Strashko1-2/+4
2017-07-12usb: dwc3: replace %p with %pKFelipe Balbi2-4/+4
2017-06-24usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan1-1/+3
2017-05-25usb: dwc3: gadget: Prevent losing events in event cacheThinh Nguyen1-0/+9
2017-04-12usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi1-3/+18
2017-04-12usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic1-4/+17
2017-03-18usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros1-0/+1
2017-03-18usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi1-7/+7
2017-03-12usb: dwc3: gadget: skip Set/Clear Halt when invalidFelipe Balbi1-0/+5
2017-01-12usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi1-4/+4
2017-01-12usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi1-13/+15
2017-01-12usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi1-12/+18
2017-01-12usb: dwc3: gadget: Fix full speed modeRoger Quadros2-7/+4