aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner1-8/+27
2015-12-22usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut1-1/+1
2015-12-22usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn1-2/+0
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn1-1/+1
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn1-1/+1
2015-12-22usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn1-49/+1
2015-12-22usb: dwc2: gadget: Use hw params from coreJohn Youn1-25/+16
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn2-21/+70
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn2-24/+127
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2-7/+11
2015-12-22usb: dwc2: Move mode querying functions into core.hJohn Youn2-12/+12
2015-12-22usb: dwc2: Fix dr_mode validationJohn Youn1-13/+69
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn2-0/+50
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn2-2/+21
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn3-6/+6
2015-12-22usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn1-8/+9
2015-12-22usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson1-17/+23
2015-12-22usb: dwc2: reduce dwc2 driver probe timeYunzhi Li1-5/+5
2015-12-22usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson1-4/+4
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson3-15/+22
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li3-1/+8
2015-12-22usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()Douglas Anderson1-7/+9
2015-12-22usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero1-2/+2
2015-12-22usb: dwc2: fix transfer stop programming for out endpointDu, Changbin1-5/+5
2015-12-15usb: dwc2: host: Clear interrupts before handling themDouglas Anderson2-35/+32
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson1-0/+6
2015-12-15usb: dwc2: host: Support immediate retries for split transactionsDouglas Anderson1-2/+12
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson4-11/+45
2015-12-15usb: dwc2: add support of hi6220Zhangfei Gao1-0/+33
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero3-3/+71
2015-12-15usb: dwc2: host: fix descriptor list address maskingMian Yousaf Kaukab2-11/+3
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero5-25/+94
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab6-3/+84
2015-12-15usb: dwc2: host: process all completed urbsGregory Herrero1-2/+36
2015-12-15usb: dwc2: host: always increment available host channel during releaseGregory Herrero1-0/+1
2015-12-15usb: dwc2: host: program descriptor for next frameGregory Herrero2-2/+32
2015-12-15usb: dwc2: host: add function to compare frame indexGregory Herrero1-0/+13
2015-12-15usb: dwc2: host: spinlock release channelGregory Herrero1-0/+4
2015-12-15usb: dwc2: host: fix use of qtd after free in desc dma modeGregory Herrero1-1/+4
2015-12-15usb: dwc2: host: rework isochronous halt pathGregory Herrero1-1/+21
2015-12-15usb: dwc2: host: set active bit in isochronous descriptorsGregory Herrero1-8/+3
2015-12-15usb: dwc2: host: ensure filling of isoc desc is correctly doneGregory Herrero1-2/+3
2015-11-20usb: dwc2: fix kernel oops during driver probeStefan Wahren1-14/+14
2015-11-19usb: dwc2: make otg clk optionalStefan Wahren1-4/+7
2015-11-19usb: dwc2: Return errors from PHYStefan Wahren1-5/+32
2015-11-19usb: dwc2: Make PHY optionalJohn Youn1-5/+0
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson1-4/+5
2015-11-17usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson1-1/+2
2015-10-19usb: dwc2: host: Fix use after free w/ simultaneous irqsDoug Anderson1-10/+60
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson1-1/+4