summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan2016-05-311-0/+5
* usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan2016-05-311-4/+15
* usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan2016-04-281-0/+3
* usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan2016-04-281-1/+4
* usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy2016-04-041-5/+18
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-041-0/+102
* usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut2015-12-221-1/+1
* usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn2015-12-221-2/+0
* usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn2015-12-221-49/+1
* usb: dwc2: gadget: Use hw params from coreJohn Youn2015-12-221-25/+16
* usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero2015-12-221-2/+2
* usb: dwc2: fix transfer stop programming for out endpointDu, Changbin2015-12-221-5/+5
* usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski2015-10-141-169/+17
* usb: dwc2: remove no longer needed init_mutexMarek Szyprowski2015-10-141-17/+0
* usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik2015-10-021-8/+63
* usb: dwc2: remove non-functional clock gatingMarek Szyprowski2015-10-011-6/+0
* usb: dwc2: remove double call to dwc2_hsotg_of_probeMarek Szyprowski2015-10-011-2/+0
* usb: dwc2: gadget: fix a memory use-after-free bugYunzhi Li2015-10-011-3/+3
* usb: dwc2: gadget: handle reset interrupt before endpoint interruptsMian Yousaf Kaukab2015-10-011-30/+30
* usb: dwc2: gadget: exit hibernation before power downGregory Herrero2015-10-011-6/+7
* usb: dwc2: gadget: unmask idstschng interrupt only if controller supports itGregory Herrero2015-10-011-7/+10
* usb: dwc2: gadget: only reset core after addressed stateMian Yousaf Kaukab2015-10-011-8/+3
* usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab2015-10-011-5/+3
* usb: dwc2: gadget: stop current transfer on dequeueMian Yousaf Kaukab2015-10-011-0/+77
* usb: dwc2: gadget: print complete setup packetMian Yousaf Kaukab2015-10-011-3/+4
* usb: dwc2: gadget: ignore stall check for ep0Mian Yousaf Kaukab2015-10-011-1/+1
* usb: dwc2: gadget: abort core init if core_reset failsGregory Herrero2015-10-011-1/+2
* usb: dwc2: gadget: set op_state in vbus_session callGregory Herrero2015-10-011-0/+1
* usb: dwc2: gadget: don't modify pullup state in host modeGregory Herrero2015-10-011-1/+8
* usb: dwc2: gadget: initialize op_state for peripheral only configurationMian Yousaf Kaukab2015-10-011-0/+2
* usb: dwc2: gadget: ensure lx_state corresponds to current stateGregory Herrero2015-10-011-4/+4
* usb: dwc2: Use platform endianness when accessing registersAntti Seppälä2015-09-271-142/+142
* usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi2015-09-271-348/+348
* usb: dwc2: gadget: add ep capabilities supportRobert Baldyga2015-08-041-0/+13
* usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi2015-07-291-1/+1
* usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab2015-04-291-5/+0
* usb: dwc2: gadget: remove s3c_hsotg_ep_disable_forceMian Yousaf Kaukab2015-04-291-5/+1
* usb: dwc2: gadget: enable otg flag in dual role configurationGregory Herrero2015-04-291-0/+2
* usb: dwc2: gadget: powerup controller if neededGregory Herrero2015-04-291-0/+9
* usb: dwc2: gadget: prevent new request submission during suspendGregory Herrero2015-04-291-0/+7
* usb: dwc2: gadget: ignore pm suspend/resume in L2Gregory Herrero2015-04-291-0/+6
* usb: dwc2: gadget: use reset detect interruptGregory Herrero2015-04-291-3/+16
* usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab2015-04-291-404/+1
* usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius2015-02-041-1/+1
* usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero2015-01-301-0/+1
* usb: dwc2: gadget: replace constants with definesMian Yousaf Kaukab2015-01-301-12/+12
* usb: dwc2: gadget: fix phy interface configurationMian Yousaf Kaukab2015-01-301-3/+7
* usb: dwc2: gadget: fix debug message for zlpMian Yousaf Kaukab2015-01-301-1/+6
* usb: dwc2: gadget: don't modify pullup status during resetGregory Herrero2015-01-301-1/+0
* usb: dwc2: gadget: add reset flag in init functionGregory Herrero2015-01-301-12/+21