summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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
* dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan2020-01-271-0/+1
* usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin2019-12-051-1/+1
* usb: dwc2: disable power_down on rockchip devicesSolidHal2019-11-241-0/+1
* usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier2019-11-061-7/+26
* usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan2019-08-041-18/+23
* usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan2019-08-041-7/+23
* usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl2019-07-141-1/+1
* usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson2019-06-194-27/+37
* usb: dwc2: Fix DMA cache alignment issuesMartin Schiller2019-06-191-3/+7
* usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan2019-05-311-12/+15
* usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski2019-02-121-1/+9
* usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl2019-01-091-0/+1
* usb: dwc2: host: use hrtimer for NAK retriesTerin Stock2019-01-092-8/+13
* usb: dwc2: pci: Fix an error code in probeDan Carpenter2018-12-131-0/+1
* usb: dwc2: fix a race with external vbus supplyFabrice Gasnier2018-11-131-1/+9
* usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier2018-11-131-0/+2
* usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
* Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-3012-843/+839
|\
| * usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson2018-07-301-1/+0
| * usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson2018-07-301-1/+0
| * usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson2018-07-301-1/+0
| * usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson2018-07-301-1/+0
| * usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan2018-07-301-15/+4
| * usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan2018-07-302-2/+32
| * usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan2018-07-302-41/+26
| * usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-3011-780/+776
| * usb: dwc2: Move dwc2_readl/writel functions after hsotg structureGevorg Sahakyan2018-07-261-54/+54
* | usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä2018-07-171-3/+9
* | usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä2018-07-171-21/+23
* | usb: dwc2: avoid NULL dereferencesJohn Keeping2018-07-171-3/+3
* | usb: dwc2: host: do not delay retries for CONTROL IN transfersDmitry Torokhov2018-07-171-2/+7
|/
* dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan2018-06-191-1/+6
* usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan2018-06-191-2/+5
* usb: dwc2: fix isoc split in transfer with no dataWilliam Wu2018-06-191-2/+1
* usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-195-5/+106
* usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu2018-06-191-1/+1
* usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan2018-06-191-1/+3
* usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan2018-06-181-2/+0
* usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0
* usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1