summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang2017-08-151-0/+6
* usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
* usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan2017-07-181-0/+3
* usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl2017-06-021-0/+2
* Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-115-15/+45
|\
| * usb: dwc2: simplify optional reset handlingPhilipp Zabel2017-04-111-14/+4Star
| * usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera2017-04-114-1/+40
| * usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz2017-04-111-0/+1
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
|/
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-2615-1860/+1465Star
|\
| * usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-264-5/+5
| * usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit2017-01-261-0/+7
| * usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan2017-01-241-0/+35
| * usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan2017-01-243-11/+110
| * usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2017-01-242-1/+3
| * usb: dwc2: host: use msleep() for long delayNicholas Mc Guire2017-01-241-1/+1
| * usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-243-0/+68
| * usb: dwc2: Force port resume on switching to device modeChen Yu2017-01-241-0/+7
| * usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz2017-01-241-0/+9
| * usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz2017-01-243-5/+5
| * usb: dwc2: Show dr_mode via debugfsJohn Youn2017-01-241-0/+29
| * usb: dwc2: Remove debug prints in params.cJohn Youn2017-01-241-56/+0Star
| * usb: dwc2: Add debugfs file to show paramsJohn Youn2017-01-241-0/+127
| * usb: dwc2: Remove unnecessary parametersJohn Youn2017-01-241-11/+0Star
| * usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-249-100/+93Star
| * usb: dwc2: Remove platform static paramsJohn Youn2017-01-241-154/+108Star
| * usb: dwc2: Check core parametersJohn Youn2017-01-241-0/+185
| * usb: dwc2: Rearrange param structure membersJohn Youn2017-01-241-28/+23Star
| * usb: dwc2: Update parameter typesJohn Youn2017-01-241-26/+26
| * usb: dwc2: Get device propertiesJohn Youn2017-01-241-0/+35
| * usb: dwc2: Set core parameters to default valuesJohn Youn2017-01-242-919/+75Star
| * usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-244-40/+0Star
| * usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan2017-01-241-0/+3
| * usb: dwc2: Fix sizeof in kzallocJohn Youn2017-01-241-1/+1
| * usb: dwc2: Remove 'return' from void functionJohn Youn2017-01-241-1/+0Star
| * usb: dwc2: Fix code indentation after conditionalsJohn Youn2017-01-241-3/+3
| * usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-245-24/+34
| * usb: dwc2: Fix brace usageJohn Youn2017-01-242-12/+10Star
| * usb: dwc2: Fix logical continuationsJohn Youn2017-01-243-10/+8Star
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-244-46/+55
| * usb: dwc2: Add identifier in prototypesJohn Youn2017-01-241-2/+2
| * usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-2415-527/+521Star
| * usb: dwc2: host: use true/false for booleanNicholas Mc Guire2017-01-241-6/+6
| * usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire2017-01-241-6/+6
| * usb: dwc2: use u32 for DT binding parametersLeo Yan2017-01-242-7/+7
* | usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire2017-01-161-2/+2
* | usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay2017-01-161-2/+2
* | usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz2017-01-121-0/+3
* | usb: dwc2: use u32 for DT binding parametersLeo Yan2017-01-122-7/+7
* | usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan2017-01-121-11/+3Star
|/