summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-02-161-1/+1
* usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor2021-12-011-1/+1
* usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan2021-12-011-3/+14
* usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang2021-10-091-0/+4
* usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan2021-09-301-3/+1
* usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan2021-09-301-83/+106
* usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan2021-07-281-4/+6
* usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur2021-07-141-9/+21
* usb: dwc2: Fix build in periphal-only modePhil Elwell2021-06-101-0/+4
* usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2021-05-192-1/+4
* usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan2021-05-141-71/+83
* usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan2021-05-141-1/+9
* usb: dwc2: Fix session request interrupt handlerArtur Petrosyan2021-05-111-0/+8
* usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan2021-04-071-1/+2
* usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan2021-04-071-1/+1
* usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck2021-03-041-1/+1
* usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck2021-03-041-0/+12
* usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck2021-03-041-7/+8
* usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner2021-02-101-7/+1
* usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan2020-10-291-7/+33
* usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor2020-10-291-1/+1
* usb: dwc2: Fix error path in gadget registrationMarek Szyprowski2020-08-191-1/+3
* usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan2020-07-221-1/+2
* usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-302-6/+11
* usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier2020-06-241-2/+5
* usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan2020-02-281-5/+7
* usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan2020-02-281-12/+16
* usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-02-241-1/+2
* usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin2019-12-041-1/+1
* Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-09-021-4/+5
|\
| * usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko2019-08-091-4/+1
| * usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping2019-08-091-4/+5
* | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-3/+3
* | Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-191-1/+1
|\ \
| * | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-1/+1
| |/
* | usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* | usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko2019-07-251-4/+1
|/
* Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-07-031-1/+1
|\
| * usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl2019-07-031-1/+1
* | Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-07-015-5/+48
|\|
| * Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck2019-06-182-2/+0
| * USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson2019-06-183-3/+47
| * usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCsMarek Szyprowski2019-06-181-0/+1
* | Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-232-9/+9
|\ \ | |/ |/|
| * usb: dwc2: Use generic PHY width in params setupJules Maselbas2019-06-182-9/+9
* | Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman2019-06-175-38/+60
|\|
| * usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz2019-06-061-8/+12
| * usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan2019-06-061-0/+4
| * usb: dwc2: Fix DMA cache alignment issuesMartin Schiller2019-06-061-3/+7
| * usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson2019-06-064-27/+37