aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell1-0/+2
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan1-0/+3
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton1-0/+2
2021-04-13usb: dwc2: Add host clock gating support functionsArtur Petrosyan1-0/+5
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan1-2/+8
2021-04-09usb: dwc2: Add exit partial power down when port is resumedArtur Petrosyan1-2/+3
2021-04-09usb: dwc2: Add enter partial power down when port is suspendedArtur Petrosyan1-2/+3
2021-04-09usb: dwc2: Update port suspend/resume function definitions.Artur Petrosyan1-0/+4
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan1-1/+2
2021-04-09usb: dwc2: Add host partial power down functionsArtur Petrosyan1-0/+8
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan1-0/+10
2021-04-02usb: dwc2: delete duplicate word in the commentTian Tao1-1/+1
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-0/+9
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman1-8/+0
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-0/+8
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman1-1/+1
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan1-0/+4
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay1-0/+8
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson1-0/+8
2019-05-03usb: dwc2: Delayed status supportMinas Harutyunyan1-0/+2
2019-05-03usb: dwc2: Move phy init into coreJules Maselbas1-0/+2
2019-05-03usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas1-2/+0
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson1-0/+8
2018-10-02usb: dwc2: gadget: Program GREFCLK registerGrigor Tovmasyan1-0/+2
2018-10-02usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan1-0/+18
2018-10-02usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan1-0/+9
2018-07-30usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan1-2/+13
2018-07-30usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan1-38/+23
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-12/+13
2018-07-26usb: dwc2: Move dwc2_readl/writel functions after hsotg structureGevorg Sahakyan1-54/+54
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu1-0/+3
2018-05-21usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan1-0/+2
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-33/+137
2018-05-15usb: dwc2: Change reading of current frame number flow.Artur Petrosyan1-3/+4
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan1-0/+11
2018-05-15usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan1-2/+2
2018-03-13usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay1-0/+2
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-4/+2
2018-03-13usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan1-0/+3
2018-03-13usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan1-0/+3
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan1-0/+18
2018-03-13usb: dwc2: Add helper functions for restore routineVardan Mikayelyan1-0/+3
2018-03-13usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan1-2/+4
2018-03-13usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan1-0/+3
2018-03-13usb: dwc2: core: Add hibernated flagVardan Mikayelyan1-0/+2
2018-03-13usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan1-2/+3
2018-03-13usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan1-2/+2
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan1-2/+10