aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-14
|\
| * USB: dwc2: Remove redundant license textGreg Kroah-Hartman2017-11-07
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
| * usb: dwc2: Fix UDC state trackingJohn Stultz2017-10-24
| * usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz2017-10-24
| * usb: dwc2: Improve gadget state disconnection handlingJohn Stultz2017-10-24
| * usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2017-10-19
| * usb: dwc2: add support for STM32F7xx USB OTG HSAmelie Delaunay2017-10-19
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang2017-08-15
* usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal2017-08-15
* usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan2017-07-18
* usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl2017-06-02
* Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-11
|\
| * usb: dwc2: simplify optional reset handlingPhilipp Zabel2017-04-11
| * usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera2017-04-11
| * usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz2017-04-11
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-17
|/
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-26
|\
| * usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-26
| * usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit2017-01-26
| * usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan2017-01-24
| * usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan2017-01-24
| * usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2017-01-24
| * usb: dwc2: host: use msleep() for long delayNicholas Mc Guire2017-01-24
| * usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-24
| * usb: dwc2: Force port resume on switching to device modeChen Yu2017-01-24
| * usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz2017-01-24
| * usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz2017-01-24
| * usb: dwc2: Show dr_mode via debugfsJohn Youn2017-01-24
| * usb: dwc2: Remove debug prints in params.cJohn Youn2017-01-24
| * usb: dwc2: Add debugfs file to show paramsJohn Youn2017-01-24
| * usb: dwc2: Remove unnecessary parametersJohn Youn2017-01-24
| * usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-24
| * usb: dwc2: Remove platform static paramsJohn Youn2017-01-24
| * usb: dwc2: Check core parametersJohn Youn2017-01-24
| * usb: dwc2: Rearrange param structure membersJohn Youn2017-01-24
| * usb: dwc2: Update parameter typesJohn Youn2017-01-24
| * usb: dwc2: Get device propertiesJohn Youn2017-01-24
| * usb: dwc2: Set core parameters to default valuesJohn Youn2017-01-24
| * usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-24
| * usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan2017-01-24
| * usb: dwc2: Fix sizeof in kzallocJohn Youn2017-01-24
| * usb: dwc2: Remove 'return' from void functionJohn Youn2017-01-24
| * usb: dwc2: Fix code indentation after conditionalsJohn Youn2017-01-24
| * usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-24
| * usb: dwc2: Fix brace usageJohn Youn2017-01-24
| * usb: dwc2: Fix logical continuationsJohn Youn2017-01-24
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-24