summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2016-02-17usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven
2016-02-17usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang
2016-02-17usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan
2016-02-17usb: dwc2: Add extra delay when forcing dr_modeJohn Youn
2016-02-03usb: dwc2: Fix probe problem on bcm2835John Youn
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner
2015-12-22usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut
2015-12-22usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn
2015-12-22usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn
2015-12-22usb: dwc2: gadget: Use hw params from coreJohn Youn
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn
2015-12-22usb: dwc2: Move mode querying functions into core.hJohn Youn
2015-12-22usb: dwc2: Fix dr_mode validationJohn Youn
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn
2015-12-22usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn
2015-12-22usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson
2015-12-22usb: dwc2: reduce dwc2 driver probe timeYunzhi Li
2015-12-22usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li
2015-12-22usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()Douglas Anderson
2015-12-22usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interruptsGregory Herrero
2015-12-22usb: dwc2: fix transfer stop programming for out endpointDu, Changbin
2015-12-15usb: dwc2: host: Clear interrupts before handling themDouglas Anderson
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson
2015-12-15usb: dwc2: host: Support immediate retries for split transactionsDouglas Anderson
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson
2015-12-15usb: dwc2: add support of hi6220Zhangfei Gao
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero
2015-12-15usb: dwc2: host: fix descriptor list address maskingMian Yousaf Kaukab
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab
2015-12-15usb: dwc2: host: process all completed urbsGregory Herrero
2015-12-15usb: dwc2: host: always increment available host channel during releaseGregory Herrero
2015-12-15usb: dwc2: host: program descriptor for next frameGregory Herrero
2015-12-15usb: dwc2: host: add function to compare frame indexGregory Herrero
2015-12-15usb: dwc2: host: spinlock release channelGregory Herrero
2015-12-15usb: dwc2: host: fix use of qtd after free in desc dma modeGregory Herrero
2015-12-15usb: dwc2: host: rework isochronous halt pathGregory Herrero
2015-12-15usb: dwc2: host: set active bit in isochronous descriptorsGregory Herrero
2015-12-15usb: dwc2: host: ensure filling of isoc desc is correctly doneGregory Herrero
2015-11-20usb: dwc2: fix kernel oops during driver probeStefan Wahren
2015-11-19usb: dwc2: make otg clk optionalStefan Wahren