aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl1-1/+1
2019-05-03usb: dwc2: gadget: Move gadget phy init into core phy initJules Maselbas1-0/+9
2019-05-03usb: dwc2: Move phy init into coreJules Maselbas1-0/+190
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-120/+121
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-0/+7
2018-03-13usb: dwc2: Make dwc2_force_mode() staticGrigor Tovmasyan1-1/+1
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-47/+14
2018-03-13usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan1-0/+38
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan1-2/+2
2018-03-13usb: dwc2: Add helper functions for restore routineVardan Mikayelyan1-0/+136
2018-03-13usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan1-2/+6
2018-03-13usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan1-1/+1
2018-03-13usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan1-6/+2
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan1-1/+1
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-7/+7
2018-03-13usb: dwc2: Backup and restore PCGCCTL1 registerRazmik Karapetyan1-0/+2
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan1-0/+14
2018-03-13usb: dwc2: Change TxFIFO and RxFIFO flushing flowMinas Harutyunyan1-0/+10
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan1-44/+64
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-24usb: dwc2: host: use msleep() for long delayNicholas Mc Guire1-1/+1
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz1-3/+3
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-2/+2
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn1-5/+0
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-11/+11
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-6/+6
2016-11-18usb: dwc2: Add params.c fileJohn Youn1-916/+2
2016-10-17usb: dwc2: Add msleep for host-onlyHeiko Stuebner1-1/+10
2016-09-08usb: dwc2: Properly account for the force mode delaysJohn Youn1-17/+14
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn1-0/+95
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-1776/+0
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-183/+0
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson1-2/+90
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson1-2/+2
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+2
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-18/+3
2016-02-17usb: dwc2: Add extra delay when forcing dr_modeJohn Youn1-0/+6
2016-02-03usb: dwc2: Fix probe problem on bcm2835John Youn1-6/+0
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn1-8/+0
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn1-1/+1
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn1-21/+67
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn1-24/+125
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn1-0/+8
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn1-0/+37
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn1-2/+20
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn1-4/+4
2015-12-22usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn1-8/+9
2015-12-22usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson1-17/+23
2015-12-22usb: dwc2: reduce dwc2 driver probe timeYunzhi Li1-5/+5
2015-12-22usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson1-4/+4