summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven2016-02-171-0/+1
* usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2016-02-172-1/+9
* usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan2016-02-171-11/+10
* usb: dwc2: Add extra delay when forcing dr_modeJohn Youn2016-02-171-0/+6
* usb: dwc2: Fix probe problem on bcm2835John Youn2016-02-031-6/+0
* Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-032-9/+7
* usb: dwc2: add shutdown callback to platform variantHeiko Stübner2015-12-221-8/+27
* usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut2015-12-221-1/+1
* usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn2015-12-221-2/+0
* usb: dwc2: Remove redundant reset in probeJohn Youn2015-12-221-1/+1
* usb: dwc2: Reduce delay when forcing mode in resetJohn Youn2015-12-221-1/+1
* usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn2015-12-221-49/+1
* usb: dwc2: gadget: Use hw params from coreJohn Youn2015-12-221-25/+16
* usb: dwc2: Improve handling of host and device hwparamsJohn Youn2015-12-222-21/+70
* usb: dwc2: Add functions to set and clear force modeJohn Youn2015-12-222-24/+127
* usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2015-12-222-7/+11
* usb: dwc2: Move mode querying functions into core.hJohn Youn2015-12-222-12/+12
* usb: dwc2: Fix dr_mode validationJohn Youn2015-12-221-13/+69
* usb: dwc2: Add functions to check the HW OTG configJohn Youn2015-12-222-0/+50
* usb: dwc2: Add dwc2_core_reset()John Youn2015-12-222-2/+21
* usb: dwc2: Rename dwc2_core_reset()John Youn2015-12-223-6/+6
* usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn2015-12-221-8/+9
* usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson2015-12-221-17/+23
* usb: dwc2: reduce dwc2 driver probe timeYunzhi Li2015-12-221-5/+5
* usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson2015-12-221-4/+4
* usb: dwc2: Avoid double-reset at boot timeDouglas Anderson2015-12-223-15/+22
* usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li2015-12-223-1/+8
* usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()Douglas Anderson2015-12-221-7/+9
* usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero2015-12-221-2/+2
* usb: dwc2: fix transfer stop programming for out endpointDu, Changbin2015-12-221-5/+5
* usb: dwc2: host: Clear interrupts before handling themDouglas Anderson2015-12-152-35/+32
* usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson2015-12-151-0/+6
* usb: dwc2: host: Support immediate retries for split transactionsDouglas Anderson2015-12-151-2/+12
* usb: dwc2: host: Fix missing device insertionsDouglas Anderson2015-12-154-11/+45
* usb: dwc2: add support of hi6220Zhangfei Gao2015-12-151-0/+33
* usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero2015-12-153-3/+71
* usb: dwc2: host: fix descriptor list address maskingMian Yousaf Kaukab2015-12-152-11/+3
* usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero2015-12-155-25/+94
* usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab2015-12-156-3/+84
* usb: dwc2: host: process all completed urbsGregory Herrero2015-12-151-2/+36
* usb: dwc2: host: always increment available host channel during releaseGregory Herrero2015-12-151-0/+1
* usb: dwc2: host: program descriptor for next frameGregory Herrero2015-12-152-2/+32
* usb: dwc2: host: add function to compare frame indexGregory Herrero2015-12-151-0/+13
* usb: dwc2: host: spinlock release channelGregory Herrero2015-12-151-0/+4
* usb: dwc2: host: fix use of qtd after free in desc dma modeGregory Herrero2015-12-151-1/+4
* usb: dwc2: host: rework isochronous halt pathGregory Herrero2015-12-151-1/+21
* usb: dwc2: host: set active bit in isochronous descriptorsGregory Herrero2015-12-151-8/+3
* usb: dwc2: host: ensure filling of isoc desc is correctly doneGregory Herrero2015-12-151-2/+3
* usb: dwc2: fix kernel oops during driver probeStefan Wahren2015-11-201-14/+14
* usb: dwc2: make otg clk optionalStefan Wahren2015-11-191-4/+7