summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* 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/+839Star
|\
| * usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson2018-07-301-1/+0Star
| * usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson2018-07-301-1/+0Star
| * usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson2018-07-301-1/+0Star
| * usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson2018-07-301-1/+0Star
| * usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan2018-07-301-15/+4Star
| * 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/+26Star
| * usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-3011-780/+776Star
| * 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/+1Star
* 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/+0Star
* usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0Star
* usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-5/+6
* USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-62/+16Star
* usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan2018-05-211-1/+1
* usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun2018-05-211-1/+3
* usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-05-212-0/+23
* usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso2018-05-211-5/+8
* usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz2018-05-211-0/+1
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-2112-61/+215
* usb: dwc2: Change reading of current frame number flow.Artur Petrosyan2018-05-153-5/+23
* usb: dwc2: debugfs: Don't touch RX FIFO during register dumpStefan Wahren2018-05-151-1/+1
* usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan2018-05-151-3/+3
* usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan2018-05-155-0/+20
* usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan2018-05-151-1/+3
* usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan2018-05-152-144/+139Star