summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi2016-10-311-0/+1
* usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2Star
* usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET2016-10-171-2/+2
* usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi2016-10-171-3/+11
* usb: dwc3: gadget: properly account queued requestsFelipe Balbi2016-10-171-3/+5
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-145-213/+280
|\
| * usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi2016-09-131-0/+1
| * usb: dwc3: of-simple: allow glues without clocksFelipe Balbi2016-09-131-16/+28
| * usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha2016-09-121-1/+1
| * usb: dwc3: fix Clear Stall EP command failureLu Baolu2016-09-121-1/+2
| * usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann2016-09-091-5/+9
| * usb: dwc3: Fix dr_mode validationThinh Nguyen2016-09-072-12/+58
| * usb: dwc3: ulpi: make dwc3_ulpi_ops constantTal Shorer2016-09-061-1/+1
| * usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer2016-09-061-2/+2
| * usb: dwc3: ulpi: use new apiTal Shorer2016-09-061-6/+6
| * usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi2016-08-251-0/+3
| * usb: dwc3: gadget: abolish trbs_leftFelipe Balbi2016-08-251-9/+7Star
| * usb: dwc3: Add ENDXFER command pollingJohn Youn2016-08-253-1/+30
| * usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn2016-08-251-0/+2
| * usb: dwc3: core: Move the mode setting to the right placeBaolin Wang2016-08-251-3/+15
| * usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu2016-08-251-0/+1
| * usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2016-08-252-0/+8
| * usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2016-08-252-0/+30
| * usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2016-08-252-0/+10
| * usb: dwc3: gadget: improve increment request->actualFelipe Balbi2016-08-251-6/+2Star
| * usb: dwc3: gadget: remove condition that never happensFelipe Balbi2016-08-251-4/+2Star
| * usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi2016-08-251-9/+24
| * usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi2016-08-221-1/+4
| * usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi2016-08-221-0/+4
| * usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi2016-08-221-13/+19
| * usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi2016-08-221-76/+7Star
| * usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi2016-08-221-5/+5
| * usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi2016-08-221-14/+3Star
| * usb: dwc3: gadget: retire LST bit completelyFelipe Balbi2016-08-221-47/+15Star
* | Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman2016-09-122-2/+7
|\ \
| * | usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi2016-09-071-1/+3
| * | Revert "usb: dwc3: gadget: always decrement by 1"John Youn2016-09-051-1/+4
* | | Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2016-09-054-9/+14
|\| |
| * | usb: dwc3: gadget: always decrement by 1Felipe Balbi2016-08-251-4/+1Star
| * | usb: dwc3: debug: fix ep name on trace outputFelipe Balbi2016-08-251-1/+1
| * | usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne2016-08-221-3/+3
| * | usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi2016-08-221-0/+1
| * | usb: dwc3: pci: runtime_resume child deviceFelipe Balbi2016-08-221-1/+8
| |/
* | Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman2016-08-223-22/+36
|\|
| * usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1Star
| * usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
| * usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
| * usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus2016-08-101-0/+2
| * usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-101-1/+1
| * usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-101-3/+20