summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: dwc2: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24usb: dwc2: Fix UDC state trackingJohn Stultz
2017-10-24usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz
2017-10-24usb: dwc2: Improve gadget state disconnection handlingJohn Stultz
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen
2017-10-19usb: dwc2: add support for STM32F7xx USB OTG HSAmelie Delaunay
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang
2017-08-15usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal
2017-07-18usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: host: use msleep() for long delayNicholas Mc Guire
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu
2017-01-24usb: dwc2: Force port resume on switching to device modeChen Yu
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz
2017-01-24usb: dwc2: Show dr_mode via debugfsJohn Youn
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn
2017-01-24usb: dwc2: Add debugfs file to show paramsJohn Youn
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn
2017-01-24usb: dwc2: Check core parametersJohn Youn
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn
2017-01-24usb: dwc2: Update parameter typesJohn Youn
2017-01-24usb: dwc2: Get device propertiesJohn Youn
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: Fix sizeof in kzallocJohn Youn
2017-01-24usb: dwc2: Remove 'return' from void functionJohn Youn
2017-01-24usb: dwc2: Fix code indentation after conditionalsJohn Youn