summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2021-12-01usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor1-1/+1
2021-12-01usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan1-3/+14
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-09-30usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-30usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-07-28usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-14usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur1-9/+21
2021-06-10usb: dwc2: Fix build in periphal-only modePhil Elwell1-0/+4
2021-05-19usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-05-14usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-05-14usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-05-11usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-04-07usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan1-1/+2
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan1-1/+1
2021-03-04usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-04usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-04usb: 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-19usb: 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-24usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-02-28usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-02-28usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-24usb: dwc2: Fix IN FIFO allocationJohn Keeping1-1/+2
2019-12-04usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin1-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-4/+5
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-3/+3
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-08-09usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping1-4/+5
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-25usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2019-07-03usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl1-1/+1
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman5-5/+48
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2-9/+9
2019-06-18Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck2-2/+0
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson3-3/+47
2019-06-18usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCsMarek Szyprowski1-0/+1
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas2-9/+9
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman5-38/+60
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz1-8/+12
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan1-0/+4
2019-06-06usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson4-27/+37
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0