summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski3-216/+210
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski3-19/+0
2015-10-13usb: dwc2: fix duplicate argument warningMian Yousaf Kaukab1-2/+1
2015-10-02usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik3-8/+65
2015-10-01usb: dwc2: fix unbalanced phy controlMarek Szyprowski1-2/+0
2015-10-01usb: dwc2: remove non-functional clock gatingMarek Szyprowski1-6/+0
2015-10-01usb: dwc2: remove double call to dwc2_hsotg_of_probeMarek Szyprowski1-2/+0
2015-10-01usb: dwc2: gadget: fix a memory use-after-free bugYunzhi Li1-3/+3
2015-10-01usb: dwc2: exit hibernation on session requestMian Yousaf Kaukab1-5/+17