aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2-8/+46
2016-10-18Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn1-4/+4
2016-10-17usb: dwc2: Add msleep for host-onlyHeiko Stuebner1-1/+10
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+34
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-86/+135
2016-09-14usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet1-0/+34
2016-09-08usb: dwc2: Properly account for the force mode delaysJohn Youn1-17/+14
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn3-0/+97
2016-09-08usb: dwc2: gadget: Only initialize device if in device modeJohn Youn1-2/+5
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2-0/+23
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 Baldyga2-46/+8
2016-08-31usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga1-2/+3
2016-08-30usb: dwc2: gadget: don't print on ENOMEMWolfram Sang1-6/+2
2016-08-29usb: dwc2: gadget: don't print on ENOMEMWolfram Sang1-6/+2
2016-08-25usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen2-0/+23
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-06-29USB: dwc2-usb: add USB_GADGET dependencyArnd Bergmann1-0/+1
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss1-1/+2
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan3-28/+71
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 Mikayelyan2-5/+5
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan2-0/+24
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-06-21usb: dwc2: Add missing register field definitionsVardan Mikayelyan1-0/+13
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann1-0/+27
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: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2-0/+2
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: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn1-2/+4
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä1-0/+34
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn4-1801/+1806
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn4-183/+179
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla1-1/+1
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson1-6/+42