aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-15/+45
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel1-14/+4
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY)Bruno Herrera4-1/+40
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz1-0/+1
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman15-1860/+1465
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit4-5/+5
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit1-0/+7
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan1-0/+35
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan3-11/+110
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2-1/+3
2017-01-24usb: dwc2: host: use msleep() for long delayNicholas Mc Guire1-1/+1
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu3-0/+68
2017-01-24usb: dwc2: Force port resume on switching to device modeChen Yu1-0/+7
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz1-0/+9
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz3-5/+5
2017-01-24usb: dwc2: Show dr_mode via debugfsJohn Youn1-0/+29
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn1-56/+0
2017-01-24usb: dwc2: Add debugfs file to show paramsJohn Youn1-0/+127
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-527/+521
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