summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-18usb: dwc2: host: Rename MAX_DMA_DESC_SIZE to HOST_DMA_NBYTES_LIMITVahram Aharonyan2-3/+3
2016-11-18usb: dwc2: gadget: Add DMA descriptor chains for EP 0Vahram Aharonyan2-0/+67
2016-11-18usb: dwc2: gadget: Add DMA descriptor status quadlet fieldsVahram Aharonyan1-0/+37
2016-11-18usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan3-0/+19
2016-11-18usb: dwc2: Make the DMA descriptor structure packedVahram Aharonyan1-1/+1
2016-11-18usb: dwc2: Update DMA descriptor structureVahram Aharonyan4-29/+30
2016-11-18usb: dwc2: Deprecate g-use-dma bindingJohn Youn9-13/+18
2016-11-18usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSELJohn Youn1-27/+8
2016-11-18usb: dwc2: Fix coverity issue in hcd_queue.cVardan Mikayelyan1-33/+36
2016-11-18usb: dwc2: Fix dead code in hcd.cVardan Mikayelyan1-5/+0
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn2-20/+25
2016-11-18usb: dwc2: gadget: Update for new usb_endpoint_maxp()Vardan Mikayelyan1-19/+23
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-18usb: dwc2: Add PCI propertiesVahram Aharonyan1-0/+19
2016-11-18usb: dwc2: Get host DMA device propertiesJohn Youn2-31/+23
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn4-51/+51
2016-11-18usb: dwc2: Move gadget settings into core_paramsJohn Youn3-91/+296
2016-11-18usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn2-6/+6
2016-11-18usb: dwc2: Remove unnecessary prototypesJohn Youn2-235/+54
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn3-38/+44
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn3-23/+36
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn10-181/+176
2016-11-18usb: dwc2: Add params.c fileJohn Youn5-1089/+1133
2016-11-18usb: dwc2: Remove unused hardware parameterJohn Youn1-1/+0
2016-11-18usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2016-11-18USB: phy: am335x-control: fix device and of_node leaksJohan Hovold1-0/+2
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-11-18usb: gadget: fix request length error for isoc transferPeter Chen1-1/+3
2016-11-08usb: gadget: f_hid add super speed supportJanusz Dziedzic1-1/+66
2016-11-08usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov1-13/+15
2016-11-08usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov1-0/+6
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: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle2-5/+6
2016-11-03usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle1-1/+1
2016-11-03usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle1-0/+3
2016-11-03usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-11-03usb: renesas_usbhs: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+1