aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2016-11-03usb: dwc3: Add support for device L1 exitJohn Youn2-0/+14
2016-11-03usb: dwc3: remove unused struct member dwc3->memLu Baolu2-4/+0
2016-11-03usb: dwc3: gadget: never ever kill the machineFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: only interrupt on short if short_not_ok is setFelipe Balbi1-2/+6
2016-11-03usb: dwc3: gadget: CSP is only valid for OUT endpointsFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi2-3/+0
2016-11-03usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()Felipe Balbi1-93/+164
2016-11-03usb: dwc3: host: extract dwc3_host_get_irq()Felipe Balbi1-30/+42
2016-11-03usb: dwc3: gadget: extract dwc3_gadget_get_irq()Felipe Balbi1-23/+39
2016-11-03usb: dwc3: trace: add a proper tracepoint for reg accessorsFelipe Balbi2-13/+28
2016-11-03usb: dwc3: Kconfig: allow all glues to build if COMPILE_TESTFelipe Balbi1-2/+2
2016-11-03usb: dwc3: don't compile dwc3_trace() unless CONFIG_FTRACE=yFelipe Balbi2-1/+11
2016-11-03usb: dwc3: gadget: offset Start Transfer latency for bulk EPsFelipe Balbi1-0/+29
2016-11-03usb: dwc3: trace: pretty print high-bandwidth transfers tooFelipe Balbi1-2/+23
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteFelipe Balbi4-13/+16
2016-10-31usb: dwc3: debug: move dwc3_ep0_state_string() to debug.hFelipe Balbi2-16/+16
2016-10-31usb: dwc3: gadget: remove redundant trace printsFelipe Balbi2-58/+2
2016-10-31usb: dwc3: debug: decode control endpoint phase tooFelipe Balbi2-0/+14
2016-10-31usb: dwc3: gadget: conditionally disable Link State change eventsFelipe Balbi1-1/+3
2016-10-31usb: dwc3: gadget: giveback request if we can't kick itFelipe Balbi1-4/+1
2016-10-31usb: dwc3: gadget: make use of No Response Update TransferFelipe Balbi1-1/+23
2016-10-31usb: dwc3: gadget: properly check ep cmdFelipe Balbi2-1/+3
2016-10-31usb: dwc3: gadget: set PCM1 field of isochronous-first TRBsFelipe Balbi1-2/+11
2016-10-31usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi1-0/+1
2016-10-31usb: dwc3: Fix error handling for core initVivek Gautam1-3/+2
2016-10-17usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET1-2/+2
2016-10-17usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi1-3/+11
2016-10-17usb: dwc3: gadget: properly account queued requestsFelipe Balbi1-3/+5
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-212/+279
2016-09-13usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi1-0/+1
2016-09-13usb: dwc3: of-simple: allow glues without clocksFelipe Balbi1-16/+28
2016-09-12Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman2-2/+7
2016-09-12usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha1-1/+1
2016-09-12usb: dwc3: fix Clear Stall EP command failureLu Baolu1-1/+2
2016-09-09usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann1-5/+9
2016-09-07usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi1-1/+3
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen2-12/+58
2016-09-06usb: dwc3: ulpi: make dwc3_ulpi_ops constantTal Shorer1-1/+1
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer1-2/+2
2016-09-06usb: dwc3: ulpi: use new apiTal Shorer1-6/+6
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn1-1/+4
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman4-9/+14
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi1-4/+1
2016-08-25usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi1-0/+3
2016-08-25usb: dwc3: gadget: abolish trbs_leftFelipe Balbi1-9/+7
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn3-1/+30
2016-08-25usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn1-0/+2
2016-08-25usb: dwc3: core: Move the mode setting to the right placeBaolin Wang1-3/+15
2016-08-25usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu1-0/+1
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2-0/+8