aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn1-11/+0
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn9-100/+93
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn1-154/+108
2017-01-24usb: dwc2: Check core parametersJohn Youn1-0/+185
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn1-28/+23
2017-01-24usb: dwc2: Update parameter typesJohn Youn1-26/+26
2017-01-24usb: dwc2: Get device propertiesJohn Youn1-0/+35
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn2-919/+75
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn4-40/+0
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan1-0/+3
2017-01-24usb: dwc2: Fix sizeof in kzallocJohn Youn1-1/+1
2017-01-24usb: dwc2: Remove 'return' from void functionJohn Youn1-1/+0
2017-01-24usb: dwc2: Fix code indentation after conditionalsJohn Youn1-3/+3
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn5-24/+34
2017-01-24usb: dwc2: Fix brace usageJohn Youn2-12/+10
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn3-10/+8
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn4-46/+55
2017-01-24usb: dwc2: Add identifier in prototypesJohn Youn1-2/+2
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn15-526/+520
2017-01-24usb: dwc2: host: use true/false for booleanNicholas Mc Guire1-6/+6
2017-01-24usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire1-6/+6
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan2-7/+7
2017-01-16usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire1-2/+2
2017-01-16usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay1-2/+2
2017-01-12usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz1-0/+3
2017-01-12usb: dwc2: use u32 for DT binding parametersLeo Yan2-7/+7
2017-01-12usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan1-11/+3
2017-01-02usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enableMarek Szyprowski1-1/+1
2017-01-02usb: dwc2: gadget: fix default value for gadget-dma-descStefan Wahren1-1/+1
2017-01-02usb: dwc2: fix default value for DMA supportStefan Wahren1-2/+2
2017-01-02usb: dwc2: fix dwc2_get_device_property for u8 and u16Stefan Wahren1-12/+0
2017-01-02usb: dwc2: Do not set host parameter in peripheral modeStefan Wahren1-6/+6
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan2-34/+29
2016-11-18usb: dwc2: Fix fifo_show() functionalityRazmik Karapetyan1-1/+1
2016-11-18usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan1-10/+0
2016-11-18usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan1-0/+7
2016-11-18usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan1-1/+1
2016-11-18usb: dwc2: Stop Complete Splits after Data PID == 0Sevak Arakelyan1-1/+6
2016-11-18usb: dwc2: add amcc,dwc-otg supportChristian Lamparter1-0/+1
2016-11-18usb: dwc2: fixes host_dma logicChristian Lamparter1-3/+2
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan4-11/+33
2016-11-18usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan1-0/+2
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan2-1/+26
2016-11-18usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan1-5/+21
2016-11-18usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan1-89/+93
2016-11-18usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan1-23/+41
2016-11-18usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan1-0/+10
2016-11-18usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan1-0/+4
2016-11-18usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan2-0/+5
2016-11-18usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan1-5/+304