summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2019-02-19usb: dwc2: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-02-07usb: dwc2: gadget: Add scatter-gather modeAndrzej Pietrasiewicz
2019-02-07usb: dwc2: Fix EP TxFIFO number settingMinas Harutyunyan
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-17usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearingMinas Harutyunyan
2018-12-11usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan
2018-12-10usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl
2018-12-05usb: dwc2: host: use hrtimer for NAK retriesTerin Stock
2018-12-05usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski
2018-11-26usb: dwc2: gadget: Accept LPM token when TxFIFO is not emptyArtur Petrosyan
2018-11-26usb: dwc2: gadget: Fix WkupAlert interrupt handler.Artur Petrosyan
2018-11-14usb: dwc2: pci: Fix an error code in probeDan Carpenter
2018-10-05usb: dwc2: disable power_down on rockchip devicesSolidHal
2018-10-02usb: dwc2: gadget: Add handler for WkupAlert interruptGrigor Tovmasyan
2018-10-02usb: dwc2: gadget: enable WKUP_ALERT interruptGrigor Tovmasyan
2018-10-02usb: dwc2: gadget: Program GREFCLK registerGrigor Tovmasyan
2018-10-02usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan
2018-10-02usb: dwc2: Add definitions for new registersGrigor Tovmasyan
2018-10-02usb: dwc2: Update target (u)frame calculationGrigor Tovmasyan
2018-10-02usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() functionGrigor Tovmasyan
2018-10-02usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan
2018-10-02usb: dwc2: Update registers definitions to support service intervalGrigor Tovmasyan
2018-10-02usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier
2018-10-02usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier
2018-10-02usb: dwc2: fix a race with external vbus supplyFabrice Gasnier
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier
2018-10-02usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan
2018-10-02usb: dwc2: remove set but unused variableJosh Abraham
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