summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2021-03-03usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-03usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-03usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2020-08-21usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-22usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-30usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2019-06-22usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2019-02-20usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2018-08-24usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5
2018-08-24usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1
2018-08-03usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä1-21/+23
2018-07-11usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu1-1/+1
2018-05-25usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan1-1/+13
2018-05-25usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-05-25usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-04-08usb: dwc2: Improve gadget state disconnection handlingJohn Stultz1-2/+5
2018-03-22usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz1-0/+1
2017-07-05usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay1-2/+2
2017-05-14usb: dwc2: host: use msleep() for long delayNicholas Mc Guire1-1/+1
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-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+34
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg 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