summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2019-06-22usb: dwc2: Fix DMA cache alignment issuesMartin Schiller
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-08-03usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä
2018-07-11usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu
2018-05-25usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan
2018-05-25usb: dwc2: Fix interval type issueGrigor Tovmasyan
2018-05-25usb: 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
2017-07-05usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay
2017-05-14usb: dwc2: host: use msleep() for long delayNicholas Mc Guire
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn
2016-10-18Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn
2016-10-17usb: dwc2: Add msleep for host-onlyHeiko Stuebner
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-09-14usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet
2016-09-08usb: dwc2: Properly account for the force mode delaysJohn Youn
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn
2016-09-08usb: dwc2: gadget: Only initialize device if in device modeJohn Youn
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman
2016-08-31usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga
2016-08-31usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga
2016-08-31usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga
2016-08-31usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga
2016-08-30usb: dwc2: gadget: don't print on ENOMEMWolfram Sang
2016-08-29usb: dwc2: gadget: don't print on ENOMEMWolfram Sang
2016-08-25usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-06-29USB: dwc2-usb: add USB_GADGET dependencyArnd Bergmann
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan
2016-06-21usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected field namesVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan
2016-06-21usb: dwc2: Add missing register field definitionsVardan Mikayelyan
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann
2016-05-31usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan