summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: Only initialize device if in device modeJohn Youn2016-09-081-2/+5
* usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga2016-08-311-4/+4
* usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga2016-08-311-12/+1
* usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga2016-08-311-4/+4
* usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga2016-08-311-39/+8
* usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga2016-08-311-2/+3
* usb: dwc2: gadget: don't print on ENOMEMWolfram Sang2016-08-291-6/+2
* usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan2016-06-211-27/+70
* usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan2016-06-211-17/+70
* usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan2016-06-211-49/+124
* usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan2016-06-211-0/+94
* usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan2016-06-211-13/+38
* usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan2016-06-211-1/+29
* usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan2016-06-211-4/+4
* usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan2016-06-211-0/+19
* usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan2016-06-211-4/+2
* usb: dwc2: gadget: Corrected field namesVardan Mikayelyan2016-06-211-3/+3
* usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan2016-06-211-8/+0
* usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan2016-06-211-1/+0
* 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
OpenPOWER on IntegriCloud