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