summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn1-8/+39
2016-10-18Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn1-4/+4
2016-09-08usb: dwc2: gadget: Only initialize device if in device modeJohn Youn1-2/+5
2016-08-31usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga1-12/+1
2016-08-31usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga1-39/+8
2016-08-31usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga1-2/+3
2016-08-29usb: dwc2: gadget: don't print on ENOMEMWolfram Sang1-6/+2
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan1-27/+70
2016-06-21usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan1-17/+70
2016-06-21usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan1-49/+124
2016-06-21usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan1-0/+94
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan1-13/+38
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan1-1/+29
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan1-4/+4
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan1-0/+19
2016-06-21usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan1-4/+2
2016-06-21usb: dwc2: gadget: Corrected field namesVardan Mikayelyan1-3/+3
2016-06-21usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan1-8/+0
2016-06-21usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan1-1/+0
2016-05-31usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan1-0/+5
2016-05-31usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan1-4/+15
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan1-0/+3
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan1-1/+4
2016-04-04usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy1-5/+18
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-0/+102
2015-12-22usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut1-1/+1
2015-12-22usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn1-2/+0
2015-12-22usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn1-49/+1
2015-12-22usb: dwc2: gadget: Use hw params from coreJohn Youn1-25/+16
2015-12-22usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero1-2/+2
2015-12-22usb: dwc2: fix transfer stop programming for out endpointDu, Changbin1-5/+5
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski1-169/+17
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski1-17/+0
2015-10-02usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik1-8/+63
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: 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 Kaukab1-8/+3
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab1-5/+3
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