summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2022-06-25usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin1-1/+1
2022-06-14usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-02-16usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay1-1/+1
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-28usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-05-22usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-03-03usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-03usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-03usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2020-10-29usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan1-7/+33
2020-10-29usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor1-1/+1
2020-08-21usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-22usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-02-28usb: dwc2: Fix IN FIFO allocationJohn Keeping1-1/+2
2020-01-27dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan1-0/+1
2019-06-19usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson4-27/+37
2019-06-19usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2018-08-24dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan1-1/+6
2018-08-24usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5
2018-08-24usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1
2018-08-24usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu5-5/+106
2018-08-24usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan1-0/+1
2018-07-28usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä1-21/+23
2018-07-08usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu1-1/+1
2018-05-25usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan1-1/+13
2018-05-25usb: dwc2: hcd: Fix host channel halt flowMinas Harutyunyan1-0/+18
2018-05-25usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-05-25usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-04-08usb: dwc2: Improve gadget state disconnection handlingJohn Stultz1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang1-0/+6
2017-08-15usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal1-1/+1
2017-07-18usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan1-0/+3
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl1-0/+2
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg 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 (intern...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/ba...Greg 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