summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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: phy: phy-generic: add the implementation of .set_suspendPeter Chen1-0/+9
2016-11-18usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi1-39/+0
2016-11-18usb: gadget: Fix checkpatch error for bracesAnson Jacob4-50/+25
2016-11-18usb: isp1301-omap: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin1-5/+2
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: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan2-2/+38
2016-11-18usb: dwc2: gadget: Transfer length limit checking for DDMAVahram Aharonyan1-1/+31
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 Youn3-7/+15
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-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