summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2012-06-06usb: dwc3: gadget: drop useless codeFelipe Balbi1-3/+0
2012-06-04usb: dwc3: Fix break from cleanup request loopPratyush Anand1-1/+2
2012-06-04usb: dwc3: Fix missed isoc IN transactionPratyush Anand2-24/+52
2012-06-04USB: DWC3: Correct DWC3_DSTS_SOFFN_MASK definitionPratyush Anand1-1/+1
2012-06-04USB: DWC3: Correct DWC3_TRB_SIZE_TRBSTS definitionPratyush Anand1-1/+1
2012-06-04USB: DWC3: Generate interrupt on each TRB as default optionPratyush Anand1-2/+1
2012-06-04usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_statusFelipe Balbi1-2/+2
2012-06-04usb: dwc3: ep0: be careful with endianness on SetSEL commandFelipe Balbi1-2/+2
2012-06-04usb: dwc3: ep0: simplify error handling on dwc3_ep0_inspect_setupFelipe Balbi1-7/+5
2012-06-04usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQGerard CAUVY1-4/+1
2012-06-04usb: dwc3: gadget: disable U1/U2 on disconnectFelipe Balbi1-5/+2
2012-06-04usb: dwc3: gadget: prevent DCTL register corruptionFelipe Balbi1-0/+1
2012-06-04usb: dwc3: core: make sure evt->lpos is correctly initializedPaul Zimmerman1-1/+6
2012-06-04usb: dwc3: support new revisions of DWC3 corePaul Zimmerman1-13/+70
2012-06-04usb: dwc3: gadget: rename phy_power() to phy_suspend()Paul Zimmerman1-16/+16
2012-06-04usb: dwc3: gadget: reinitialize retriesPaul Zimmerman1-0/+1
2012-06-04usb: dwc3: add definitions for new registersPaul Zimmerman2-19/+80
2012-06-04usb: dwc3: gadget: remove trailing semicolonFelipe Balbi1-1/+1
2012-06-04usb: dwc3: ep0: fix a typo in commentFelipe Balbi1-1/+1
2012-06-04usb: dwc3: ep0: align on function signatureFelipe Balbi1-6/+12
2012-06-04usb: dwc3: ep0: switch over to IS_ALIGNEDFelipe Balbi1-1/+1
2012-06-04usb: dwc3: handle pending unaligned Control OUT data phase correctlyFelipe Balbi1-29/+43
2012-06-04usb: dwc3: fix a WARN and a commentFelipe Balbi1-4/+4
2012-05-12usb: dwc3: Fix the dwc3 dependencyjoseph daniel1-1/+1
2012-05-07Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman8-84/+323
2012-05-04usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz3-21/+19
2012-05-04usb: dwc3: define DWC3_EP0_BOUNCE_SIZEFelipe Balbi2-6/+8
2012-05-02usb: dwc3: gadget: issue Update Transfer command after queuing isoc requestPaul Zimmerman1-17/+28
2012-05-02usb: dwc3: ep0: implement support for Set Isoch Delay requestFelipe Balbi2-0/+28
2012-05-02usb: dwc3: gadget: increase setup buffer sizeFelipe Balbi1-2/+1
2012-05-02usb: dwc3: ep0: implement Set SEL supportFelipe Balbi2-0/+93
2012-05-02usb: dwc3: gadget: implement Global Command supportFelipe Balbi3-2/+32
2012-04-30usb: dwc3: ep0: add LPM handlingSebastian Andrzej Siewior3-11/+45
2012-04-24usb: dwc3: core: split host address spaceIdo Shayevitz4-35/+46
2012-04-24usb: dwc3: omap: add dwc3_omap_readl/writel functionsIdo Shayevitz1-11/+21
2012-04-11usb: dwc3: workaround: metastability state on Run/Stop bitFelipe Balbi1-1/+18
2012-04-11usb: dwc3: core: define more revision macrosFelipe Balbi1-0/+4
2012-04-10usb: dwc3: Free event buffers arrayAnton Tikhomirov1-3/+3
2012-04-10usb: dwc3: ep0: add a default case for SetFeature commandGerard Cauvy1-0/+3
2012-04-10usb: dwc3: ep0: increment "actual" on bounced ep0 caseFelipe Balbi1-1/+2
2012-04-10usb: dwc3: ep0: Handle requests greater than wMaxPacketSizeMoiz Sonasath1-1/+5
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-490/+913
2012-03-14usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi1-0/+1
2012-03-03usb: dwc3: core: Convert to module_platform_driverTobias Klauser1-12/+2
2012-03-03Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman11-413/+897
2012-03-02usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalidPaul Zimmerman2-3/+4
2012-03-02usb: dwc3: take lock while modifying flagsPaul Zimmerman1-0/+7
2012-03-02usb: dwc3: shorten long delay in dwc3_gadget_set_link_state()Paul Zimmerman1-4/+3
2012-03-02usb: dwc3: pci: fix failure path in dwc3_pci_probe()Paul Zimmerman1-1/+3
2012-03-02usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman2-1/+2