aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2019-11-24usb: dwc2: disable power_down on rockchip devicesSolidHal
2019-11-06usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier
2019-08-04usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan
2019-08-04usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan
2019-07-14usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl
2019-06-19usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson
2019-06-19usb: dwc2: Fix DMA cache alignment issuesMartin Schiller
2019-05-31usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan
2019-02-12usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski
2019-01-09usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl
2019-01-09usb: dwc2: host: use hrtimer for NAK retriesTerin Stock
2018-12-13usb: dwc2: pci: Fix an error code in probeDan Carpenter
2018-11-13usb: dwc2: fix a race with external vbus supplyFabrice Gasnier
2018-11-13usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier
2018-09-05usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson
2018-07-30usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson
2018-07-30usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan
2018-07-30usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan
2018-07-30usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan
2018-07-26usb: dwc2: Move dwc2_readl/writel functions after hsotg structureGevorg Sahakyan
2018-07-17usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä
2018-07-17usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä
2018-07-17usb: dwc2: avoid NULL dereferencesJohn Keeping
2018-07-17usb: dwc2: host: do not delay retries for CONTROL IN transfersDmitry Torokhov
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan
2018-06-19usb: dwc2: fix isoc split in transfer with no dataWilliam Wu
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu
2018-06-19usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu
2018-06-19usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan
2018-06-18usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan
2018-06-18usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao
2018-06-18usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-21usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan
2018-05-21usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun
2018-05-21usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan
2018-05-21usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso
2018-05-21usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan
2018-05-15usb: dwc2: Change reading of current frame number flow.Artur Petrosyan
2018-05-15usb: dwc2: debugfs: Don't touch RX FIFO during register dumpStefan Wahren
2018-05-15usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan