summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: pci: Fix an error code in probeDan Carpenter2018-11-141-0/+1
* usb: dwc2: disable power_down on rockchip devicesSolidHal2018-10-051-0/+1
* usb: dwc2: gadget: Add handler for WkupAlert interruptGrigor Tovmasyan2018-10-021-0/+25
* usb: dwc2: gadget: enable WKUP_ALERT interruptGrigor Tovmasyan2018-10-021-0/+4
* usb: dwc2: gadget: Program GREFCLK registerGrigor Tovmasyan2018-10-022-0/+25
* usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan2018-10-022-0/+20
* usb: dwc2: Add definitions for new registersGrigor Tovmasyan2018-10-021-0/+13
* usb: dwc2: Update target (u)frame calculationGrigor Tovmasyan2018-10-021-0/+17
* usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() functionGrigor Tovmasyan2018-10-021-0/+18
* usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan2018-10-024-0/+18
* usb: dwc2: Update registers definitions to support service intervalGrigor Tovmasyan2018-10-021-0/+2
* usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier2018-10-021-7/+26
* usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier2018-10-021-0/+2
* usb: dwc2: fix a race with external vbus supplyFabrice Gasnier2018-10-021-1/+9
* usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier2018-10-022-9/+11
* usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan2018-10-021-7/+23
* usb: dwc2: remove set but unused variableJosh Abraham2018-10-021-3/+0
* 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
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-5/+6
* USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-62/+16
* 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
OpenPOWER on IntegriCloud