aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-6/+6
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan1-0/+2
2018-03-13usb: dwc2: Add core parameters for LPM supportSevak Arakelyan1-0/+20
2018-03-13usb: dwc2: Backup and restore PCGCCTL1 registerRazmik Karapetyan1-0/+1
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan1-0/+4
2018-03-13usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-03-13usb: dwc2: Delete unused functionalityGrigor Tovmasyan1-18/+0
2018-03-13usb: dwc2: Set AHB burst size to INCRRazmik Karapetyan1-1/+1
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan1-0/+5
2018-03-13usb: dwc2: Remove version check in GSNPSIDGevorg Sahakyan1-0/+5
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan1-2/+2
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+2
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson1-0/+1
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen1-0/+1
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan1-0/+4
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen1-0/+4
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY)Bruno Herrera1-0/+5
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-1/+1
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan1-7/+9
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan1-0/+1
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu1-0/+7
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz1-1/+1
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-5/+0
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn1-28/+23