summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2021-05-22usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-03-03usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-03usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2020-08-21usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-30usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2019-02-20usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2018-08-24usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5
2018-08-24usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1
2018-05-30usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-05-30usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-04-08usb: dwc2: Improve gadget state disconnection handlingJohn Stultz1-2/+5
2018-03-22usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz1-0/+1
2016-07-27usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann1-0/+27
2015-11-20usb: dwc2: fix kernel oops during driver probeStefan Wahren1-14/+14
2015-11-19usb: dwc2: make otg clk optionalStefan Wahren1-4/+7
2015-11-19usb: dwc2: Return errors from PHYStefan Wahren1-5/+32
2015-11-19usb: dwc2: Make PHY optionalJohn Youn1-5/+0
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson1-4/+5
2015-11-17usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson1-1/+2
2015-10-19usb: dwc2: host: Fix use after free w/ simultaneous irqsDoug Anderson1-10/+60
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson1-1/+4
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski3-216/+210
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski3-19/+0
2015-10-13usb: dwc2: fix duplicate argument warningMian Yousaf Kaukab1-2/+1
2015-10-02usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik3-8/+65
2015-10-01usb: dwc2: fix unbalanced phy controlMarek Szyprowski1-2/+0
2015-10-01usb: dwc2: remove non-functional clock gatingMarek Szyprowski1-6/+0
2015-10-01usb: dwc2: remove double call to dwc2_hsotg_of_probeMarek Szyprowski1-2/+0
2015-10-01usb: dwc2: gadget: fix a memory use-after-free bugYunzhi Li1-3/+3
2015-10-01usb: dwc2: exit hibernation on session requestMian Yousaf Kaukab1-5/+17
2015-10-01usb: dwc2: gadget: handle reset interrupt before endpoint interruptsMian Yousaf Kaukab1-30/+30
2015-10-01usb: dwc2: gadget: exit hibernation before power downGregory Herrero1-6/+7
2015-10-01usb: dwc2: gadget: unmask idstschng interrupt only if controller supports itGregory Herrero1-7/+10
2015-10-01usb: dwc2: gadget: only reset core after addressed stateMian Yousaf Kaukab2-10/+3
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab2-5/+6
2015-10-01usb: dwc2: gadget: stop current transfer on dequeueMian Yousaf Kaukab1-0/+77
2015-10-01usb: dwc2: gadget: print complete setup packetMian Yousaf Kaukab1-3/+4
2015-10-01usb: dwc2: gadget: ignore stall check for ep0Mian Yousaf Kaukab1-1/+1
2015-10-01usb: dwc2: gadget: abort core init if core_reset failsGregory Herrero1-1/+2
2015-10-01usb: dwc2: gadget: set op_state in vbus_session callGregory Herrero1-0/+1
2015-10-01usb: dwc2: gadget: don't modify pullup state in host modeGregory Herrero1-1/+8
2015-10-01usb: dwc2: force dr_mode in case of configuration mismatchMian Yousaf Kaukab1-0/+11
2015-10-01usb: dwc2: gadget: initialize op_state for peripheral only configurationMian Yousaf Kaukab1-0/+2
2015-10-01usb: dwc2: gadget: ensure lx_state corresponds to current stateGregory Herrero1-4/+4
2015-10-01usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero1-1/+1
2015-10-01usb: dwc2: host: use correct frame number during qh initGregory Herrero1-0/+3
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero1-5/+6
2015-10-01usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero1-1/+4