aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2018-02-12usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Gravatar Vardan Mikayelyan 1-6/+6
2018-02-12usb: dwc2: Add safety check for STSPHSERCVD intrGravatar Minas Harutyunyan 1-3/+7
2018-02-12usb: dwc2: Add safety check in setting of descriptor chain pointersGravatar Minas Harutyunyan 1-1/+3
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 6-4/+125
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayGravatar Douglas Anderson 5-4/+114
2017-12-12usb: dwc2: add optional usb ecc reset bitGravatar Dinh Nguyen 2-0/+11
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesGravatar Minas Harutyunyan 3-50/+25
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 2-8/+6
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 15-24/+50
2017-11-07USB: dwc2: Remove redundant license textGravatar Greg Kroah-Hartman 3-22/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 15-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24usb: dwc2: Fix UDC state trackingGravatar John Stultz 1-0/+2
2017-10-24usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeGravatar John Stultz 1-0/+5
2017-10-24usb: dwc2: Improve gadget state disconnection handlingGravatar John Stultz 1-2/+5
2017-10-19usb: dwc2: disable erroneous overcurrent conditionGravatar Dinh Nguyen 3-0/+12
2017-10-19usb: dwc2: add support for STM32F7xx USB OTG HSGravatar Amelie Delaunay 1-0/+11
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeGravatar Meng Dongyang 1-0/+6
2017-08-15usb: dwc2: gadget: make usb_ep_ops constGravatar Bhumika Goyal 1-1/+1
2017-07-18usb: dwc2: gadget: On USB RESET reset device address to zeroGravatar Minas Harutyunyan 1-0/+3
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsGravatar Martin Blumenstingl 1-0/+2
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 5-15/+45
2017-04-11usb: dwc2: simplify optional reset handlingGravatar Philipp Zabel 1-14/+4
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Gravatar Bruno Herrera 4-1/+40
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateGravatar John Stultz 1-0/+1
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWGravatar yuan linyu 1-1/+1
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 15-1860/+1465
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initGravatar Heiner Kallweit 4-5/+5
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageGravatar Heiner Kallweit 1-0/+7
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterGravatar Sevak Arakelyan 1-0/+35
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsGravatar Sevak Arakelyan 3-11/+110
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGGravatar Sevak Arakelyan 2-1/+3
2017-01-24usb: dwc2: host: use msleep() for long delayGravatar Nicholas Mc Guire 1-1/+1
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Gravatar Chen Yu 3-0/+68
2017-01-24usb: dwc2: Force port resume on switching to device modeGravatar Chen Yu 1-0/+7
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongGravatar John Stultz 1-0/+9
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockGravatar John Stultz 3-5/+5
2017-01-24usb: dwc2: Show dr_mode via debugfsGravatar John Youn 1-0/+29
2017-01-24usb: dwc2: Remove debug prints in params.cGravatar John Youn 1-56/+0
2017-01-24usb: dwc2: Add debugfs file to show paramsGravatar John Youn 1-0/+127
2017-01-24usb: dwc2: Remove unnecessary parametersGravatar John Youn 1-11/+0
2017-01-24usb: dwc2: Fix usage of bool paramsGravatar John Youn 9-100/+93
2017-01-24usb: dwc2: Remove platform static paramsGravatar John Youn 1-154/+108
2017-01-24usb: dwc2: Check core parametersGravatar John Youn 1-0/+185
2017-01-24usb: dwc2: Rearrange param structure membersGravatar John Youn 1-28/+23
2017-01-24usb: dwc2: Update parameter typesGravatar John Youn 1-26/+26
2017-01-24usb: dwc2: Get device propertiesGravatar John Youn 1-0/+35
2017-01-24usb: dwc2: Set core parameters to default valuesGravatar John Youn 2-919/+75
2017-01-24usb: dwc2: Remove unused otg_ver parameterGravatar John Youn 4-40/+0
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGGravatar Sevak Arakelyan 1-0/+3