aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman15-726/+1060
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann2-11/+0
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann6-43/+54
2016-11-18usb: dwc3: ep0: avoid empty-body warningArnd Bergmann1-6/+7
2016-11-18usb: dwc3: pci: avoid build warningFelipe Balbi1-24/+26
2016-11-18usb: dwc3: Workaround for irq mask issueJohn Youn1-0/+11
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn3-0/+47
2016-11-18usb: dwc3: gadget: clear events in top-half handlerJohn Youn1-2/+2
2016-11-18usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn1-1/+8
2016-11-18usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi1-1/+1
2016-11-18usb: dwc3: core: add a event buffer cacheJohn Youn2-0/+6
2016-11-18usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi1-39/+0
2016-11-18usb: dwc3: Add a function to check propertiesJohn Youn1-26/+33
2016-11-18usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn1-0/+6
2016-11-18usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSELJohn Youn1-27/+8
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn2-20/+25
2016-11-18usb: dwc3: warn on once when no trbsJanusz Dziedzic1-1/+3
2016-11-18usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flagJanusz Dziedzic1-0/+1
2016-11-18usb: dwc3: fix post-incrementJanusz Dziedzic1-1/+1
2016-11-18usb: dwc3: clean TRB if STARTTRANSFER failJanusz Dziedzic1-0/+2
2016-11-18usb: dwc3: decrement queued_requestsJanusz Dziedzic1-0/+1
2016-11-08usb: dwc3: trace: purge dwc3_trace()Felipe Balbi6-135/+24
2016-11-08usb: dwc3: trace: add a tracepoint for ep enable/disableFelipe Balbi2-4/+57
2016-11-03usb: dwc3: pci: call _DSM for suspend/resumeFelipe Balbi2-13/+62
2016-11-03usb: dwc3: pci: add a private driver structureFelipe Balbi1-15/+34
2016-11-03usb: dwc3: gadget: always kick if num_pending_sgs > 0Felipe Balbi1-2/+1
2016-11-03usb: dwc3: gadget: stop touching HWO TRBsFelipe Balbi1-0/+3
2016-11-03usb: dwc3: gadget: always try to prepare on started_list firstFelipe Balbi1-0/+18
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi2-13/+8
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi2-7/+34
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang2-8/+49
2016-11-03usb: dwc3: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+1
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang3-0/+22
2016-11-03usb: dwc3: gadget: purge dwc3_stop_active_transfers()Felipe Balbi1-20/+0
2016-11-03usb: dwc3: core: add dwc3_get_properties()Felipe Balbi1-41/+49
2016-11-03usb: dwc3: core: remove unnecessary alignmentFelipe Balbi1-6/+2
2016-11-03usb: dwc3: core: introduce dwc3_core_setup_global_control()Felipe Balbi1-42/+48
2016-11-03usb: dwc3: core: introduce dwc3_core_is_valid()Felipe Balbi1-10/+22
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