summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-04-181-7/+7
* usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-311-1/+1
* usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-311-3/+21
* usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-08-311-8/+11
* usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski2016-08-221-0/+4
* usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-07-111-8/+11
* usb: dwc3: exynos: Remove local variable for clock from probeVivek Gautam2016-07-111-8/+5
* usb: dwc3: Fix assignment of EP transfer resourcesJohn Youn2016-03-073-24/+52
* usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesKishon Vijay Abraham I2015-10-271-2/+10
* usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn2015-08-041-0/+4
* usb: dwc3: gadget: don't clear EP_BUSY too earlyFelipe Balbi2015-07-031-1/+5
* usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta2015-07-031-0/+2
* usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta2015-07-031-0/+2
* usb: dwc3: dwc3-omap: Fix disable IRQGeorge Cherian2015-03-141-2/+28
* usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi2015-01-271-0/+3
* usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi2015-01-271-2/+1
* usb: dwc3: ep0: fix for dead codeFelipe Balbi2014-11-101-4/+4
* usb: dwc3: gadget: Properly initialize LINK TRBJack Pham2014-10-231-2/+1
* Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa...Roger Quadros2014-10-231-13/+2
* usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSizeFelipe Balbi2014-10-231-6/+13
* usb: dwc3: ep0: return early on NULL requestsFelipe Balbi2014-10-201-3/+6
* usb: dwc3: pci: Add PCI ID for Intel BraswellAlan Cox2014-10-201-0/+2
* usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi2014-10-203-7/+15
* usb: dwc3: gadget: hold the lock through set_wedge()'s lifeFelipe Balbi2014-10-201-3/+6
* usb: dwc3: gadget: move isoc endpoint check to unlocked set_haltFelipe Balbi2014-10-201-8/+5
* usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi2014-10-202-1/+16
* usb: dwc3: trace: don't dereference pointersFelipe Balbi2014-10-201-15/+38
* USB: Remove .owner field for driverKiran Padwal2014-09-282-2/+0
* usb: gadget: Refactor request completionMichal Sojka2014-09-251-1/+1
* Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-163-15/+11
|\
| * usb: dwc3: fix TRB completion when multiple TRBs are startedFelipe Balbi2014-09-051-7/+1
| * usb: dwc3: omap: fix ordering for runtime pm callsFelipe Balbi2014-09-031-1/+1
| * usb: dwc3: core: fix ordering for PHY suspendFelipe Balbi2014-09-031-4/+5
| * usb: dwc3: core: fix order of PM runtime callsFelipe Balbi2014-09-031-3/+3
| * usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue()Zhuang Jin Can2014-09-031-1/+2
* | usb: dwc3: Add Qualcomm DWC3 glue layer driverIvan T. Ivanov2014-09-123-0/+140
* | Merge tag 'v3.17-rc4' into nextFelipe Balbi2014-09-081-1/+1
|\ \ | |/
| * usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode()Dan Carpenter2014-08-191-1/+1
* | usb: dwc3: add ST dwc3 glue layer to manage dwc3 HCPeter Griffin2014-09-053-0/+377
* | usb: dwc3: add tracepoints to aid debuggingFelipe Balbi2014-09-059-53/+357
* | usb: dwc3: gadget: cmd argument should always be unsignedFelipe Balbi2014-09-052-2/+2
* | usb: dwc3: debug: add dwc3_gadget_event_type_stringFelipe Balbi2014-09-051-0/+34
* | usb: dwc3: move all string helper functions to debug.hFelipe Balbi2014-09-054-145/+165
* | usb: dwc3: remove unnecessary OOM messagesJingoo Han2014-08-205-24/+8
|/
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-214-109/+134
|\
| * usb: dwc3: omap: add dwc3_omap_extcon_register functionGeorge Cherian2014-07-161-26/+39
| * usb: dwc3: omap: add dwc3_omap_set_utmi_mode() functionGeorge Cherian2014-07-161-19/+25
| * usb: dwc3: omap: add dwc3_omap_map_offset() functionGeorge Cherian2014-07-161-16/+22
| * usb: dwc3: omap: remove x_major calculation from revision registerGeorge Cherian2014-07-161-32/+7
| * usb: dwc3: gadget: remove unnecessary 'start_new' variableJingoo Han2014-07-101-4/+3