| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: dwc2: Fix probe problem on bcm2835 | John Youn | 2016-02-03 | 1 | -6/+0 |
* | Revert "usb: dwc2: Move reset into dwc2_get_hwparams()" | John Youn | 2016-02-03 | 2 | -9/+7 |
* | usb: dwc2: add shutdown callback to platform variant | Heiko Stübner | 2015-12-22 | 1 | -8/+27 |
* | usb: dwc2: gadget: Repair DSTS register decoding | Marek Vasut | 2015-12-22 | 1 | -1/+1 |
* | usb: dwc2: gadget: Remove call to dwc2_hsotg_init() | John Youn | 2015-12-22 | 1 | -2/+0 |
* | usb: dwc2: Remove redundant reset in probe | John Youn | 2015-12-22 | 1 | -1/+1 |
* | usb: dwc2: Reduce delay when forcing mode in reset | John Youn | 2015-12-22 | 1 | -1/+1 |
* | usb: dwc2: gadget: Replace dwc2_hsotg_corereset() | John Youn | 2015-12-22 | 1 | -49/+1 |
* | usb: dwc2: gadget: Use hw params from core | John Youn | 2015-12-22 | 1 | -25/+16 |
* | usb: dwc2: Improve handling of host and device hwparams | John Youn | 2015-12-22 | 2 | -21/+70 |
* | usb: dwc2: Add functions to set and clear force mode | John Youn | 2015-12-22 | 2 | -24/+127 |
* | usb: dwc2: Move reset into dwc2_get_hwparams() | John Youn | 2015-12-22 | 2 | -7/+11 |
* | usb: dwc2: Move mode querying functions into core.h | John Youn | 2015-12-22 | 2 | -12/+12 |
* | usb: dwc2: Fix dr_mode validation | John Youn | 2015-12-22 | 1 | -13/+69 |
* | usb: dwc2: Add functions to check the HW OTG config | John Youn | 2015-12-22 | 2 | -0/+50 |
* | usb: dwc2: Add dwc2_core_reset() | John Youn | 2015-12-22 | 2 | -2/+21 |
* | usb: dwc2: Rename dwc2_core_reset() | John Youn | 2015-12-22 | 3 | -6/+6 |
* | usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset() | John Youn | 2015-12-22 | 1 | -8/+9 |
* | usb: dwc2: Avoid more calls to dwc2_core_reset() | Douglas Anderson | 2015-12-22 | 1 | -17/+23 |
* | usb: dwc2: reduce dwc2 driver probe time | Yunzhi Li | 2015-12-22 | 1 | -5/+5 |
* | usb: dwc2: Speed dwc2_get_hwparams() on some host-only ports | Douglas Anderson | 2015-12-22 | 1 | -4/+4 |
* | usb: dwc2: Avoid double-reset at boot time | Douglas Anderson | 2015-12-22 | 3 | -15/+22 |
* | usb: dwc2: reset dwc2 core before dwc2_get_hwparams() | Yunzhi Li | 2015-12-22 | 3 | -1/+8 |
* | usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams() | Douglas Anderson | 2015-12-22 | 1 | -7/+9 |
* | usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interrupts | Gregory Herrero | 2015-12-22 | 1 | -2/+2 |
* | usb: dwc2: fix transfer stop programming for out endpoint | Du, Changbin | 2015-12-22 | 1 | -5/+5 |
* | usb: dwc2: host: Clear interrupts before handling them | Douglas Anderson | 2015-12-15 | 2 | -35/+32 |
* | usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func() | Douglas Anderson | 2015-12-15 | 1 | -0/+6 |
* | usb: dwc2: host: Support immediate retries for split transactions | Douglas Anderson | 2015-12-15 | 1 | -2/+12 |
* | usb: dwc2: host: Fix missing device insertions | Douglas Anderson | 2015-12-15 | 4 | -11/+45 |
* | usb: dwc2: add support of hi6220 | Zhangfei Gao | 2015-12-15 | 1 | -0/+33 |
* | usb: dwc2: host: use kmem cache to allocate descriptors | Gregory Herrero | 2015-12-15 | 3 | -3/+71 |
* | usb: dwc2: host: fix descriptor list address masking | Mian Yousaf Kaukab | 2015-12-15 | 2 | -11/+3 |
* | usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled | Gregory Herrero | 2015-12-15 | 5 | -25/+94 |
* | usb: dwc2: host: enable descriptor dma for fs devices | Mian Yousaf Kaukab | 2015-12-15 | 6 | -3/+84 |
* | usb: dwc2: host: process all completed urbs | Gregory Herrero | 2015-12-15 | 1 | -2/+36 |
* | usb: dwc2: host: always increment available host channel during release | Gregory Herrero | 2015-12-15 | 1 | -0/+1 |
* | usb: dwc2: host: program descriptor for next frame | Gregory Herrero | 2015-12-15 | 2 | -2/+32 |
* | usb: dwc2: host: add function to compare frame index | Gregory Herrero | 2015-12-15 | 1 | -0/+13 |
* | usb: dwc2: host: spinlock release channel | Gregory Herrero | 2015-12-15 | 1 | -0/+4 |
* | usb: dwc2: host: fix use of qtd after free in desc dma mode | Gregory Herrero | 2015-12-15 | 1 | -1/+4 |
* | usb: dwc2: host: rework isochronous halt path | Gregory Herrero | 2015-12-15 | 1 | -1/+21 |
* | usb: dwc2: host: set active bit in isochronous descriptors | Gregory Herrero | 2015-12-15 | 1 | -8/+3 |
* | usb: dwc2: host: ensure filling of isoc desc is correctly done | Gregory Herrero | 2015-12-15 | 1 | -2/+3 |
* | usb: dwc2: fix kernel oops during driver probe | Stefan Wahren | 2015-11-20 | 1 | -14/+14 |
* | usb: dwc2: make otg clk optional | Stefan Wahren | 2015-11-19 | 1 | -4/+7 |
* | usb: dwc2: Return errors from PHY | Stefan Wahren | 2015-11-19 | 1 | -5/+32 |
* | usb: dwc2: Make PHY optional | John Youn | 2015-11-19 | 1 | -5/+0 |
* | usb: dwc2: host: Fix remote wakeup when not in DWC2_L2 | Douglas Anderson | 2015-11-17 | 1 | -4/+5 |
* | usb: dwc2: host: Fix ahbcfg for rk3066 | Douglas Anderson | 2015-11-17 | 1 | -1/+2 |